NPCD Not Running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
TCBeekley
Posts: 20
Joined: Thu May 26, 2016 6:40 am

NPCD Not Running

Post by TCBeekley »

Hello!

I have an issue where the gui is showing npcd as not running, but on the command line the status shows that it is?

What could be causing this?

Code: Select all

[nagios@XXXXXXX ~]$ sudo /etc/init.d/npcd status
NPCD running (pid 18144)
Image
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NPCD Not Running

Post by lmiltchev »

It's possible that there is a "stuck" crond process. Does the npcd status change in the GUI if you restart crond, and wait for a few minutes?

Code: Select all

service crond restart
What is the output of the following commands?

Code: Select all

uptime
ps -ef | grep cron
Also, what is the Nagios XI version, that you are currently using?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked