On 12 May 2009, at 12:27, roberts. jonathan wrote:


After an unplanned server reboot, the server re-started with a date one year in the future. I have corrected the time, but now the service checks and performance data have stopped and appear to be waiting until a year from now until they will begin again.

Is there a way to clear the incorrect time/date information so the checks will start again.

I am using Opsview version 2.14.0

I think there is a bit in the ndoutils code where it looks to see what the last update time is and will not update if the current time is less than that update time.

I'd suggest looking around these tables in the runtime database:

select status_update_time from nagios_programstatus;
select status_update_time from nagios_hoststatus;
select status_update_time from nagios_servicestatus;
select status_update_time from nagios_contactstatus;
select status_update_time from nagios_customvariablestatus;

Let us know what you do to fix - this is a worthwhile hint to add to the documentation site.

Ton

_______________________________________________
Opsview-users mailing list
[email protected]
http://lists.opsview.org/listinfo/opsview-users

Reply via email to