Nagios XI Jobs ERROR

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
maxwellmiranda
Posts: 113
Joined: Thu Mar 22, 2012 3:24 pm

Nagios XI Jobs ERROR

Post by maxwellmiranda »

i am getting this error in the NAGIOS XI JOBS

Nagios XI Jobs Unknown 2m 39s 5/5 2013-02-25 14:36:04 Database Maintenance (dbmaint) stale (1262 seconds old), Database Maintenance (dbmaint) stale (1262 seconds old)
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Nagios XI Jobs ERROR

Post by abrist »

Is crond running?

Code: Select all

service crond status
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Nagios XI Jobs ERROR

Post by scottwilkerson »

This means there is a cron that hasn't run on schedule..

Can you run

Code: Select all

chage -l nagios
cat /etc/cron.d/nagiosxi| grep dbmaint
Also, run the following and return the results

Code: Select all

cat /usr/local/nagiosxi/var/dbmaint.log
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked