[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Naparuba
naparuba at gmail.com
Tue Feb 28 22:12:45 UTC 2012
The following commit has been merged in the debian/master branch:
commit a155f4382c86736d15399f31f50da4b70184d35e
Author: Naparuba <naparuba at gmail.com>
Date: Mon Jan 9 10:10:48 2012 +0100
Add : use check_hpasm instead of check_hp_bladechassis in the templates.
diff --git a/etc/packs/hp/hp-blade-chassis/commands.cfg b/etc/packs/hp/hp-blade-chassis/commands.cfg
index 51800b1..7cd13e5 100644
--- a/etc/packs/hp/hp-blade-chassis/commands.cfg
+++ b/etc/packs/hp/hp-blade-chassis/commands.cfg
@@ -1,7 +1,8 @@
# check_hpasm check for the health of an Hp server
-# Need the good snmp value on the server, and all pollers to be enabled in the snmpd conf!
+# Need the good snmp value on the server, and all pollers to be enabled in the snmpd conf
+# WARNING : put a huge timeout, because this check can be long!
define command {
command_name check_hp_bladechassis
- command_line $PLUGINSDIR$/check_hp_bladechassis -H $HOSTADDRESS$ -p -C $SNMPCOMMUNITY$
+ command_line $PLUGINSDIR$/check_hpasm -H $HOSTADDRESS$ -C $SNMPCOMMUNITY$ -t 60
}
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list