Interface for control room
Kasper Nordal Lund
kasper at nordal-lund.dk
Sun Dec 13 14:15:22 CET 2009
shacky wrote:
> Hi.
>
> Could you tell me what interface (web-based is better) to view the
> services status on a wall-screen in a control room?
>
I do it with a little HTML script like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/xhtml1-strict.dtd">
<html>
<head>
<title>Nagios Monitor Site</title>
</head>
<body>
<iframe style="margin-top:-240px; border:none;"
src="http://nagios_server/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28"
width="100%" height="700px">
</iframe>
</body>
</html>
Then i install the autoauth and the default zoom level addons in firefox.
Then open the above script in firefox, make it remember the credentials,
zoom in to about 220%, press F11 and there it is :)
I then usually save the site as the default start page.
This has worked for me for several years, i think it gives a really good
overview.
/Kasper
> Thank you very much!
> Bye.
>
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
>
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list