Skip to content

Commit 11a7795

Browse files
committedFeb 21, 2022
cicd: added missing metric alerting
1 parent 79dadcd commit 11a7795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎github-actions-tests/metrics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ while read metric; do
6464
GREP=$( mamonsu agent metric-get ${metric} | grep "pgsql\|sys\|mamonsu" )
6565
if [ -z "$GREP" ]; then
6666
echo "---> ERROR: Cannot found metric $metric"
67-
# exit 11
67+
exit 11
6868
fi
6969
done <"${METRICS_FILE}"
7070

0 commit comments

Comments
 (0)
Please sign in to comment.