[Nagios-users] Notification question

2010-01-19 Thread Steven Battaille
I'm having a question about the notifications that are being sent by
nagios.

 

I found out that if you put the notification interval at 0 you only get
a mail when the service goes into the type you defined.

 

I'll explain my question with an example.

 

We monitor the disk space of several servers. The
threshold for the warning and critical are set to 90 and 95.



As soon as the service goes into warning because the
threshold is at 90% we get an email with a warning status (so far so
good)

 

If the threshold increases to 91% we don't get an email
anymore because the state doesn't change. (it's still warning).

 

We now want Nagios to send an email that as soon as the threshold value
has changed we get an email. (from 90 to 91)

 

We don't want to get an email as long as the threshold stays at 90%(we
already got this by mail)

 

Does somebody knows a solution for this?

 

Steven Battaille

 

 

 

--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-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

[Nagios-users] Monitoring Unix machine from a windows machine

2009-09-01 Thread Steven Battaille
Hi all

 

Is there somebody who got experience in monitoring Unix machines from a
windows machine?

 

I'm not able to install the nagios plugins on the Unix machine. So it is
the windows machine that will launch the scripts on the Unix machine.

 

Would this be done by SSH or any other manner?

 

Thx

 

Steven Battaille

Advanced Projects  Products

Belgium

 

--
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] Problem installing nrpe plugins

2008-09-26 Thread Steven Battaille
Hello

 

When I try to install the nrpe plugins on a redhat linux system trough
the command make I get the following error:

 

cc1: warning: changing search order for system directory /usr/include

cc1: warning:   as it has already been specified as a non-system
directory

check_pgsql.c:44:30: pg_config_manual.h: No such file or directory

make[2]: *** [check_pgsql.o] Error 1

make[2]: Leaving directory
`/root/downloads/nagios-plugins-1.4.13/plugins'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/root/downloads/nagios-plugins-1.4.13'

make: *** [all] Error 2

 

Does anyone have an idea where this is coming from and how this can be
resolved?

 

Thanks


Steven

 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
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] multiple nagios instances on one machine

2008-09-03 Thread Steven Battaille
Thanks for the answer.

This really works good.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mark
Young
Sent: dinsdag 2 september 2008 17:19
To: Nagios Users Mailinglist
Subject: Re: [Nagios-users] multiple nagios instances on one machine


On Sep 1, 2008, at 8:12 AM, Steven Battaille wrote:
 Is there anyone who can tell me if it is possible to run more than  
 one instance of nagios on the same machine?

To answer your question... Yes!  It is really easy to run multiple  
instances of Nagios on the same machine. :-)  A simple approach,  
albeit more overhead, is to simply configure/install both Nagios and  
Nagios Plugins in a different directories by passing the '--prefix=/ 
path/to/separate/nagios/installations'.  Each instance will than have  
its own init script and apache web alias (which you could setup as  
customer1.domain.com).  I think it is a great way to separate  
customers instances, though you may have to do some scalability  
testing to see how far you can push your hardware.

It is not as elegant as Gerhard's method
(http://people.consol.de/~lausser/nagios/more-than-one-nagios.html 
) BUT it has the ability to update each individual instance of Nagios,  
Nagios Plugins, and 'configuration changes' without affecting the  
other instances.  Which I think is really nice.  :-)  As another  
benefit.. you can give each instance owner full rights to their  
instance.

We use it internally to test out different versions and combinations  
of Nagios and Nagios Plugins.


::For Example::

In Nagios source directory:
./configure --with-command-group=nagcmd --prefix=/path/to/separate/ 
nagios/installations
make all
make install
make install-init
make install-config
make install-commandmode
make install-webconf
htpasswd -c /path/to/separate/nagios/installations/etc/htpasswd.users  
nagiosadmin

In the Nagios Plugins source directory:
./configure --with-nagios-user=nagios --with-nagios-group=nagios -- 
prefix=/path/to/separate/nagios/installations
make
make install


Good luck!

Mark Young
___
Nagios Enterprises, LLC
Web:www.nagios.com


-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK  win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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