Code

Import the environ module from gnulib (86ba51)
[nagiosplug.git] / contrib / check_axis.sh
index e97d4cd69286f8fbe43168d03b13c152a8385970..231d9da43d61cc4b6c2e8e3bcd1ebd2dd3ad04dc 100644 (file)
@@ -73,6 +73,8 @@ elif [ "$status" == "Printing" ]; then
                 exit="1" && stdio="WARNING - PRINTING. Out of paper.";
         elif [ "$comments" == "Out of" ]; then
                 exit="1" && stdio="WARNING - PRINTING. Out of paper. Bytes printed: $bytes.";        
+        elif [ "$comments" == "Busy Out" ]; then
+                exit="1" && stdio="WARNING - Busy, out of paper.";
        elif [ "$comments" == "Ready " ]; then
                 exit="0" && stdio="OK - PRINTING. Bytes printed: $bytes.";        
         elif [ "$comments" == "Printer off-line" ]; then