Search found 3 matches
- Tue May 16, 2017 3:01 pm
- Forum: Nagios XI
- Topic: How nagios stores data
- Replies: 5
- Views: 1093
Re: How nagios stores data
Many of the logs are rotated out within several weeks at most, with the exception of the nagios.log which is archived in /usr/local/nagios/var/archives 1 file per day forever, but you can remove old files, just know that doing so will remove the availability history for those time periods. There ar...
- Tue May 16, 2017 2:06 pm
- Forum: Nagios XI
- Topic: How nagios stores data
- Replies: 5
- Views: 1093
Re: How nagios stores data
If you're using XI, log in to mysql with mysql -uroot -pnagiosxi . If you don't know how to look through tables in mysql, you should probably head to the mysql forums. It's possible some data is in postgres. What version of XI are you using? If you see a string in the XI UI and want to find where t...
- Tue May 16, 2017 12:56 pm
- Forum: Nagios XI
- Topic: How nagios stores data
- Replies: 5
- Views: 1093
How nagios stores data
Hi, we got an assignment about how does the nagios xi stores data collected from monitoring. We couldn't find any good resource about that. If you can give us some resource or lead us to some information that would be great.