Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 9b99ca373525fdcba955ac865a3a5374 > files > 1

nagios-check_snmpp-0.5.2-9mdv2010.0.i586.rpm

define command {
	command_name	check_hpmemoryfree 
	command_line	/usr/lib/nagios/plugins/check_snmpp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -t 5 -w $ARG3$ -c $ARG4$ -u bytes -l free 
}

define command {
	command_name	hpsw_cpu
	command_line	/usr/lib/nagios/plugins/check_snmpp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -t 5 -w '95:90' -c '100:95' -u % -l "5min cpu"
}

define command {
	command_name	check_hpfan
	command_line	/usr/lib/nagios/plugins/check_snmpp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -w 4 -c 3:5 -l 'Fan status'
}

define command {
	command_name	check_hppower
	command_line	/usr/lib/nagios/plugins/check_snmpp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -w 4 -c 3:5 -l 'Power Supply status'
}

define command {
	command_name	check_hptemp
	command_line	/usr/lib/nagios/plugins/check_snmpp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -w 4 -c 3:5 -l 'Temprature status'
}