Autologoff
-
matjaz2002
- Posts: 1
- Joined: Tue Dec 20, 2016 1:47 pm
Autologoff
Running with Centos 6. I have Nagios Core version 3.5.1 after about 20 minutes automatically get logoff Nagios. Is there way to disable this.
Re: Autologoff
You could try altering the Apache configuration to disable authentication completely on the /usr/local/nagios/share path, but that's probably not a very good idea since your front-end wouldn't be authenticated in any way.
You could also alter the Apache configuration the use mod_auth_digest parameters to increase the session lifetime, but again this also leaves you open to some potential security issues:
https://httpd.apache.org/docs/2.4/mod/m ... igest.html
You could also alter the Apache configuration the use mod_auth_digest parameters to increase the session lifetime, but again this also leaves you open to some potential security issues:
https://httpd.apache.org/docs/2.4/mod/m ... igest.html
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Autologoff
If you have 2.2, https://httpd.apache.org/docs/2.4/mod/m ... sionmaxage might be easier, but I couldn't find an equivalent in the CentOS 6 default: Apache 2.2.