From 64d1ef0db6c347f7a04cd6967f736995d19981ce Mon Sep 17 00:00:00 2001 From: Stanley Hopcroft Date: Mon, 26 May 2003 10:09:23 +0000 Subject: 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 --- contrib/check_axis.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/check_axis.sh') diff --git a/contrib/check_axis.sh b/contrib/check_axis.sh index e97d4cd6..231d9da4 100644 --- a/contrib/check_axis.sh +++ b/contrib/check_axis.sh @@ -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 -- cgit v1.2.3-74-g34f1