Page 1 of 1

Archived service stats not showing on nagios web

Posted: Wed Sep 13, 2017 3:05 am
by deepak06live
I have nagios core software installed to monitor the servers. It's showing real time stats properly but when I am checking previous stats like 1 month old it does not show any data.

Is there any particular configuration so that I can check previous stats also.

Re: Archived service stats not showing on nagios web

Posted: Wed Sep 13, 2017 2:44 pm
by scottwilkerson
Are you deleting your nagios.*.log file from the archives directory? In a source install these are usually located in /usr/local/nagios/var/archives/

Code: Select all

ls -l /usr/local/nagios/var/archives/
This is what is read to get historical stats for availability etc.

Re: Archived service stats not showing on nagios web

Posted: Fri Sep 15, 2017 2:51 am
by deepak06live
Thanks for your reply.
Archive files are properly placed and no file deletion is there. It was due to the permission issue on another file .
After updating permission issue resolved.