Hii team,
I have installed nagios NA , it was working fine but after some time when i "m giving login credentials it showing a web page that "The action you have requested is not allowed".
I have restarted services (NagiosNA , mysqld, httpd)
I have cleared cache of my browser.
Please suggest what to do.
as web page is running bcz login page is opening but when i"m giving credentials its giving attached error.
Not able to login
-
progressive.nagiosXI
- Posts: 277
- Joined: Mon Jul 31, 2017 5:54 am
Not able to login
You do not have the required permissions to view the files attached to this post.
Re: Not able to login
Do you have any sort of web proxy or firewall in-place that might be modifying or blocking certain requests?
Former Nagios employee
-
progressive.nagiosXI
- Posts: 277
- Joined: Mon Jul 31, 2017 5:54 am
Re: Not able to login
No we don't have any thts why i"m asking help from you
Re: Not able to login
Try this to see if it fixes the error.
Edit this file on the NNA server
Change the following from (Line 296)
to
Save the file and restart Apache by running
Clear your browsers cache and see if you can login to NNA's GUI.
Edit this file on the NNA server
Code: Select all
/var/www/html/nagiosna/application/config/config.phpCode: Select all
$config['csrf_protection'] = TRUE;Code: Select all
$config['csrf_protection'] = FALSE;Code: Select all
service httpd restart Be sure to check out our Knowledgebase for helpful articles and solutions!