Skip to content
Snippets Groups Projects
Commit ba2a7a0d authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Include the warning and critical thresholds in performance data

parent 255b072a
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ FAILED=`grep -c -- '--fail$' $state` ...@@ -105,7 +105,7 @@ FAILED=`grep -c -- '--fail$' $state`
STALE=`wc -l < $state-stale` STALE=`wc -l < $state-stale`
ACTIVITY=`wc -l < $state-active` ACTIVITY=`wc -l < $state-active`
PERF="activity=$ACTIVITY stale=$STALE failed=$FAILED" PERF="activity=$ACTIVITY stale=$STALE;1;10 failed=$FAILED;1;10"
worst=0 worst=0
state_word=OK state_word=OK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment