> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Marc Hultquist > Sent: Thursday, August 30, 2007 2:54 AM > To: [email protected] > Subject: [Nagios-users] Problem with access (It appears as though you do > not have permission to view information for any of the services you > requested...) > > Hi Everyone > > Ok I am new to nagios, the problem I am having, I have gotten Nagios up > and running, it can monitor the machines and what not, however the > problem I am having, lets say I click on the "Host Details" in the menu, > I can see my hosts, if I say select my AV server -> "View Status Details > for this host" ! I can see the services I am monitoring on the server > itself, however when it refresh's the page I will then get the "It > appears as though you do not have permission to view information for any > of the services you requested..." ! I then refresh the page, and at a > random interval I will then be able to see the services being monitored, > however then again at another random interval I will get the same access > denied error mentioned above....
Toggleing GUI behavior like this means that you have more than one nagios processes running. There's a FAQ entry on it. Stop nagios, kill any that remain and restart nagios. > What I think is something to do with the session / cookie is buggered up > in the browser, does anyone have any ideas here as its a bit annoying to For future reference, nagios doesn't track session state or set any cookies. It simply looks at the REMOTE_USER variable set by htaccess at each request to determine what to show you by matching that with a defined contact. -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
