I do this with NagVis. Quite simple and powerfull. You can create new maps and add your own iconset (big blinking animated gif!)<br><br><span class="gI"><span class="go"><a href="http://www.nagvis.org/">http://www.nagvis.org/</a><br>
<br>Regards,<br>Gaël<br><br></span></span><br><div class="gmail_quote">2009/12/13 Kasper Nordal Lund <span dir="ltr"><<a href="mailto:kasper@nordal-lund.dk">kasper@nordal-lund.dk</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">shacky wrote:<br>
> Hi.<br>
><br>
> Could you tell me what interface (web-based is better) to view the<br>
> services status on a wall-screen in a control room?<br>
><br>
</div>I do it with a little HTML script like this:<br>
<br>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br>
"<a href="http://www.w3.org/TR/xhtml1/xhtml1-strict.dtd" target="_blank">http://www.w3.org/TR/xhtml1/xhtml1-strict.dtd</a>"><br>
<html><br>
<br>
<head><br>
<title>Nagios Monitor Site</title><br>
</head><br>
<br>
<body><br>
   <iframe style="margin-top:-240px; border:none;"<br>
src="<a href="http://nagios_server/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28" target="_blank">http://nagios_server/nagios/cgi-bin/status.cgi?host=all&servicestatustypes=28</a>"<br>
width="100%" height="700px"><br>
   </iframe><br>
</body><br>
</html><br>
<br>
Then i install the autoauth and the default zoom level addons in firefox.<br>
<br>
Then open the above script in firefox, make it remember the credentials,<br>
zoom in to about 220%, press F11 and there it is :)<br>
<br>
I then usually save the site as the default start page.<br>
<br>
This has worked for me for several years, i think it gives a really good<br>
overview.<br>
<font color="#888888"><br>
/Kasper<br>
</font><div><div></div><div class="h5"><br>
> Thank you very much!<br>
> Bye.<br>
><br>
> ------------------------------------------------------------------------------<br>
> Return on Information:<br>
> Google Enterprise Search pays you back<br>
> Get the facts.<br>
> <a href="http://p.sf.net/sfu/google-dev2dev" target="_blank">http://p.sf.net/sfu/google-dev2dev</a><br>
> _______________________________________________<br>
> Nagios-users mailing list<br>
> <a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
> ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
> ::: Messages without supporting info will risk being sent to /dev/null<br>
><br>
><br>
<br>
<br>
------------------------------------------------------------------------------<br>
Return on Information:<br>
Google Enterprise Search pays you back<br>
Get the facts.<br>
<a href="http://p.sf.net/sfu/google-dev2dev" target="_blank">http://p.sf.net/sfu/google-dev2dev</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
<br>
</div></div></blockquote></div><br>