Re: [Nagios-users] Interface for control room

2009-12-15 Thread shacky
 I do this with NagVis. Quite simple and powerfull. You can create new maps
 and add your own iconset (big blinking animated gif!)
 http://www.nagvis.org/

Thank you very much.
I will try Centreon and Nagvis.

The complication I forgot to tell you in my first post is that I need
to monitor at least three different Nagios servers.
How can I solve this requirement?

--
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@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


Re: [Nagios-users] Interface for control room

2009-12-15 Thread Romain Le Merlus
On Tue, Dec 15, 2009 at 4:34 PM, shacky shack...@gmail.com wrote:

 The complication I forgot to tell you in my first post is that I need
 to monitor at least three different Nagios servers.
 How can I solve this requirement?


You can administrate your different Nagios poller through Centreon frontend.
Communication between them is based on SSH.
Each host definition is link to a poller, so the configuration dispatch is
automatic.
-- 
Romain LE MERLUS
--
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@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

Re: [Nagios-users] Interface for control room

2009-12-15 Thread Andreas Ericsson
On 12/15/2009 04:34 PM, shacky wrote:
 I do this with NagVis. Quite simple and powerfull. You can create new maps
 and add your own iconset (big blinking animated gif!)
 http://www.nagvis.org/
 
 Thank you very much.
 I will try Centreon and Nagvis.
 
 The complication I forgot to tell you in my first post is that I need
 to monitor at least three different Nagios servers.
 How can I solve this requirement?
 

Get three different monitors and hook up with virtual desktops to one
computer.

-- 
Andreas Ericsson   andreas.erics...@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

--
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@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


Re: [Nagios-users] Interface for control room

2009-12-14 Thread Gael Cheron
I do this with NagVis. Quite simple and powerfull. You can create new maps
and add your own iconset (big blinking animated gif!)

http://www.nagvis.org/

Regards,
Gaƫl


2009/12/13 Kasper Nordal Lund kas...@nordal-lund.dk

 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
 titleNagios Monitor Site/title
 /head

 body
   iframe style=margin-top:-240px; border:none;
 src=
 http://nagios_server/nagios/cgi-bin/status.cgi?host=allservicestatustypes=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@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@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@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

Re: [Nagios-users] Interface for control room

2009-12-13 Thread Kasper Nordal Lund
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
titleNagios Monitor Site/title
/head

body
   iframe style=margin-top:-240px; border:none; 
src=http://nagios_server/nagios/cgi-bin/status.cgi?host=allservicestatustypes=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@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@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


Re: [Nagios-users] Interface for control room

2009-12-13 Thread Romain Le Merlus
Hi,

Centreon is a web based interface for Nagios.
http://www.centreon.com/

Here is some screenshots and a demo platform, you may find what you are
looking for:
http://www.centreon.com/centreon-screenshots-en.html
http://demo.centreon.com/

You can also see on this demo the Centreon MAP extension, it is an advanced
cartography module.
Can be very useful in a control room ;)

Best regards.
-- 
Romain LE MERLUS
--
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@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