Browse Source

Update check_bro.sh

pgaulon 9 years ago
parent
commit
60a63613e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      check_bro.sh

+ 2 - 2
check_bro.sh

@@ -234,10 +234,10 @@ do
 done
 done
 
 
   if [ $STOPPED -gt 0 ] || [ $CRASHED -gt 0 ] || [ $UNKNOWN_WORKER -gt 0 ]; then
   if [ $STOPPED -gt 0 ] || [ $CRASHED -gt 0 ] || [ $UNKNOWN_WORKER -gt 0 ]; then
-    echo "$CHECK_NAME CRITICAL - $STOPPED stopped workers, $CRASHED crashed workers, $RUNNING running workers, and $UNKNOWN_WORKER workers with an unknown status |$MESSAGE"
+    echo "$CHECK_NAME CRITICAL - $STOPPED stopped workers, $CRASHED crashed workers, $RUNNING running workers, and $UNKNOWN_WORKER workers with an unknown status:$MESSAGE"
     exit $CRITICAL
     exit $CRITICAL
   else
   else
-    echo "$CHECK_NAME OK - All $RUNNING instances are running |$MESSAGE"
+    echo "$CHECK_NAME OK - All $RUNNING instances are running:$MESSAGE"
     exit $OK
     exit $OK
   fi
   fi
 fi
 fi