Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > d5ec38dc20701b5af64b372c7a7dd708 > files > 1

snmppd-0.5.2-3mdv2008.0.src.rpm

define command {
	command_name	check_hpmemoryfree 
	command_line	_LIBDIR_/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	_LIBDIR_/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	_LIBDIR_/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	_LIBDIR_/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	_LIBDIR_/nagios/plugins/check_snmpp -H $HOSTADDRESS$ -C $ARG1$ -o $ARG2$ -w 4 -c 3:5 -l 'Temprature status'
}