From 6d059a2d56717ee99572188a0f20f80d72f38419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Thu, 2 Sep 2010 23:30:27 +0000 Subject: [PATCH] --- check_hparray/trunk/check_hparray | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_hparray/trunk/check_hparray b/check_hparray/trunk/check_hparray index 2bc4119..f19a70a 100755 --- a/check_hparray/trunk/check_hparray +++ b/check_hparray/trunk/check_hparray @@ -45,6 +45,7 @@ STATE_DEPENDENT=4 TEMPFILE=`mktemp` +alias print_revision=echo print_usage() { echo "" @@ -68,7 +69,6 @@ print_help() { echo "" echo "This plugin checks hardware status for HP Proliant servers using HPACUCLI utility." echo "" - support exit 0 }