Page 1 of 1

Auto Login

Posted: Fri Jul 11, 2014 10:34 am
by JohnFLi
In my datacenter, we will be mounting a 48" tv, and have a thin client attached to it and its purpose in life is to display Nagios. The service/problem screen to be exact.

Is it possible to have so when the computer boots up, it can automaticlly sign-in to Nagios and go to that page?

Re: Auto Login

Posted: Fri Jul 11, 2014 10:39 am
by tmcdonald
That's really more of an automation question than a Nagios question, but yes it should be possible. You would need to write a script that will launch your browser at the Nagios IP and then provide the login credentials before clicking through to the page. How this is accomplished is entirely dependent on your environment. Autohotkey is a good solution for Windows.

Re: Auto Login

Posted: Fri Jul 11, 2014 11:25 am
by JohnFLi
I will check that out, thank you