Archived service stats not showing on nagios web

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
deepak06live
Posts: 2
Joined: Wed Sep 13, 2017 2:55 am

Archived service stats not showing on nagios web

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Archived service stats not showing on nagios web

Post 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.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
deepak06live
Posts: 2
Joined: Wed Sep 13, 2017 2:55 am

Re: Archived service stats not showing on nagios web

Post 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.
Locked