Hey guys
I have a problem with my nagios…
sometimes i received a warning of my check_procs …
it saids 150 procs… and when i do command top in my server that is alarming, its appear 100, 98…
where might to be my problem?
this is my command in the client linux
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 180 -c 205
im using nrpe…
this is my command in server nagios:
‘check_total_procs’ command definition
define command{
command_name check_total_procs
command_line $USER1$/check_procs -w 150 -c 200
}
ty