From 6326b0f9045192beddf462fe4b5706349b8ff8b1 Mon Sep 17 00:00:00 2001 From: Stanley Hopcroft Date: Tue, 8 Apr 2003 00:00:39 +0000 Subject: check_axis.sh (Axis 5xx print servers) from Tom De Blende git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@477 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/contrib/check_axis.sh b/contrib/check_axis.sh new file mode 100644 index 0000000..e97d4cd --- /dev/null +++ b/contrib/check_axis.sh @@ -0,0 +1,93 @@ +#!/bin/sh + +box=$1 +port=$2 +usr=$3 +pass=$4 + +if [ ! "$#" == "4" ]; then + echo -e "\nYou did not supply enough command line arguments. \nUsage: ./check_axis.sh \n \nCheck_axis.sh checks the status of LPT ports on Axis print servers. \nIt was written by Tom De Blende (tom.deblende@village.uunet.be) in 2002. \n" && exit "3" +fi + +tempfile=/tmp/status-$box.tmp +exit="3" + +ftp -in $box &>/dev/null <