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.
11 lines
625 B
Batchfile
11 lines
625 B
Batchfile
|
|
command [ nrpe_agent ] = check_nrpe_agent
|
|
|
|
command [ nrpe_cpu ] = check_nrpe -t $USER3$ -p $USER10$ -H $HOSTADDRESS$ -c checkCPU -a warn=90 crit=95 time=1h ShowAll=long
|
|
|
|
command [ nrpe_paging ] = check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c checkMem -a type=page MaxWarn=90% MaxCrit=95% ShowAll=long
|
|
|
|
command [ nrpe_common_services ] = check_nrpe -H $HOSTADDRESS$ -t $USER3$ -p $USER10$ -c CheckServiceState -a ShowAll Eventlog "TSM Central Scheduler Service" SNMP
|
|
|
|
command [ nrpe_disk_system ] = check_nrpe -t $USER3$ -H $HOSTADDRESS$ -p $USER10$ -c CheckDriveSize -a ShowAll=long Drive=C: MaxWarn=90% MaxCrit=97%
|