Unable to schedule downtime after restarting Nagios

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
sdarkin
Posts: 1
Joined: Fri May 18, 2018 10:07 am

Unable to schedule downtime after restarting Nagios

Post by sdarkin »

Nagios Core Version 4.0.8

After restarting Nagios I can no longer schedule downtime via the browser interface.

Services -> Hostname -> Member of <hostname> -> Hostname -> Schedule downtime for all services in this group

Navigating the above links I reach the desired downtime entry page, however having entered all of the details the 'Commit' button appears to have no effect.

I'm not sure if this is a permissions issue, although I'm logging in as a user that has scheduled downtime in the past.

Can anyone suggest things I should check?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Unable to schedule downtime after restarting Nagios

Post by scottwilkerson »

verify you don't somehow have 2 nagios processes running

Code: Select all

ps -ef|grep nagios.cfg
I would also again try restarting nagios

Code: Select all

service nagios restart
Finally verify permissions for the user in cgi.cfg
https://assets.nagios.com/downloads/nag ... iauth.html
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked