Search found 3 matches
- Fri Feb 18, 2011 3:25 pm
- Forum: Nagios XI
- Topic: Historical Tables vs Current Status Tables
- Replies: 5
- Views: 251
Re: Historical Tables vs Current Status Tables
How long will the data be kept in the historical tables? Is there any way to configure it? It looks to me that by defautl they are purged quite frequently.
- Tue Nov 23, 2010 12:54 pm
- Forum: Nagios XI
- Topic: Historical Tables vs Current Status Tables
- Replies: 5
- Views: 251
Re: Historical Tables vs Current Status Tables
Thanks for your answer! In our case, we need to query the historical tables anyway since we want to retrieve all the status from a previous timestamp until the cureent time. If the result of querying the historical tables already includes the current status, we do not need to do a second query into ...
- Mon Nov 22, 2010 3:33 pm
- Forum: Nagios XI
- Topic: Historical Tables vs Current Status Tables
- Replies: 5
- Views: 251
Historical Tables vs Current Status Tables
In the Nagios database, the historical data is stored in nagios_servicechecks and nagios_hostchecks tables and the current status is store in nagios_hoststatus and nagios_servicestatus tables. It looks to me that the current status is inserted into the current status tables and the historical tables...