All the performance graphs are empty and the files in /usr/local/nagios/var/spool/xidpe continue to grow.
Please help.
xidpe
Re: xidpe
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
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
Former Nagios employee
Re: xidpe
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
They were both running...
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)Re: xidpe
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.!
Re: xidpe
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.!
Former Nagios Employee.
me.
me.