Re: [Nagios-users] Multiple interfaces, multiple parents

2008-05-26 Thread Tobias Klausmann
Hi! On Tue, 27 May 2008, Hugo van der Kooij wrote: >> Unfortunately, Nagios connects multiple parent hosts with >> logical AND, which means that the host only turns UNREACHABLE >> when *both* switches are gone. > > The funny thing with redundant paths is that they are in fact > redundant. So if

Re: [Nagios-users] Multiple interfaces, multiple parents

2008-05-26 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tobias Klausmann wrote: | Hey everybody, | | I've hit a snag when configuring parents for hosts. First a | little bit about our setup. | | Most of our hosts have only one connected ethernet interface (if | you don't count the management cards). Still,

Re: [Nagios-users] Bug in 3.0.2 with service escalation contact groups

2008-05-26 Thread Andreas Ericsson
Andy Shellam wrote: > Hi, > > I think I've found a bug in Nagios 3.0.2 with the contact_groups (and > contacts) directive in service escalations. > I have a contact group called "NetServe Support" which all my support > personnel are a member of. In all other definitions (services, hosts > etc

[Nagios-users] Bug in 3.0.2 with service escalation contact groups

2008-05-26 Thread Andy Shellam
Hi, I think I've found a bug in Nagios 3.0.2 with the contact_groups (and contacts) directive in service escalations. I have a contact group called "NetServe Support" which all my support personnel are a member of. In all other definitions (services, hosts etc), the following line works: cont

Re: [Nagios-users] Can I configure my own shell scripts

2008-05-26 Thread Marcel
#!/bin/bash # nusers.sh WARN_T=$1; CRIT_T=$2; UPTIME="/usr/bin/uptime"; NUSERS_NOW=`$UPTIME|awk '{print $4}'`; [[ $NUSERS_NOW -lt $WARN_T ]] || ( echo "WARNING"; exit 1); [[ $NUSERS_NOW -gt $CRIT_T ]] && (echo "CRITICAL"; exit 2); echo "UKNOWN"; exit 3; #end nusers.sh On Mon, May 26, 2008 at

Re: [Nagios-users] Can I configure my own shell scripts

2008-05-26 Thread Andy Shellam
Install the Nagios sample configuration files and you will see how the configuration is laid out. The documentation (supplied with the installation) is really decent; at least have a look and then come back with specific questions. Andy Mangesh Dhamale wrote: > hi, > > Can you give me any examp

[Nagios-users] Nagios 3.0 SLA Reporting

2008-05-26 Thread Mohr James
Hi All! We are in the process of moving from Nagios 2.5 to Nagios 3.0 with MySQL. We monitor and report services for several customers and thus have a number of SLAs to consider. Currently we have a self-written reporting mechanism, but the developer is no longer with the company and the documenta

Re: [Nagios-users] Could not opencommandfile '/usr/local/nagios/var/rw/nagios.cmd'

2008-05-26 Thread Daniel Bareiro
On Thursday, 22 May 2008 07:47:46 -0500, Marc Powell wrote: > > > ... or just set nagios_group in nagios.cfg to be nagcmd... > > I liked this simpleness. But after restarting the Nagios server, this > > doesn't work :-( > Interesting... smells buglish. > # grep nagios_group nagios.cfg > nagios_

Re: [Nagios-users] Can I configure my own shell scripts

2008-05-26 Thread Andreas Ericsson
Mangesh Dhamale wrote: > hi, > > Can you give me any example. > Yes. -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 -

Re: [Nagios-users] Can I configure my own shell scripts

2008-05-26 Thread Mangesh Dhamale
hi, Can you give me any example. Regards, Mangesh Dhamale - System Administrator Suma Soft Pvt. Ltd. Suma Center, IInd Floor, Opp. Himali Society, Near Mangeshkar Hospital, Erandwane, Pune - 411004 Ph : +91-20-40130400 Extn : 327 Ce

Re: [Nagios-users] Does nagvis 1.3 work with Nagios 3?

2008-05-26 Thread Giorgio Zarrelli
Hi, it works for me with Nagios 3.0.1 and Nagvis 1.3.1rc. Giorgio Zarrelli > I have Nagios 3.0.2 and trying to run nagvis 1.3.2rc > (and have not been successful.) > > Any feedbacks/advice will be appreciated! > - This SF

[Nagios-users] Does nagvis 1.3 work with Nagios 3?

2008-05-26 Thread Taeho Kang
Dear all, I know this may not be the most appropriate place to ask this question.. but, has anyone successfully installed/used nagvis 1.3 with Nagios 3? I have Nagios 3.0.2 and trying to run nagvis 1.3.2rc (and have not been successful.) Any feedbacks/advice will be appreciated!

[Nagios-users] Multiple interfaces, multiple parents

2008-05-26 Thread Tobias Klausmann
Hey everybody, I've hit a snag when configuring parents for hosts. First a little bit about our setup. Most of our hosts have only one connected ethernet interface (if you don't count the management cards). Still, we have quite a handful of hosts (over 100) that have two interfaces. Up until now

Re: [Nagios-users] Can I configure my own shell scripts

2008-05-26 Thread Andreas Ericsson
Mangesh Dhamale wrote: > Hello Everyone, > > I have one query, can I monitor my own shell scripts. > Yes. -- Andreas Ericsson [EMAIL PROTECTED] OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231

[Nagios-users] Can I configure my own shell scripts

2008-05-26 Thread Mangesh Dhamale
Hello Everyone, I have one query, can I monitor my own shell scripts. Regards, Mangesh Dhamale - System Administrator Suma Soft Pvt. Ltd. Suma Center, IInd Floor, Opp. Himali Society, Near Mangeshkar Hospital, Erandwane, Pune - 4110

Re: [Nagios-users] Can I configure my own shell scripts

2008-05-26 Thread Giorgio Zarrelli
Hi, > > I have one query, can I monitor my own shell scripts. Yes, here you can have a look at the API you can use: http://nagios.sourceforge.net/docs/3_0/pluginapi.html Giorgio Zarrelli - This SF.net email is sponsored