From b15adb7762b6caaecaa83637abfcf5fdb4802092 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Mon, 2 Sep 2013 13:16:24 +0200 Subject: Remove "contrib" plugins These days, sites such as "Nagios Exchange" are a much better place for publishing plugins not maintained by the Plugins Development Team. --- contrib/check_axis.sh | 95 --------------------------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 contrib/check_axis.sh (limited to 'contrib/check_axis.sh') diff --git a/contrib/check_axis.sh b/contrib/check_axis.sh deleted file mode 100644 index 231d9da4..00000000 --- a/contrib/check_axis.sh +++ /dev/null @@ -1,95 +0,0 @@ -#!/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 <