Today we had a host in Nagios that was down for 9 hours.
We can see this in the host state history (and all notification we got)
But both SLA report and Host availability show 100% UP.
How is that possible?
Host Availability and SLA Report incorrect vs state history
Host Availability and SLA Report incorrect vs state history
You do not have the required permissions to view the files attached to this post.
Re: Host Availability and SLA Report incorrect vs state history
Hi @PeterDK2,
I am sorry to hear that your reports were returning incorrect data. I have filed an internal report which will be investigated and resolved. I will keep you updated on our findings regarding this. Please let us know if you have any further questions or feedback.
- Zach
I am sorry to hear that your reports were returning incorrect data. I have filed an internal report which will be investigated and resolved. I will keep you updated on our findings regarding this. Please let us know if you have any further questions or feedback.
- Zach
Re: Host Availability and SLA Report incorrect vs state history
Hi PeterDK2,
This may be an indicator of database corruption and you might want to open a case with the support team. They can dig into the specifics of your system and provide a better answer than we can on a public forum.
https://supportportal.nagios.com/s/arti ... ing-a-Case
Thanks and best regards
This may be an indicator of database corruption and you might want to open a case with the support team. They can dig into the specifics of your system and provide a better answer than we can on a public forum.
https://supportportal.nagios.com/s/arti ... ing-a-Case
Thanks and best regards
Re: Host Availability and SLA Report incorrect vs state history
Ok, I created a case. I will place a summary of the result in this post as well when it's solved
Re: Host Availability and SLA Report incorrect vs state history
It was a permissions issue on the archived log files:
Solution:
chown nagios:nagios /usr/local/nagios/var/nagios.log
chown nagios:nagios /usr/local/nagios/var/archives/*
chmod 664 /usr/local/nagios/var/nagios.log
chmod 664 /usr/local/nagios/var/archives/*
Kind regards,
Peter
Solution:
chown nagios:nagios /usr/local/nagios/var/nagios.log
chown nagios:nagios /usr/local/nagios/var/archives/*
chmod 664 /usr/local/nagios/var/nagios.log
chmod 664 /usr/local/nagios/var/archives/*
Kind regards,
Peter