check_nt Memory Threshold
Posted: Wed Nov 11, 2015 7:57 pm
Hi,
Can someone tell me how to set the threshold graph display of warning and critical in check_nt? i need it to show that the warning = 80% and critical = 90%, the red and yellow line is not present on the graph.
command.cfg
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s pasword -v $ARG1$ $ARG2$
}
server.cgf
define service{
use generic-service,srv-pnp
host_name Server
service_description Memory
check_command check_nt!MEMUSE!-w 80 -c 90
}
Can someone tell me how to set the threshold graph display of warning and critical in check_nt? i need it to show that the warning = 80% and critical = 90%, the red and yellow line is not present on the graph.
command.cfg
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s pasword -v $ARG1$ $ARG2$
}
server.cgf
define service{
use generic-service,srv-pnp
host_name Server
service_description Memory
check_command check_nt!MEMUSE!-w 80 -c 90
}