Re: [Nagios-users] Redundant Nagios setups...

2009-08-26 Thread Arlen Drina
As you already have *BSD installed as base server for nagios, and you
need an mechanism when one machine is down,
second to take its rolle and all happy.

I would recommned to take a look into CARP
http://www.freebsd.org/doc/en/books/handbook/carp.html
it is natively devoeloped for OpenBSD but you have it already ported
to FreeBSD. I am using CARP + OpenBSD to set up
redundant pair of firewals and it works perfect.
In case you want one machine to shutdown, it has some problem or what
ever else, second machine take a rolle of master and it works.

Machines should be close to each other (  as they use crossover cable
to be connected for sync interfaces ), and in case you
need to set up some geographical wide redundancy , CARP will not help you.

In case your nagios servers are in same server room, I think CARP can be useful

Nice regards,

Arlen


On Thu, Aug 27, 2009 at 3:08 AM, Mark Gius wrote:
> We use two identically configured servers with a shared DRBD
> (http://www.drbd.org/) partition that contains the nagios state/log/config
> files, Linux Heartbeat (http://www.linux-ha.org/), and a role IP address to
> do redundancy.  We can literally yank the plug on one of the servers and
> nagios will be back up in about 10 seconds.
>
> I wouldn't say I suggest this solution (we're doing it because the nagios
> servers also host a number of other services that we want to failover
> automatically) but it does achieve automated redundancy/failover.
>
> -Gius
>
> Janet Sullivan wrote:
>
> Other than the methods described in the official docs
> (http://nagios.sourceforge.net/docs/3_0/redundancy.html) and Merlin
> (http://www.op5.org/community/projects/merlin) are there any other suggested
> solutions for setting up redundant Nagios servers?
>
> 
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>
> 
> ___
> 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
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> 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
>

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] number of notifications

2009-08-26 Thread Jim Avery
2009/8/26 shadih rahman :
> All,
>    Is there anyway to control the total number of notification that nagios
> sends for hosts or services?  I did not see any indication of such parameter
> in object definition documentation.  Please advise on this.  Thanks


You can achieve this using escalations.

http://nagios.sourceforge.net/docs/3_0/escalations.html

hth,

Jim

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Redundant Nagios setups...

2009-08-26 Thread Mark Gius
We use two identically configured servers with a shared DRBD 
(http://www.drbd.org/) partition that contains the nagios 
state/log/config files, Linux Heartbeat (http://www.linux-ha.org/), and 
a role IP address to do redundancy.  We can literally yank the plug on 
one of the servers and nagios will be back up in about 10 seconds.


I wouldn't say I suggest this solution (we're doing it because the 
nagios servers also host a number of other services that we want to 
failover automatically) but it does achieve automated redundancy/failover.


-Gius

Janet Sullivan wrote:


Other than the methods described in the official docs 
(http://nagios.sourceforge.net/docs/3_0/redundancy.html) and Merlin 
(http://www.op5.org/community/projects/merlin) are there any other 
suggested solutions for setting up redundant Nagios servers?




--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july



___
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


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Redundant Nagios setups...

2009-08-26 Thread Max
On Wed, Aug 26, 2009 at 8:17 PM, Janet Sullivan wrote:
> Other than the methods described in the official docs
> (http://nagios.sourceforge.net/docs/3_0/redundancy.html) and Merlin
> (http://www.op5.org/community/projects/merlin) are there any other suggested
> solutions for setting up redundant Nagios servers?

What kind of system architecture have you implemented so far?  What
add-ons are you using?  What other systems are you integrating with
Nagios?

DNX as another one that is pretty popular: it is more for high
capacity than redundancy but it does provide for high availability
with polling, you just have to set up redundancy at the scheduler
level

http://dnx.sf.net/

- Max

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] MERLIN with FreeBSD?

2009-08-26 Thread Janet Sullivan
I run Nagios 3.06 on FreeBSD 7.2.  I'm trying to decide on the best way
to setup a redundant pair of Nagios hosts.  Op5's MERLIN looks
interesting, but it also looks a little rough around the edges.  Is
anyone out there successfully using FreeBSD 7.2, Nagios 3.06 and Merlin
0.62-beta2?  

 

 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Redundant Nagios setups...

2009-08-26 Thread Janet Sullivan
Other than the methods described in the official docs
(http://nagios.sourceforge.net/docs/3_0/redundancy.html) and Merlin
(http://www.op5.org/community/projects/merlin) are there any other
suggested solutions for setting up redundant Nagios servers?

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] nsclient++ and checkservicestate return limits

2009-08-26 Thread Marc Powell

On Aug 26, 2009, at 4:47 PM, Terry wrote:

> It appears my output is getting cut about 1/2 way through the  
> service list:
>
> [r...@omajelut01 objects]# /usr/lib64/nagios/plugins/check_nrpe -H
> omajelut02 -t 50 -c checkServiceState -a CheckAll ShowAll

[1024 characters of output snipped]

> What could be limiting this?

There's a 1024 character limit for exit text in the NRPE protocol.  
This used to be the limit for nagios itself until nagios-3. 
http://opsview-blog.opsera.com/dotorg/2008/08/enhancing-nrpe.html 
  might be an interesting read.

> I am concerned that some services are not be evaluated.

They're being evaluated, just not passed in the 'for humans only' text  
part.

> I also want to use this as a manual inventory
> check but can't if I am missing 1/2 of the services.

NRPE/nsclient++ may not be the tool for the job. I am not aware of any  
windows clients that extend the NRPE protocol beyond that 1024  
character limit or implement the opsview extension.

--
Marc

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] check_http and regular expressions

2009-08-26 Thread Marc Powell

On Aug 26, 2009, at 3:20 PM, Masoud Tabrizi wrote:

>
> Perhaps I was not clear the first time around:
> Here is what I want to do:
> Search for the string ERROR
> If not found -> return OK
> Else  -> return NOK

Yes, you were clear and I understood. The solution I provided does  
that. I did the *exact* same thing just today, authentication and  
everything.

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] nsclient++ and checkservicestate return limits

2009-08-26 Thread Terry
It appears my output is getting cut about 1/2 way through the service list:

[r...@omajelut01 objects]# /usr/lib64/nagios/plugins/check_nrpe -H
omajelut02 -t 50 -c checkServiceState -a CheckAll ShowAll
CRITICAL: AeLookupSvc: started, Alerter: stopped, AudioSrv: started,
BITS: started, Browser: started, CiSvc: stopped, ClipSrv: stopped,
CryptSvc: started, dcconnsvc: started, dcevt32: started, dcnetmon:
started, DcomLaunch: started, dcstor32: started, Dhcp: started,
dmserver: started, Dnscache: started, EHCMService: started, EQLXPerf:
started, ERSvc: started, Eventlog: started, EventSystem: started,
EvtSys: started, FolderSize: started, helpsvc: started, HidServ:
started, IISADMIN: started, ImapiService: stopped, IsmServ: stopped,
kdc: stopped, lanmanserver: started, lanmanworkstation: started,
LicenseService: stopped, LmHosts: started, Messenger: stopped,
mnmsrvc: stopped, mr2kserv: started, MSDTC: started, MSiSCSI: started,
MSSQL$MICROSOFT##SSEE: started, MSSQL$SQLEXPRESS: started,
MSSQLSERVER: started, MSSQLServerADHelper: stopped, NetDDE: stopped,
NetDDEdsdm: stopped, Netlogon: started, NSClientpp: started, omsad:
started, PhoneFactorRadiusSvc: started, PhoneFactorSvc: started,
PlugPlay: started, PolicyA

What could be limiting this?  I am concerned that some services are
not be evaluated.   I also want to use this as a manual inventory
check but can't if I am missing 1/2 of the services.

Thanks!

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] large map

2009-08-26 Thread Max Hetrick
Assaf Flatto wrote:
> Hello Guys
> 
> I have a silly question , and i know there must be a simple solution to it - 
> but it somehow eludes 
> me .
> 
> I am trying to make the map of my nagios to be some what readable , i have 
> 366 hosts and in the map 
> they are all clustered in to the center with out branching although i tried 
> providing parenting and 
> map coordinates .
> 

I recently found NagiosCfgVisualizer which is a script that builds a 
.dot map based off of your configuration files. It then creates a .png 
image which I just used to make a URL entry on the sidebar.

I edited to script to exclude certain pieces of information, so if 
you're interested, just let me know and I can share what I use. 
Basically, I needed a way to have a basic network map available to my IT 
department, and one that I could easily generate a new one when changes 
were made.

http://exchange.nagios.org/directory/Addons/Frontends-(GUIs-and-CLIs)/Linux-Interfaces/nagiosCfgVisualizer/details

Regards,
Max

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] check_http and regular expressions

2009-08-26 Thread Masoud Tabrizi

Perhaps I was not clear the first time around:
Here is what I want to do:
Search for the string ERROR
If not found -> return OK
Else-> return NOK


-Original Message-
From: Marc Powell [mailto:m...@ena.com] 
Sent: Wednesday, August 26, 2009 4:02 PM
To: Nagios User list
Subject: Re: [Nagios-users] check_http and regular expressions


On Aug 26, 2009, at 2:49 PM, Masoud Tabrizi wrote:

> Hello All,
> I need to check on a http page and get an OK if that particular  
> string is NOT present.
> Using check_http I would like to get an OK after checking on the  
> http page if the matching string is not present on the page.
> Could someone tell me how to do this?
> I am using check_http version 1.4.9 along with Nagios 2.9
> I am currently running ./check_http -H 10.10.10.10 -p 80 -u / 
> something/something/log -a username:password -r [^ERROR]
> (if there are no ERRORS, it should return OK)

I haven't used the regex functionality but for such a simple case the  
negate plugin will work fine --

/path/to/plugins/negate /path/to/check_http -H 10.10.10.10 -p 80 -u / 
something/something/log -a username:password -s ERROR

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] Tranzeo SNMP HOWTO

2009-08-26 Thread Roderick A. Anderson
Max wrote:
> On Wed, Aug 26, 2009 at 2:35 PM, Roderick A.
> Anderson wrote:
>> I'm pretty new to Nagios the book arrives Friday but I have set up some
>> monitoring.  And _very_ new to SNMP.
>>
>> I'd like to do monitoring of some Tranzeo wireless units being used as
>> bridges, access points, and end points.
>>
>> Anyone have an example of how to monitor one of these units or a
>> clue_stick as to what to search/look for that will get me started?  I
>> have a host alive check already but I'd like to look at bandwidth,
>> errors, etc.
> 
> First thing to do is see what MIBs the Tranzeo unit's SNMP agents
> support.  Check and see if they implement
> 
> MIB-II
> IF-MIB

Thanks Max.

The first couple of radios I looked at did or maybe MIB-II and a special 
Tranzeo table.

> Those MIBs cover basic interface statistics along with IP and
> /IP statistics (.e.g UDP, TCP).

Is there a "table" of theses values somewhere?  All I've found, so far, 
is the RFC and they were spaced all through it.  I keep my book buying 
to one a month so I'll have to wait a week more before I can buy a book 
on SNMP. (Any suggestions?)

> After that there are a number of scripts available that will help
> monitor the SNMP agent on the device.  Nagios comes with an check_snmp
> plugin; if that does not suit your needs you can search
> nagiosexchange.org or Google and you will find many others as well :).

I saw some of them but I'm too ignorant of SNMP to know what I'm looking 
at.  :-(


\\||/
Rod
-- 
> 
> - max


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] check_http and regular expressions

2009-08-26 Thread Marc Powell

On Aug 26, 2009, at 2:49 PM, Masoud Tabrizi wrote:

> Hello All,
> I need to check on a http page and get an OK if that particular  
> string is NOT present.
> Using check_http I would like to get an OK after checking on the  
> http page if the matching string is not present on the page.
> Could someone tell me how to do this?
> I am using check_http version 1.4.9 along with Nagios 2.9
> I am currently running ./check_http -H 10.10.10.10 -p 80 -u / 
> something/something/log -a username:password -r [^ERROR]
> (if there are no ERRORS, it should return OK)

I haven't used the regex functionality but for such a simple case the  
negate plugin will work fine --

/path/to/plugins/negate /path/to/check_http -H 10.10.10.10 -p 80 -u / 
something/something/log -a username:password -s ERROR

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] ACK url inside problem notification message

2009-08-26 Thread Marc Powell

On Aug 26, 2009, at 12:23 PM, Eric Pearce wrote:

> I did some searching, but I only found people talking about ack'ing  
> via email reply.  I'd like to have the problem email or SMS message  
> contain a URL that I can click on to ack the problem.  The idea is  
> that everything is self-contained and you don't have to leave your  
> email client or SMS message display to ack the problem.Has  
> someone implemented this?I'm currently using Nagios 3.0.6 on  
> CentOS 5.3.

It's easy to do this unless you have some unusual requirement. You can  
include any URL you want in the notifications; just edit the  
notification command. For example, to include a link to the  
Acknowledgement screen change your notification command to add 
"http://your.nagios.host/cgi-bin/cmd.cgi?cmd_typ=34&host=$HOSTNAME$&service=$SERVICEDESC$
 
". For example --

define command {
 command_name   service-notify-by-email
 command_line   /bin/echo -e "Subject: Service  
$SERVICEDESC$ $SERVICESTATE$ alert for $HOSTNAME$!\n\n* Nagios  
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$ 
\nState: $SERVICESTATE$\nAddress: $HOSTADDRESS$\n\nService:  
$SERVICEDESC$\nInfo: $SERVICEOUTPUT$\n\nDate/Time: $LONGDATETIME$\n 
\nAcknowledged by: $SERVICEACKAUTHOR$\nAcknowledgement:  
$SERVICEACKCOMMENT$\n" | /bin/mail -s '** $NOTIFICATIONTYPE$ alert -  
$HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **' $CONTACTEMAIL$
 }

becomes

define command {
 command_name   service-notify-by-email
 command_line   /bin/echo -e "Subject: Service  
$SERVICEDESC$ $SERVICESTATE$ alert for $HOSTNAME$!\n\n* Nagios  
*\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$ 
\nState: $SERVICESTATE$\nAddress: $HOSTADDRESS$\n\nService:  
$SERVICEDESC$\nInfo: $SERVICEOUTPUT$\n\nDate/Time: $LONGDATETIME$\n 
\nAcknowledged by: $SERVICEACKAUTHOR$\nAcknowledgement:  
$SERVICEACKCOMMENT$\nAcknowledgment 
URL:http://your.nagios.host/cgi-bin/cmd.cgi?cmd_typ=34&host=$HOSTNAME$&service=$SERVICEDESC$
 
\n" | /bin/mail -s '** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/ 
$SERVICEDESC$ is $SERVICESTATE$ **' $CONTACTEMAIL$ &
 }

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] check_http and regular expressions

2009-08-26 Thread Masoud Tabrizi
Hello All, 

I need to check on a http page and get an OK if that particular string is NOT 
present.

Using check_http I would like to get an OK after checking on the http page if 
the matching string is not present on the page.

Could someone tell me how to do this?

I am using check_http version 1.4.9 along with Nagios 2.9

I am currently running ./check_http -H 10.10.10.10 -p 80 -u 
/something/something/log -a username:password -r [^ERROR]

(if there are no ERRORS, it should return OK)

 

 

Thanks for your help

‘Masoud

 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Tranzeo SNMP HOWTO

2009-08-26 Thread Max
On Wed, Aug 26, 2009 at 2:35 PM, Roderick A.
Anderson wrote:
> I'm pretty new to Nagios the book arrives Friday but I have set up some
> monitoring.  And _very_ new to SNMP.
>
> I'd like to do monitoring of some Tranzeo wireless units being used as
> bridges, access points, and end points.
>
> Anyone have an example of how to monitor one of these units or a
> clue_stick as to what to search/look for that will get me started?  I
> have a host alive check already but I'd like to look at bandwidth,
> errors, etc.

First thing to do is see what MIBs the Tranzeo unit's SNMP agents
support.  Check and see if they implement

MIB-II
IF-MIB

Those MIBs cover basic interface statistics along with IP and
/IP statistics (.e.g UDP, TCP).

After that there are a number of scripts available that will help
monitor the SNMP agent on the device.  Nagios comes with an check_snmp
plugin; if that does not suit your needs you can search
nagiosexchange.org or Google and you will find many others as well :).

- max

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] number of notifications

2009-08-26 Thread shadih rahman
All,
   Is there anyway to control the total number of notification that nagios
sends for hosts or services?  I did not see any indication of such parameter
in object definition documentation.  Please advise on this.  Thanks

-- 
Cordially,
Shadhin Rahman
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] Tranzeo SNMP HOWTO

2009-08-26 Thread Roderick A. Anderson
I'm pretty new to Nagios the book arrives Friday but I have set up some 
monitoring.  And _very_ new to SNMP.

I'd like to do monitoring of some Tranzeo wireless units being used as 
bridges, access points, and end points.

Anyone have an example of how to monitor one of these units or a 
clue_stick as to what to search/look for that will get me started?  I 
have a host alive check already but I'd like to look at bandwidth, 
errors, etc.


\\||/
Rod
-- 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] ACK url inside problem notification message

2009-08-26 Thread Eric Pearce
I did some searching, but I only found people talking about ack'ing via email 
reply.  I'd like to have the problem email or SMS message contain a URL that I 
can click on to ack the problem.  The idea is that everything is self-contained 
and you don't have to leave your email client or SMS message display to ack the 
problem.Has someone implemented this?I'm currently using Nagios 3.0.6 
on CentOS 5.3.
Thanks
-e
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] nrpe 2.8.1 vulnerabilites

2009-08-26 Thread Marc Powell

On Aug 26, 2009, at 9:26 AM, James Bond wrote:

> Hi,
> I've just inherited a 2.8.1 installation on each client server and  
> 2.6 on the reporting sysystem.
> I can't access the nagios website area to tell whether these  
> versions are vulnerable to rootcompromise? Can anyone advise please?

There has never been such a vulnerability in NRPE that I know of. The  
common sites that report on such things say the same. Do you know  
something I don't?
>   How easy is it to upgrade to 3.x ?
Impossible as NRPE 3.x doesn't exist. Current version is 2.12.  
Changelog is here - 
http://nagios.cvs.sourceforge.net/viewvc/nagios/nrpe/Changelog?view=markup

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] nrpe 2.8.1 vulnerabilites

2009-08-26 Thread James Bond

Hi,I've just inherited a 2.8.1 installation on each client server and 2.6 on 
the reporting sysystem. I can't access the nagios website area to tell whether 
these versions are vulnerable to rootcompromise? Can anyone advise please?  How 
easy is it to upgrade to 3.x ?BestDude
_
Celebrate a decade of Messenger with free winks, emoticons, display pics, and 
more.
http://clk.atdmt.com/UKM/go/157562755/direct/01/--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] [Nagiosplug-help] Regarding Reports in Nagios

2009-08-26 Thread Marc Powell

On Aug 26, 2009, at 7:37 AM, Saiprasad @ Yahoo wrote:

> From: Marc Powell 

> The event duration is simply the time between log entries related to
> that host/service.
> So does this mean that the hours that are shown in Event Duration  
> are the only entries for a particular host

Yes.

> and is it that only for that many hours I get the data ?

No.

For the Service Log Entries section of the Availability report, nagios  
is just displaying all log entries related to that host/service that  
it finds. It's providing that information, and the duration between  
pairs of entries, in the event that information is useful to you and  
to provide you with the context for the Service State Breakdowns  
displayed above that section. The Service State Breakdowns section of  
the Availability report *is* aware of states and duration between  
states, not just log entries.  If nagios sees consecutive log entries  
with the same state, it knows that the service was in that state for  
the entire duration. For example, with log entries of --

1:00 OK
2:00 CRITICAL
3:33 CRITICAL
4:00 OK
5:10 OK
6:00 CRITICAL

Nagios would correctly report that the service was OK for 3 hours and  
CRITICAL for 2+ hours (ongoing) in the Service State Breakdowns  
section of the report.

> I am not too sure with your above comments.

Then you're probably not in a position to provide, and explain, the  
individual log entries to your manager. He shouldn't need or care  
about them though...

> The only thing that I need to furnish to my manager is to let him  
> know the exact Availability of a particular service or host for a  
> particular month, etc. Is this possible and if yes how ?

Yes, certainly. Provide him with the information from the Service  
State Breakdowns section of a specific service availability report or  
run the general Availability report for all services available from  
the main menu.

--
Marc


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] any solution which will allow me to forward Nagios alerts to Netcool?

2009-08-26 Thread Kyle O'Donnell
I wrote something for two way connection to netcool...

For alerts themselves i use the tivoli command postemsg, if you have
the license for that EIF probe, and wrote a shell script wrapper which
gets executed by nagios as a notification command.

I wrote something that reads the nagios log for problem ack/remove
problem ack, sched downtime, add comments, del comments then sends
postemsg commands to omnibus to let it know something is ack/down.

I then created a fakehost/fakeservice which omnibus uses to send me
external commands, so if someone is using netcool UI instead of nagios
and want to sched downtime they do by formatting the appropriate
command and sending to nagios via nsca (all this is behind the scenes
in a web interface)

printf fakehost\tfakservice\t3\tACK_SVC_PROB:host:arg:arg:arg...\n" |send_nsca

The downtime deletion is a bit harder...

I use host ifservice start/end time in epoch as identifiers and when
omnibus sends me a del downtime i read in the status.log (or
downtime.log for nagios2) and find the downtime id to delete.

On 8/26/09, Scott Xiao  wrote:
> Max
> Thanks!
> I believe netcool has receiver. If not, I will inform netcool engineer
> to configure one. So how to configure nagios to to send alert using
> NAGIOS-NOTIFY-MIB service and host events ? Could you please provide
> some more info/doc/url I can refer to ?
> Thanks !
> Best regards
> Scott
>
>
> -Original Message-
> From: max.schub...@gmail.com [mailto:max.schub...@gmail.com] On Behalf
> Of Max
> Sent: Wednesday, August 26, 2009 12:31 PM
> To: Scott Xiao
> Cc: nagios-users@lists.sourceforge.net
> Subject: Re: [Nagios-users] any solution which will allow me to forward
> Nagios alerts to Netcool?
>
> Scott,
>
> On Wed, Aug 26, 2009 at 12:02 AM, Scott Xiao
> wrote:
>>
>>  Hi friends
>> Is there any solution which will allow me to forward
>> Nagios alerts to Netcool? I read looperng but not many details on how
> to
>> forward the alert to netcool, any advice (url /docs)?
>> Thanks
>> Scott
>
> Does Netcool have a trap receiver?  If so, you can forward alerts with
> SNMP.  We forward Nagios notifications to Spectrum by sending them as
> traps using the NAGIOS-NOTIFY-MIB service and host events .. works
> quite well.
>
> - max
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> 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
>

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] [Nagiosplug-help] Regarding Reports in Nagios

2009-08-26 Thread Saiprasad @ Yahoo
Marc,

Thanks for the reply.

Please find my response embedded.

Regards,
Saiprasad




From: Marc Powell 
To: Nagios Plugin Help List 
Sent: Wednesday, 26 August, 2009 5:50:17 PM
Subject: Re: [Nagiosplug-help] Regarding Reports in Nagios

So does this mean that the hours that are shown in Event Duration are the only 
entries for a particular host and is it that only for that many hours I get the 
data ?

> Can someone please throw some light on this, as this is very serious  
> for me and does not give me an accurate data.

The summary data above this section is 'accurate'. The entries you  
note are points at which you are restarting nagios I expect and you  
have log_initial_states enabled in nagios.cfg.

When generating this list, nagios looks through nagios.log (or the  
archives) for any entries matching the host/service, calculates the  
times between them and displays them. The state does not factor into  
this particular calculation. There are features of nagios where that  
wouldn't be desired (state stalking, for example).

Nagios does not normally log OK states unless it is a recovery from an  
outage so under 'normal' circumstances, the breakout list would be  
more like what you are expecting. Turn off 'log_initial_states' to do  
that.

I am not too sure with your above comments. The only thing that I need to 
furnish to my manager is to let him know the exact Availability of a particular 
service or host for a particular month, etc. Is this possible and if yes how ? 
I am using Nagios Version 3.0.3 on Linux.
--
Marc

p.s. This question is more relevant on nagios-users than here...
I have posted the same now on nagios-users.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Nagiosplug-help mailing list
nagiosplug-h...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
::: Please include plugins version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


On Aug 26, 2009, at 6:49 AM, Saiprasad @ Yahoo wrote:

> I am generating an Availability report in Nagios but the output is  
> something weired wherein the Event Duration does not give the data  
> of all 24 hrs. I think the attached JPG will make my question more  
> clear.

The event duration is simply the time between log entries related to  
that host/service.



  Love Cricket? Check out live scores, photos, video highlights and more. 
Click here http://cricket.yahoo.com--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] large map

2009-08-26 Thread Alex Dehaini
Use NEXSM - it's a bit of a pain to install but it's worth it.

On Wed, Aug 26, 2009 at 11:33 AM, Jim Avery  wrote:

> 2009/8/26 Assaf Flatto :
> > Hello Guys
> >
> > I have a silly question , and i know there must be a simple solution to
> it - but it somehow eludes
> > me .
> >
> > I am trying to make the map of my nagios to be some what readable , i
> have 366 hosts and in the map
> > they are all clustered in to the center with out branching although i
> tried providing parenting and
> > map coordinates .
> >
> > Any idea how i can make it appear branched out ?
>
>
> In my experience, for more than a few dozen hosts, the Nagios status
> map doesn't work too well.
>
>
> I recommend you look at the Nagios Extended Status Map (NEXSM)
> http://nexsm.gridshield.net/Overview.html
>
> NEXSM can be a bit of a pain to install, so I recommend you look
> through the NEXSM online forum for notes on how easily to install it.
> I think NEXSM install is also covered in Wolfgang Barth's book (2nd
> Edition), but I bought the book after installing NEXSM so can't
> comment on how good his instructions are (if the rest of the book is
> anything to go by they're probably very good).
>
>
> Alternatively, there's the auto map in NagVis which doesn't give you
> the same host icons, but is arguably easier to maintain, although it
> does require you to run NDO. http://www.nagvis.org/
>
>
> hth,
>
> Jim
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> 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
>



-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - alexdeha...@gmail.com
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] large map

2009-08-26 Thread Jim Avery
2009/8/26 Assaf Flatto :
> Hello Guys
>
> I have a silly question , and i know there must be a simple solution to it - 
> but it somehow eludes
> me .
>
> I am trying to make the map of my nagios to be some what readable , i have 
> 366 hosts and in the map
> they are all clustered in to the center with out branching although i tried 
> providing parenting and
> map coordinates .
>
> Any idea how i can make it appear branched out ?


In my experience, for more than a few dozen hosts, the Nagios status
map doesn't work too well.


I recommend you look at the Nagios Extended Status Map (NEXSM)
http://nexsm.gridshield.net/Overview.html

NEXSM can be a bit of a pain to install, so I recommend you look
through the NEXSM online forum for notes on how easily to install it.
I think NEXSM install is also covered in Wolfgang Barth's book (2nd
Edition), but I bought the book after installing NEXSM so can't
comment on how good his instructions are (if the rest of the book is
anything to go by they're probably very good).


Alternatively, there's the auto map in NagVis which doesn't give you
the same host icons, but is arguably easier to maintain, although it
does require you to run NDO. http://www.nagvis.org/


hth,

Jim

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] large map

2009-08-26 Thread Alex Dehaini
Use NEXSM - http://nexsm.gridshield.net/Overview.html



On Wed, Aug 26, 2009 at 12:11 PM, Assaf Flatto wrote:

> Hello Guys
>
> I have a silly question , and i know there must be a simple solution to it
> - but it somehow eludes
> me .
>
> I am trying to make the map of my nagios to be some what readable , i have
> 366 hosts and in the map
> they are all clustered in to the center with out branching although i tried
> providing parenting and
> map coordinates .
>
> a typical host def looks like this :
>
> define host{
>use linux-server
>host_name   Nagios
>hostgroups  core
>alias   SSP Telecity Nagios server
>address 127.0.0.1
>contact_groups  nagios-admins
>icon_image  suse.png
>icon_image_alt  SuSE host
>statusmap_image suse.png
>2d_coords   600,120
>vrml_image  suse.png
>3d_coords   1.0,0.0,0.0
>}
>
> Any idea how i can make it appear branched out ?
>
> Thanks
>
> Assaf
>
>
> --
> Assaf Flatto
> SSP Ops Team
> Linux System Administrator
> 169 Euston Road, London, NW1 2AE
>
>
>
>
>
> IMPORTANT . this email and the information in it may be confidential,
> legally
> privileged and/or protected by law. It is intended solely for the use of
> the
> person to whom it is addressed. If you are not the intended recipient,
> please
> notify the sender immediately and do not disclose the contents to any other
> person, use it for any purpose, or store or copy the information in any
> medium.
> Please also delete all copies of this email and any attachments from your
> system.
>
> We cannot guarantee the security or confidentiality of email
> communications. We
> do not accept any liability for losses or damages that you may suffer as a
> result of your receipt of this email including but not limited to computer
> service or system failure, access delays or interruption, data non-delivery
> or
> mis-delivery, computer viruses or other harmful components.
>
> Copyright in this email and any attachments belong to Select Service
> Partner UK
> Limited. Should you communicate with anyone at Select Service Partner UK
> Limited by
> email, you consent to us monitoring and reading any such correspondence.
>
> Nothing in this email shall be taken or read as suggesting, proposing or
> relating to any agreement concerted practice or other practice that could
> infringe UK or EC competition legislation.
>
> Select Service Partner UK Limited is a company registered in England and
> Wales
> (company number 05687183) whose registered office is at 1 The Heights,
> Brooklands, Weybridge. Surrey. KT13 0NY
>
>
>
>
> --
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> ___
> 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
>



-- 
Alex Dehaini
Developer
Site - www.alexdehaini.com
Email - alexdeha...@gmail.com
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
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] large map

2009-08-26 Thread Assaf Flatto
Hello Guys

I have a silly question , and i know there must be a simple solution to it - 
but it somehow eludes 
me .

I am trying to make the map of my nagios to be some what readable , i have 366 
hosts and in the map 
they are all clustered in to the center with out branching although i tried 
providing parenting and 
map coordinates .

a typical host def looks like this :

define host{
use linux-server
host_name   Nagios
hostgroups  core
alias   SSP Telecity Nagios server
address 127.0.0.1
contact_groups  nagios-admins
icon_image  suse.png
icon_image_alt  SuSE host
statusmap_image suse.png
2d_coords   600,120
vrml_image  suse.png
3d_coords   1.0,0.0,0.0
}

Any idea how i can make it appear branched out ?

Thanks

Assaf


-- 
Assaf Flatto
SSP Ops Team
Linux System Administrator
169 Euston Road, London, NW1 2AE





IMPORTANT . this email and the information in it may be confidential, legally
privileged and/or protected by law. It is intended solely for the use of the
person to whom it is addressed. If you are not the intended recipient, please
notify the sender immediately and do not disclose the contents to any other
person, use it for any purpose, or store or copy the information in any medium.
Please also delete all copies of this email and any attachments from your
system.

We cannot guarantee the security or confidentiality of email communications. We
do not accept any liability for losses or damages that you may suffer as a
result of your receipt of this email including but not limited to computer
service or system failure, access delays or interruption, data non-delivery or
mis-delivery, computer viruses or other harmful components.

Copyright in this email and any attachments belong to Select Service Partner UK
Limited. Should you communicate with anyone at Select Service Partner UK 
Limited by
email, you consent to us monitoring and reading any such correspondence.

Nothing in this email shall be taken or read as suggesting, proposing or
relating to any agreement concerted practice or other practice that could
infringe UK or EC competition legislation.

Select Service Partner UK Limited is a company registered in England and Wales
(company number 05687183) whose registered office is at 1 The Heights, 
Brooklands, Weybridge. Surrey. KT13 0NY
 
 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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