summaryrefslogtreecommitdiffstats
path: root/contrib/check_axis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_axis.sh')
-rw-r--r--contrib/check_axis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/check_axis.sh b/contrib/check_axis.sh
index e97d4cd..231d9da 100644
--- a/contrib/check_axis.sh
+++ b/contrib/check_axis.sh
@@ -73,6 +73,8 @@ elif [ "$status" == "Printing" ]; then
73 exit="1" && stdio="WARNING - PRINTING. Out of paper."; 73 exit="1" && stdio="WARNING - PRINTING. Out of paper.";
74 elif [ "$comments" == "Out of" ]; then 74 elif [ "$comments" == "Out of" ]; then
75 exit="1" && stdio="WARNING - PRINTING. Out of paper. Bytes printed: $bytes."; 75 exit="1" && stdio="WARNING - PRINTING. Out of paper. Bytes printed: $bytes.";
76 elif [ "$comments" == "Busy Out" ]; then
77 exit="1" && stdio="WARNING - Busy, out of paper.";
76 elif [ "$comments" == "Ready " ]; then 78 elif [ "$comments" == "Ready " ]; then
77 exit="0" && stdio="OK - PRINTING. Bytes printed: $bytes."; 79 exit="0" && stdio="OK - PRINTING. Bytes printed: $bytes.";
78 elif [ "$comments" == "Printer off-line" ]; then 80 elif [ "$comments" == "Printer off-line" ]; then