NRPE issue with just 2 service checks
-
Hi guys,
Struggling to see what's wrong with my nagios setup…
I am polling the following info from my firewall - as you can see just 2 of the checks are timing out.
I have defined them in the GUI but can't see why they wouldn't work.
Any ideas?
Thanks
-
Hi guys,
Struggling to see what's wrong with my nagios setup…
I am polling the following info from my firewall - as you can see just 2 of the checks are timing out.
I have defined them in the GUI but can't see why they wouldn't work.
Any ideas?
Thanks
Hey all,
Still having problems with this…any ideas?
-
I have everything setup the same as the other service checks - those other service checks are working just not these two….
I feel it is something on my FW which is wrong.
define command{
command_name check_disk
command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
}
define command{
command_name check_procs
command_line $USER1$/check_procs -w $ARG1$ -c $ARG2$ -s $ARG3$
}my commands.cfg config on my nagios server.
-
Sorry to keep spamming but I have also found this in the logs:
Aug 5 00:01:00 nrpe[60526]: Cannot remove pidfile '/var/run/nrpe2.pid' - check your privileges.
Aug 5 00:01:00 nrpe[60526]: Cannot remove pidfile '/var/run/nrpe2.pid' - check your privileges.Tried to set the permissions on that folder so that all users can read/write/execute but not sure I did it right of if it even needs to be done?