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.
8 lines
428 B
Batchfile
8 lines
428 B
Batchfile
|
|
attribute [ libexec ] = /usr/local/monitoring/nagios/libexec
|
|
attribute [ cmd_objects ] = /usr/local/monitoring/nagios/etc/objects
|
|
|
|
command [ CPU_Load ] = check_multi -f $cmd_objects$/multi_unixtest_cpu.cmd -l $libexec$ -t 80 -T 160 -s HOSTADDRESS=$HOSTADDRESS$ -r 1+2+4+8+64
|
|
|
|
command [ System_Disk ] = check_multi -f $cmd_objects$/multi_unixtest_sysdisk.cmd -l $libexec$ -t 80 -T 160 -s HOSTADDRESS=$HOSTADDRESS$ -r 1+2+4+8+64
|