Re: [Nagios-users] alternative Status Map?

2009-03-12 Thread Tomasz Chmielewski
Tomasz Chmielewski schrieb:
 Paul Weaver schrieb:
 
 2. All nagios users can see the whole network structure for all hosts.

 Even if a given web user is not authorised to view certain 
 hosts, he/she will see them anyway on the status map (without 
 icons/descriptions).
 It can be even viewed as a security flaw.
 Personally I'm not a fan of maps, very few cases I think they're useful,

(...)

 So, maybe the simplest solution would be to entirely disable status map 
 for these users?
 
 Any obvious way to do it (other then removing statusmap.cgi file?)

I made it unavalable for remote users with the following redirect placed 
in nagios' cgi-dir directory (.htaccess file):

RewriteEngine On
RewriteCond %{REMOTE_ADDR} !^10\.1\.2\.
RewriteRule ^statusmap.cgi$ /cgi-bin/nagios3/tac.cgi [R=permanent,L]



-- 
Tomasz Chmielewski
http://wpkg.org

--
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
___
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


[Nagios-users] alternative Status Map?

2009-03-05 Thread Tomasz Chmielewski
Are there alternative Status Maps for Nagios?

Current implementation has at least these limitations:

1. With lots of monitored hosts, the map becomes unreadable / does not 
fit on the screen.

The ideal would be if status map allowed to draw selected host groups 
only (right now, it allows host group selection, but the whole map with 
all hosts is rendered anyway; not selected hosts won't have 
icons/descriptions, but it doesn't help much with readability)


2. All nagios users can see the whole network structure for all hosts.

Even if a given web user is not authorised to view certain hosts, he/she 
will see them anyway on the status map (without icons/descriptions).
It can be even viewed as a security flaw.


Is the only solution compiling and running several nagios instances?


-- 
Tomasz Chmielewski
http://wpkg.org




--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
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] alternative Status Map?

2009-03-05 Thread Paul Weaver
 -Original Message-
 From: Tomasz Chmielewski [mailto:man...@wpkg.org] 
 Sent: 05 March 2009 15:56
 To: nagios-users@lists.sourceforge.net
 Subject: [Nagios-users] alternative Status Map?
 
 Are there alternative Status Maps for Nagios?
 
 Current implementation has at least these limitations:
 
 1. With lots of monitored hosts, the map becomes unreadable / 
 does not fit on the screen.

That's true

 2. All nagios users can see the whole network structure for all hosts.
 
 Even if a given web user is not authorised to view certain 
 hosts, he/she will see them anyway on the status map (without 
 icons/descriptions).
 It can be even viewed as a security flaw.

Personally I'm not a fan of maps, very few cases I think they're useful,
however NagVis might be what you want

http://www.nagvis.org/

This kind of map could be useful for a server room
http://www.nagvis.org/sites/default/files/screenshots/nagvis-1.3-rack.pn
g

And perhaps this kind if you have a geographically spread system. 
http://www.nagvis.org/sites/default/files/screenshots/nagvis_map_2.png
--
Paul Weaver 
Systems Development Engineer
News Production Facilities, BBC News

 

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
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] alternative Status Map?

2009-03-05 Thread Jim Avery
Note that NagVis now also has an automap feature which I confess I
don't really use, but if your network topology lends itself to that
sort of map it could save you a whole load of effort dragging icons
around the screen.

Another one well worth looking at is NExSM.  It can be a bit of a mare
to get it installed and working, but for a large network is probably
the best of the bunch.  Unlike NagVis it doesn't rely on NDOUtils
(MySQL database).  The upside of this is you don't have to install/run
a MySQL database.  The downside is that the amount of querying it does
of your Nagios server can be a bit heavy (depending on your setup).

Cheers,

Jim

--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
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