We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dadcd commit 11a7795Copy full SHA for 11a7795
github-actions-tests/metrics.sh
@@ -64,7 +64,7 @@ while read metric; do
64
GREP=$( mamonsu agent metric-get ${metric} | grep "pgsql\|sys\|mamonsu" )
65
if [ -z "$GREP" ]; then
66
echo "---> ERROR: Cannot found metric $metric"
67
-# exit 11
+ exit 11
68
fi
69
done <"${METRICS_FILE}"
70
0 commit comments