diff options
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2003-05-26 10:09:23 (GMT) |
---|---|---|
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2003-05-26 10:09:23 (GMT) |
commit | 64d1ef0db6c347f7a04cd6967f736995d19981ce (patch) | |
tree | 1aa1e74b48ad6e9b4ea3d19e0943f847524dc8b0 /contrib/check_axis.sh | |
parent | fb54f2574171bcbdfae5d33b5f64715b193b4215 (diff) | |
download | monitoring-plugins-64d1ef0db6c347f7a04cd6967f736995d19981ce.tar.gz |
Revisions to Tom De Blende contributed plugins: check_axis.sh and check_mssql.sh
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@522 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_axis.sh')
-rw-r--r-- | contrib/check_axis.sh | 2 |
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 |