I have a problem similar to this one... if you look at the photo there, you'll see that the icinga server is marked as down.
I checked everything according to the answer given there, but it has already been done - and I'm seeing new hosts and services whenever I add them. But the icinga monitor is not being updated.
The cgi.cfg
has this line in it:
icinga_check_command=/usr/lib/nagios/plugins/check_nagios -F /var/lib/icinga/status.dat -e 5 -C '/usr/sbin/icinga'
Running the command produces this:
# /usr/lib/nagios/plugins/check_nagios -F /var/lib/icinga/status.dat -e 5 -C '/usr/sbin/icinga'
NAGIOS OK: 6 processes, status log updated 1 second ago
I went to /etc/icinga-web/
and looked around, but didn't find any appropriate settings.
I checked the ido2utils
and restarted them just in case - but they've been running.
How do I fix this? Everything else is working ok, but not the icinga server status in the summary.
EDIT I was remiss in not mentioning that I am using Ubuntu Trusty Server on an amd64 machine. The installed icinga instance is from the Repositories.