Seem to be having some serious issues with nagios v3 that i can’t seem to fault
One of the faults is that i keep getting this message…
[blockquote]
It appears as though you do not have permission to view information for any of the services you requested…
If you believe this is an error, check the HTTP server authentication requirements for accessing this CGI
and check the authorization options in your CGI configuration file.[/blockquote]
as seen in picture 2, but then if i click the menu option again it works as it should (picture 3)
Also in pictures 5 & 6 with in 6 seconds first i don’t have any errors and then i do!
Also if i get a problem with a serivce it doesn’t seem to try and recheck it
Do you somehow maybe have 2 nagios processes running? The only time I see wierdness like this after I’ve done “service nagios reload” following a config change, although nowadays I always use “restart” instead. I would suggest that a “service nagios stop”, followed by a “killall -9 nagios” to make sure all the processes are got rid off, then finally “service nagios start” might clear up your issues.
I would have thought it would have all been related, but otherwise possibly there has been a configuration mistake some days ago - some things to consider might include:
Does the ‘pre-flight check’ (-v option) report any errors?
Are you able to back out any recent changes to your config? (i.e. restore a backed up copy of the recently changed configuration file)
Can you manually ‘reschedule’ a check?
Has somebody inadvertantly set “notifications_enabled” to “0” in one or more host/service object templates?
Is the server actually performing the checks but not recording them? (i.e. can you see the checks happening in the log file?)
Hopefully looking into one or more of these areas will help narrow down your issue.