System :Centos 6.4
Nagios XI 2012R2.9
Hi,
We have a view of our Nagios system on a control room screen, rotating views.
However the login keeps timing out.
Can you please advise on how e can keep this session permanently running as this tool forms part of our permanent network monitoring ?
Many Thanks
Vij
How do I stop login timeouts ?
Re: How do I stop login timeouts ?
There is an entry in the "/etc/php.ini" that you can modify, in order to increase the session timeout. The default setting is 1440 seconds.
After modifying, restart apache:
I don't believe this will entirely solve your issue as after a while, your browser will probably cause the session to time out.
You may try to include one of the Nagios XI pages as one of the views (if you haven't done this already). This may help extend the time before it times out.
Code: Select all
session.gc_maxlifetime = 1440Code: Select all
service httpd restartYou may try to include one of the Nagios XI pages as one of the views (if you haven't done this already). This may help extend the time before it times out.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: How do I stop login timeouts ?
Thanks for the reply.
Sorry, but what do you mean by
I presume that people use this application in a NOC environment on large screens so would it not be an idea to provide this facility as part of the functionality ?
Sorry, but what do you mean by
The screen at present scrolls through various pages on the system. Do you mean one of your internet web pages ? If so how do I set that up in views ?You may try to include one of the Nagios XI pages as one of the views (if you haven't done this already).
I presume that people use this application in a NOC environment on large screens so would it not be an idea to provide this facility as part of the functionality ?
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: How do I stop login timeouts ?
I believe lmiltchev was talking about setting pages in XI as views, to do this, click the "Get permalink icon" in the top right of the main menu bar in XI, this will grab the URL of the page, then paste this into a new view. Views > Add New View.