Page 1 of 1

Nagios Core web dashboard actions are not responding

Posted: Thu Jan 07, 2016 9:54 am
by erezha
Hi,

We're working with the Nagios for the last 2 years with mostly no issues.

Recently the when we got alerts and to the Nagios Core dashboard operations s.a disable\enable\acknowledge alerts are not functioning.
for example if a specific host's notifications are disable - i'm trying to enable notifications for it. operation accepted but nothing happen. The same is happening when trying to ack a specific alert.

PLEASE ADVICE.

Thanks,
Erez H.
[email protected]

Re: Nagios Core web dashboard actions are not responding

Posted: Thu Jan 07, 2016 10:48 am
by hsmith
What version of Core are you using?

Are you seeing anything in the error logs when this is happening?

Let's try the following:

tail -f /var/log/httpd/error_log and then try to disable/enable notifications

If nothing telling is there, do the same with the access log:

tail -f /var/log/httpd/access_log and then try to disable/enable notifications

Re: Nagios Core web dashboard actions are not responding

Posted: Thu Jan 07, 2016 11:42 am
by erezha
[SOLVED] - You are great.

Httpd was down on the nagios server so didn't get any commands from the dashboard.

httpd is now up and running on the box as well as i set httpd service to autostart on runlevel3.

All is working great.

THANKS!!

Re: Nagios Core web dashboard actions are not responding

Posted: Thu Jan 07, 2016 11:48 am
by hsmith
Thank you!

Glad to hear that it's working.

I'll go ahead and close this thread, please let us know if you run into any further issues.