Nagios Core web dashboard actions are not responding

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
erezha
Posts: 2
Joined: Thu Jan 07, 2016 9:34 am

Nagios Core web dashboard actions are not responding

Post 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]
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Nagios Core web dashboard actions are not responding

Post 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
Former Nagios Employee.
me.
erezha
Posts: 2
Joined: Thu Jan 07, 2016 9:34 am

Re: Nagios Core web dashboard actions are not responding

Post 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!!
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Nagios Core web dashboard actions are not responding

Post 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.
Former Nagios Employee.
me.
Locked