diff --git a/qa/1992 b/qa/1992 index a3d59ff799..34a88de600 100755 --- a/qa/1992 +++ b/qa/1992 @@ -53,7 +53,7 @@ pmdauwsgi_install() echo echo "=== $iam check post-install ===" - pmcheck pmda-$iam | _filter_pmcheck + pcp check pmda-$iam | _filter_pmcheck echo echo "=== $iam agent installation ===" @@ -75,7 +75,7 @@ pmdauwsgi_install() { print }' | tr -s ' ' echo echo "=== $iam check post-install ===" - pmcheck pmda-$iam | _filter_pmcheck + pcp check pmda-$iam | _filter_pmcheck } # real QA test starts here diff --git a/qa/913 b/qa/913 index aa1f90feca..7988bf2590 100755 --- a/qa/913 +++ b/qa/913 @@ -47,13 +47,13 @@ cd $PCP_PMDAS_DIR/redis # get to a known starting place $sudo ./Remove >>$here/$seq.full 2>&1 -# Note: need to run pmcheck as root, even for "status" requests without +# Note: need to run pcp-check as root, even for "status" requests without # systemd (/etc/init.d/redis-server exits immediately for non-root usage) # echo echo "=== $iam check pre-install ===" -$sudo pmcheck pmda-redis +$sudo pcp check pmda-redis echo echo "=== $iam agent installation ===" @@ -76,7 +76,7 @@ _filter_pmda_install <$tmp.out \ echo echo "=== $iam check post-install ===" -$sudo pmcheck pmda-redis +$sudo pcp check pmda-redis echo echo "=== verify $iam metrics ==="