Autologoff

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
matjaz2002
Posts: 1
Joined: Tue Dec 20, 2016 1:47 pm

Autologoff

Post 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.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Autologoff

Post 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
Former Nagios employee
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

Post 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.
Locked