two running instances of nagios daemon

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
nfla
Posts: 3
Joined: Mon Aug 10, 2020 3:31 pm

two running instances of nagios daemon

Post by nfla »

Hello. I am running Nagios XI 5.7.3 on an Oracle Linux 7 server.

Is this normal? There are always two running instances of the nagios daemon. Restart the server OS, restart the service, doesn't matter.

Code: Select all

[nfla@server ~]$ ps -ef | grep -i nagios.cfg
nagios    2203     1  2 23:50 ?        00:00:02 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios    2222  2203  0 23:50 ?        00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nfla 15769 11831  0 23:51 pts/0    00:00:00 grep --color=auto -i nagios.cfg
[nfla@server ~]$
Thank you.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: two running instances of nagios daemon

Post by lmiltchev »

This is normal... One is the "main" process, and the other one is the "child" process. For more info on the PIDs, and PPIDs, read our KB article below:

https://support.nagios.com/kb/article/n ... ts-27.html
Be sure to check out our Knowledgebase for helpful articles and solutions!
nfla
Posts: 3
Joined: Mon Aug 10, 2020 3:31 pm

Re: two running instances of nagios daemon

Post by nfla »

Got it. Thanks!
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: two running instances of nagios daemon

Post by lmiltchev »

I am glad I could help! I will be closing this topic now. If you have any further questions, please start a new thread. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked