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
-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,
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
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
#!/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
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
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
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_
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
-
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
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
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!
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
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
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
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
16 matches
Mail list logo