Page 1 of 1

NPCD Not Running

Posted: Mon Sep 18, 2017 9:25 am
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

Re: NPCD Not Running

Posted: Mon Sep 18, 2017 11:22 am
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?