Page 1 of 1
Autologoff
Posted: Tue Dec 20, 2016 1:52 pm
by matjaz2002
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
Posted: Tue Dec 20, 2016 2:23 pm
by mcapra
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
Re: Autologoff
Posted: Tue Dec 20, 2016 2:26 pm
by dwhitfield
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.