Re: xidpe
Posted: Sun Aug 23, 2015 2:17 pm
All the performance graphs are empty and the files in /usr/local/nagios/var/spool/xidpe continue to grow.
Please help.
Please help.
Support for Nagios products and services
https://support.nagios.com/forum/
tmcdonald wrote:Looks like cron may not be running. Run the following:
service crond status
and if it is not, start it like so:
service crond start
Do the same for npcd:
service npcd status
and if not running:
service npcd start
Code: Select all
[root@az84mon11v]# service crond status
crond (pid 2676) is running...
[root@az84mon11v]# service npcd status
NPCD running (pid 6407).Code: Select all
Aug 23 19:09:01 az84mon11v crond[29052]: (nagios) FAILED to authorize user with PAM (Authentication token is no longer valid; new one required)
Aug 23 19:09:01 az84mon11v crond[29048]: (nagios) FAILED to authorize user with PAM (Authentication token is no longer valid; new one required)
Aug 23 19:09:01 az84mon11v crond[29050]: (nagios) FAILED to authorize user with PAM (Authentication token is no longer valid; new one required)
Aug 23 19:09:01 az84mon11v crond[29047]: (nagios) FAILED to authorize user with PAM (Authentication token is no longer valid; new one required)tmcdonald wrote:Looks like cron may not be running. Run the following:
service crond status
and if it is not, start it like so:
service crond start
Do the same for npcd:
service npcd status
and if not running:
service npcd start
Glad we got this one working! I'll go ahead and lock the thread.r34220 wrote:tmcdonald wrote:Looks like cron may not be running. Run the following:
service crond status
and if it is not, start it like so:
service crond start
Do the same for npcd:
service npcd status
and if not running:
service npcd start
Thanks tmcdonald! Crons weren't running because the nagios user password expired. Our Hardware guys changed the nagios users password to expire.![]()
Thanks everyone for all your input.!