You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Princeton/pu/naemon_configs/objects/multi_unixtest_cpu.cmd

9 lines
343 B
Batchfile

command [ nrpe_cpu ] = check_nrpe -p 9666 -t 60 -H $HOSTADDRESS$ -c check_cpu -a 50 70 2 1
command [ snmp_cpu ] = check_snmp_load.pl -2 -T netsc -f -H $HOSTADDRESS$ -C IMS_m0nit0r -t 35 -w 50 -c 70
state [ UNKNOWN ] = COUNT(UNKNOWN) > 1
state [ CRITICAL ] = COUNT(CRITICAL) > 1
state [ WARNING ] = COUNT(WARNING) > 0 || COUNT(CRITICAL) > 0