I upgraded to Nagios 2.1 over the weekend, and since then, I've been having some problems. It runs fine during the day, handles notifications fine, everything works great. When I come in the next day, the process has stopped, and the log file is full of this:

[1144102973] Warning: The check of service 'ping' on host 'pmad-sw-01' could not be performed due to a fork() error. The check will
 be rescheduled.
[1144102973] Warning: The check of service 'ping' on host 'pkc-rt-01' could not be performed due to a fork() error. The check will
be rescheduled.
[1144102973] Warning: The check of service 'ping' on host 'pcc-sw-a9' could not be performed due to a fork() error. The check will
be rescheduled.
[1144102973] Warning: The check of service 'ping' on host 'evvlinlwt-ert-01' could not be performed due to a fork() error. The check will be rescheduled.


And I mean full.. I monitor 87 hosts / 171 services, and it makes that log file a monster to dig through to find anything besides these errors.

My 'ping' check is as follows:

# 'check_ping' command definition
define command{
        command_name    check_ping
command_line $USER1$/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p 3
        }

And....

[EMAIL PROTECTED] libexec]# ./check_ping -help
check_ping (nagios-plugins 1.4.2) 1.49


Any ideas?




--

 † Gabriel Matthews
   Senior Network Support Technician
   Cinergy Communications



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Nagios-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null

Reply via email to