Display NOC on remote Web Screen with update interval

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
huskgrah
Posts: 19
Joined: Tue Apr 26, 2016 10:28 am

Display NOC on remote Web Screen with update interval

Post by huskgrah »

Good Day: I have done about 80% of the configuring and set-up for Nagios XI. The next phase of the roll out is to have a web browser screen (IP address access to NOC/Operations for public display). This is meant for display only and will not be used interactively. I am wondering what is the best way to accomplish this. I have done much web searching and am no closer to determining the most reliable and functional device arrangement.

Graham Husk
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Display NOC on remote Web Screen with update interval

Post by tmcdonald »

You would need some sort of keyboard/mouse setup to control the screen at some point, whether attached directly or via RDP or something. Beyond that, the display device itself does not matter though I tend to like a large projector personally in a NOC.
Former Nagios employee
huskgrah
Posts: 19
Joined: Tue Apr 26, 2016 10:28 am

Re: Display NOC on remote Web Screen with update interval

Post by huskgrah »

The screen we want to use is a commercial 52". I think we will use a Raspberry Pi as the computer back end for the screen then. Cheap, small and Linux.

Will there be any issue with account time outs?

Graham Husk
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Display NOC on remote Web Screen with update interval

Post by tmcdonald »

Most likely that will depend on the page you use and whether/how it refreshes. For example, the Operations Screen refreshes itself every 10 seconds, so your session should stay valid as long as it keeps refreshing. Others if they are static will likely have your session expire after some time.
Former Nagios employee
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Display NOC on remote Web Screen with update interval

Post by rkennedy »

There could be, and with that you can easily bypass sessions timing out by appending ?username=&ticket= to your URL, matched with the API key for the respective user. For example -

Code: Select all

http://192.168.3.116/nagiosxi/?username=nagiosadmin&ticket=uui5lt5s
You can append this to any page.
Former Nagios Employee
highness
Posts: 192
Joined: Thu May 01, 2014 4:25 pm

Re: Display NOC on remote Web Screen with update interval

Post by highness »

We have 4 x 52" monitors in our NOC and have a computer hooked up to them all (a Mac) and have a browser opened on each monitor with the Operations View running on one of the monitors along with other web pages displayed on the other monitors. We've forced the Mac to turn off power saving / screen saver mode. It runs 24/7 and doesn't have any issues.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Display NOC on remote Web Screen with update interval

Post by rkennedy »

Thanks for letting us know @highness! I would of thought they'd expire.

@huskgrah - let us know if you have any further questions.
Former Nagios Employee
huskgrah
Posts: 19
Joined: Tue Apr 26, 2016 10:28 am

Re: Display NOC on remote Web Screen with update interval

Post by huskgrah »

Thank you very much. This confirms the validity of the idea and helps with the gotchas.

Graham Husk
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Display NOC on remote Web Screen with update interval

Post by rkennedy »

No problem, are we good to mark this thread as resolved?
Former Nagios Employee
Locked