Code

Added sendmail multi-queue support (Canau), merged qmail support (Schmid)
[nagiosplug.git] / plugins-scripts / utils.sh.in
index 1e835e6799e92e8668bd140bc5bcef3dd3926742..51727b72655c9bf11caf60a22ec4e8c7511624d7 100644 (file)
@@ -1,10 +1,10 @@
 #! /bin/sh
 
-STATE_DEPENDENT=-2
-STATE_UNKNOWN=-1
 STATE_OK=0
 STATE_WARNING=1
 STATE_CRITICAL=2
+STATE_UNKNOWN=3
+STATE_DEPENDENT=4
 
 if test -x /usr/bin/printf; then
        ECHO=/usr/bin/printf
@@ -19,4 +19,5 @@ print_revision() {
 
 support() {
        $ECHO "@SUPPORT@" | /bin/sed -e 's/\n/ /g'
-}
\ No newline at end of file
+}
+