HI,
We have a wallboard which shows some Nagios dashboard items and "opscreen", but these items eventually go blank, as the login session times out.
Is it possible to modify the Nagios login session timeout value?
Cheers,
--
ChrisP
Linux Distro: CentOS release 6.3 (Final)
Architechure: x86_64
Nagios Core 3.4.1
Installation: Manual
SSL Enabled: Yes
###################################
# Nagios XI version information
###################################
full=2012R1.3
major=2012
minor=R1.3
releasedate=2012-12-05
release=303
Login session timeout causing problems with dashboard
Re: Login session timeout causing problems with dashboard
There is a setting you can modify in /etc/php.ini
this is an amount of time in seconds.
then
Code: Select all
session.gc_maxlifetime = 1440then
Code: Select all
service httpd restartFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Login session timeout causing problems with dashboard
Brilliant, thanks!