I'm observing that the nagios.cfg process running is more than 2 times (i.e. more than one parent with its child process).
I had killed the presumed "old" process, but it seems after a while it a new process is started while the previous stay running.
What can be the cause of this and how can we rectify the issue?
Code: Select all
ps -ef | grep nagios.cfg
nagios 8447 1 0 Sep18 ? 00:00:01 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 8545 8447 0 Sep18 ? 00:00:08 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 20802 1 3 08:50 ? 00:00:13 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 20899 20802 0 08:50 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg