Re: [Nagios-users] nagios architecture

2011-06-22 Thread Polifemo, Salvatore
http://www.nagios.com/

 

Salvatore Polifemo

Senior Systems Security Specialist

Information Technology

 

From: Manish Kumar [mailto:manikuma...@gmail.com] 
Sent: Wednesday, June 22, 2011 3:36 PM
To: nagios-users
Subject: [Nagios-users] nagios architecture

 

Hi frnds..

 

Recently someone asked me about nagios architecture. Can anyone discuss
in details about nagios architecture. Better if someone has some
ppt/diagram on it to explain it better.

-- 
Thanks
Manish Kumar
http://in.linkedin.com/in/manishkumar85

--
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today.
http://p.sf.net/sfu/quest-sfdev2dev___
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] Performing load tests with Nagios

2011-05-05 Thread Polifemo, Salvatore
Chris,

One limitation you will run into is that Nagios collects data at a
minimum of 1 minute interval .

You can look at plain MRTG if you can collect the data via SNMP.

Sal
-Original Message-
From: ch...@eehmke.de [mailto:ch...@eehmke.de] 
Sent: Thursday, May 05, 2011 2:33 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Performing load tests with Nagios

Hello,

I understand that Nagios is the perfect tool to monitor a network and
the state of each server. I got the task to run memory tests, cpu load
tests and network tests under high load conditions (i.e. put a quadcore
processor to 100% load on each core) and monitor the temperature and
other parameters. Is Nagios with suitable plugins a solution? At the
moment a proprietary framework is planned for this project, but it turns
out that it is not extendable for custom requirements. I need some good
arguments to convince my project leader.

Cheers, Chris


--
WhatsUp Gold - Download Free Network Management Software The most
intuitive, comprehensive, and cost-effective network management toolset
available today.  Delivers lowest initial acquisition cost and overall
TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
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

--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
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] Windows system events

2011-01-07 Thread Polifemo, Salvatore
Either use SNMP or WMI.  SNMP Is great if the MIB supplies the information you 
are looking for, WMI has to run on a windows machine and you need to learn the 
scripting language.

We have standardized on NSClient++ ( included in the standard server build 
process ) and have not had any issues.

Salvatore Polifemo
Sr. Systems Security Specialist
ConEdison Solutions
100 Summit Lake Drive
Valhalla, NY 10595

-Original Message-
From: Yueh-Hung Liu [mailto:yuehung@gmail.com] 
Sent: Thursday, January 06, 2011 11:09 PM
To: Nagios Users List
Subject: Re: [Nagios-users] Windows system events

you write your own, that should best suit for you and won't need any
installation.


On Fri, Jan 7, 2011 at 8:02 AM, Ihab Samara iha...@hotmail.com wrote:
 Hi All,

 What are the best plugin to monitor specific system event on a windows
 machine?
 I prefer to use a plugin that doesnt require any installations on the
 windows machine.
 Thank you

 
 Date: Thu, 6 Jan 2011 20:14:20 +0100
 From: david.ribe...@altitudeinfra.fr
 To: nagios-users@lists.sourceforge.net
 Subject: Re: [Nagios-users] NagVis Apache Help

 You need to modify the file /etc:nagvis/nagvis.ini.php

 Put this :

 ; path options
 [paths]
 ; absolute physical NagVis path
 base=/usr/share/nagvis/
 ; absolute html NagVis path
 htmlbase=/nagios3/nagvis
 ; absolute html NagVis cgi path
 htmlcgi=/nagios3/cgi-bin

 David Ribeiro

 
 De: Andrew Fay andrew@ajl.co.uk
 À: Nagios Users List nagios-users@lists.sourceforge.net
 Envoyé: Jeudi 6 Janvier 2011 15:53:31
 Objet: [Nagios-users] NagVis Apache Help

 hi,
 I have nagios3 and a copy of nagvis running on an ubuntu box.. when I click
 on a host in Nagvis I get :
 The requested URL /nagios/cgi-bin/status.cgi was not found on this server.
 http://server/nagios/cgi-bin/status.cgi?host=localhost
 it should be
 http://server/nagios3/cgi-bin/status.cgi?host=localhost
 Basically The CGI's work for standard Nagios but not for NagVis, so how can
 I tell NagVis where to look for the CGI's?

 This is the apache cfg for nagvis :

 # NagVis Apache2 sample configuration file

 #

 #
 #





 Alias /nagvis /etc/nagvis/share



 Directory /etc/nagvis/share

   Options FollowSymLinks

   AllowOverride None

   Order allow,deny

   Allow from all



   # To enable Nagios basic auth on NagVis use the following options

   # Just uncomment it. Maybe you need to adjust the path to the

   # Auth user file.

   #

   # If you use the NagVis internal auth mechanism based on the web

   # for you won't need this.

   #

   #AuthName NagVis Access

   #AuthType Basic

   #AuthUserFile /etc/nagios3/etc/htpasswd.users

   #Require valid-user



   # With installed and enabled mod_rewrite there are several redirections

   # available to fix deprecated and/or wrong urls. None of those rules is

   # mandatory to get NagVis working.

   IfModule mod_rewrite.c

     RewriteEngine On

     RewriteBase /nagvis



     # Use mod_rewrite for old url redirection even if there are php files
 which

     # redirect the queries itselfs. In some cases the mod_rewrite redirect

     # is better than the php redirect.

     RewriteCond %{REQUEST_URI} ^/nagvis(/index\.php|/|)(\?.*|)$

     RewriteRule ^(index\.php|)(\?.*|)$ /nagvis/frontend/nagvis-js/$1$2
 [R=301,L]

     RewriteCond %{REQUEST_URI} ^/nagvis/config\.php.*$

     RewriteRule ^config\.php(.*) /nagvis/frontend/wui/$1 [R=301,L]



     # Redirect old regular map links

     RewriteCond %{REQUEST_URI} ^/nagvis/frontend/nagvis-js

     RewriteCond %{QUERY_STRING} map=(.*)

     RewriteRule ^(.*)$
 /nagvis/frontend/nagvis-js/index.php?mod=Mapact=viewshow=%1 [R=301,L]



     # Redirect old wui map links

     RewriteCond %{REQUEST_URI} ^/nagvis/frontend/wui

     RewriteCond %{QUERY_STRING} map=(.*)

     RewriteRule ^(.*)$
 /nagvis/frontend/wui/index.php?mod=Mapact=editshow=%1 [R=301,L]



     # Redirect old rotation calls

     RewriteCond %{REQUEST_URI} ^/nagvis/frontend/nagvis-js

     RewriteCond %{QUERY_STRING} !mod

     RewriteCond %{QUERY_STRING} rotation=(.*)

     RewriteRule ^(.*)$
 /nagvis/frontend/nagvis-js/index.php?mod=Rotationact=viewshow=%1 [R=301,L]

   /IfModule

 /Directory

 Nagios apache config :

 # apache configuration for nagios 3.x

 # note to users of nagios 1.x and 2.x:

 #   throughout this file are commented out sections which preserve

 #   backwards compatibility with bookmarks/config for older nagios versios.

 #   simply look for lines following nagios 1.x: and nagios 2.x comments.



 ScriptAlias /cgi-bin/nagios3 /usr/lib/cgi-bin/nagios3

 ScriptAlias /nagios3/cgi-bin /usr/lib/cgi-bin/nagios3

 # nagios 1.x:

 #ScriptAlias /cgi-bin/nagios /usr/lib/cgi-bin/nagios3

 #ScriptAlias /nagios/cgi-bin /usr/lib/cgi-bin/nagios3

 # nagios 2.x:

 #ScriptAlias /cgi-bin/nagios2 /usr/lib/cgi-bin/nagios3

 #ScriptAlias 

Re: [Nagios-users] The right value check_ping comm and‏

2010-12-30 Thread Polifemo, Salvatore
It might be worth while to mention that all the check commands are stored in 
the /usr/local/Nagios/libexec/  directory and that each one can and should be 
run manually to see how they work.  They all support the –h switch to print out 
how to use them.

 

Salvatore Polifemo

Sr. Systems Security Specialist

ConEdison Solutions

100 Summit Lake Drive

Valhalla, NY 10595

 

From: steve f [mailto:a31mod...@hotmail.com] 
Sent: Thursday, December 30, 2010 11:18 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] The right value check_ping command‏

 

The 5 ping value is written in the check as the default value. If you do not 
add any -p value, it pings the host 5x.  Just like if you do not add a -t value 
for a timeout for a check, it defaults to 10 seconds.

You can look at the source code for the check_ping here :

http://nagios-plugins.sourcearchive.com/documentation/1.4/check__ping_8c-source.html

Steve

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl___
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] monitoring windows event viewer.

2010-12-28 Thread Polifemo, Salvatore
If you will be monitoring event logs, you may want to look at
applications made for monitoring event logs.
One application that works well for us is syslog-ng.

Salvatore Polifemo
Sr. Systems Security Specialist
ConEdison Solutions
100 Summit Lake Drive
Valhalla, NY 10595

-Original Message-
From: Chris Beattie [mailto:cbeat...@geninfo.com] 
Sent: Tuesday, December 28, 2010 9:32 AM
To: Nagios Users List
Subject: Re: [Nagios-users] monitoring windows event viewer.

Toonz IT wrote:
 Is it possible to monitor specific event ids like disk error, fro 
 windows event viewer logs??

Yes, but you may have to use the NSClient++ agent on your Windows boxes 
and create custom commands to do it.

http://nsclient.org/nscp/wiki/CheckEventLog/CheckEventLog

Unfortunately, I deleted the Windows event log checks after I didn't 
need them any more, so I don't have a working example configuration to 
show you.


-- 
-Chris

--


Nothing in this message is intended to make or accept an offer or to
form a contract, except that an attachment that is an image of a
contract bearing the signature of an officer of our company may be or
become a contract. This message (including any attachments) is intended
only for the use of the individual or entity to whom it is addressed. It
may contain information that is non-public, proprietary, privileged,
confidential, and exempt from disclosure under applicable law or may
constitute as attorney work product. If you are not the intended
recipient, we hereby notify you that any use, dissemination,
distribution, or copying of this message is strictly prohibited. If you
have received this message in error, please notify us immediately by
telephone and delete this message immediately.

Thank you.



--
Learn how Oracle Real Application Clusters (RAC) One Node allows
customers
to consolidate database storage, standardize their database environment,
and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
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

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
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] monitoring windows event viewer.

2010-12-28 Thread Polifemo, Salvatore
One use of syslog to set up rules and then take an action.
We look for error then send out an email.

Take a look at the syslog-ng forum.

Salvatore Polifemo
Sr. Systems Security Specialist
ConEdison Solutions
100 Summit Lake Drive
Valhalla, NY 10595


-Original Message-
From: Daniel Wittenberg [mailto:daniel.wittenberg.r...@statefarm.com] 
Sent: Tuesday, December 28, 2010 9:46 AM
To: Nagios Users List
Subject: Re: [Nagios-users] monitoring windows event viewer.

Doesn't syslog-ng just consolidate the logs, it doesn't really monitor
anything right?

Dan

-Original Message-
From: Polifemo, Salvatore [mailto:polife...@conedsolutions.com] 
Sent: Tuesday, December 28, 2010 8:38 AM
To: Nagios Users List
Subject: Re: [Nagios-users] monitoring windows event viewer.

If you will be monitoring event logs, you may want to look at
applications made for monitoring event logs.
One application that works well for us is syslog-ng.

Salvatore Polifemo
Sr. Systems Security Specialist
ConEdison Solutions
100 Summit Lake Drive
Valhalla, NY 10595

-Original Message-
From: Chris Beattie [mailto:cbeat...@geninfo.com] 
Sent: Tuesday, December 28, 2010 9:32 AM
To: Nagios Users List
Subject: Re: [Nagios-users] monitoring windows event viewer.

Toonz IT wrote:
 Is it possible to monitor specific event ids like disk error, fro 
 windows event viewer logs??

Yes, but you may have to use the NSClient++ agent on your Windows boxes 
and create custom commands to do it.

http://nsclient.org/nscp/wiki/CheckEventLog/CheckEventLog

Unfortunately, I deleted the Windows event log checks after I didn't 
need them any more, so I don't have a working example configuration to 
show you.


-- 
-Chris

--


Nothing in this message is intended to make or accept an offer or to
form a contract, except that an attachment that is an image of a
contract bearing the signature of an officer of our company may be or
become a contract. This message (including any attachments) is intended
only for the use of the individual or entity to whom it is addressed. It
may contain information that is non-public, proprietary, privileged,
confidential, and exempt from disclosure under applicable law or may
constitute as attorney work product. If you are not the intended
recipient, we hereby notify you that any use, dissemination,
distribution, or copying of this message is strictly prohibited. If you
have received this message in error, please notify us immediately by
telephone and delete this message immediately.

Thank you.



--
Learn how Oracle Real Application Clusters (RAC) One Node allows
customers
to consolidate database storage, standardize their database environment,
and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
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


--
Learn how Oracle Real Application Clusters (RAC) One Node allows
customers
to consolidate database storage, standardize their database environment,
and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
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


--
Learn how Oracle Real Application Clusters (RAC) One Node allows
customers
to consolidate database storage, standardize their database environment,
and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
___
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

--
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu

Re: [Nagios-users] tracing nagios actions

2010-12-20 Thread Polifemo, Salvatore
Are these Windows or *nix server?

 

Either wau run the check command manually from a console and see what
the results are.

 

 

 

Salvatore Polifemo

Sr. Systems Security Specialist

ConEdison Solutions

100 Summit Lake Drive

Valhalla, NY 10595

 

From: mark bradley [mailto:gopearl...@gmail.com] 
Sent: Monday, December 20, 2010 11:14 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] tracing nagios actions

 

Hi,

 

I have a small-ish number of servers and I've tried to configure Nagios
to warn me about disk-space running low. The problem is that, although
disk space is above both warning and critical levels I'm not getting any
notifications.

 

The nagios.log file is silent on the topic and nagios -v does not
produce any errors or warnings.

 

Is there a way to trace what actions nagios is considering (much like
make -n) in order to debug this problem? Is there a debugging
methodology defined somewhere? If it's in your head can you share?

 

Thanks,

Mark

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d___
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] tracing nagios actions

2010-12-20 Thread Polifemo, Salvatore
Yes, run the actual command from the command line as Steve demonstrated.

 

Make sure which command is being used, and if you run the command with
no parameters it will display the correct usage.

 

Salvatore Polifemo

Sr. Systems Security Specialist

ConEdison Solutions

100 Summit Lake Drive

Valhalla, NY 10595

 

From: steve f [mailto:a31mod...@hotmail.com] 
Sent: Monday, December 20, 2010 12:14 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] tracing nagios actions

 

Mark,

I think Salvatore means run the check manually from the command line ,
make sure you run it as the nagios user and try setting tha warning 
critical values to something that will make it fail also:

/usr/local/nagios/libexec  ./check_disk -w 50 -c 70 -p /home
DISK OK - free space: /home 440 MB (95% inode=99%);|
/home=20MB;436;416;0;486

The -p just checks a specific path.  ( FYI )

Steve







Date: Mon, 20 Dec 2010 11:50:14 -0500
From: gopearl...@gmail.com
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] tracing nagios actions

Hi Salvatore,

 

They're all Unix (Redhat) servers. By check command do you mean nagios
-v? I've done that and I do not get an errors.

 

Thanks,

Mark

 

On Mon, Dec 20, 2010 at 11:35 AM, Polifemo, Salvatore
polife...@conedsolutions.com wrote:

Are these Windows or *nix server?

 

Either wau run the check command manually from a console and see what
the results are.

 

 

 

Salvatore Polifemo

Sr. Systems Security Specialist

ConEdison Solutions

100 Summit Lake Drive

Valhalla, NY 10595

 

From: mark bradley [mailto:gopearl...@gmail.com] 
Sent: Monday, December 20, 2010 11:14 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] tracing nagios actions

 

Hi,

 

I have a small-ish number of servers and I've tried to configure Nagios
to warn me about disk-space running low. The problem is that, although
disk space is above both warning and critical levels I'm not getting any
notifications.

 

The nagios.log file is silent on the topic and nagios -v does not
produce any errors or warnings.

 

Is there a way to trace what actions nagios is considering (much like
make -n) in order to debug this problem? Is there a debugging
methodology defined somewhere? If it's in your head can you share?

 

Thanks,

Mark



--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
___
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




-- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to
connect the dots, take your collaborative environment to the next level,
and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d
___ 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 

--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d___
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] Email echo monitoring

2010-08-14 Thread Polifemo, Salvatore
Benny,

Thanks for the reply, this saved me a lot of extra work.


-Original Message-
From: C. Bensend [mailto:be...@bennyvision.com]
Sent: Sat 8/14/2010 9:44 AM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Email echo monitoring
 

 yes please.

 I was going to write something similar but if you've already done the
 work..

C'mon, people, where did you look?

http://exchange.nagios.org/directory/Plugins/Email-and-Groupware/check_email_delivery/details

This package contains multiple plugins, that when they are all set
up, will check your mail delivery system end-to-end.  While the
initial configuration gave me some gray hairs, it has been monitoring
our Exchange environment for many months now and has caught everything
I'd expect it to.

Benny


-- 
Something's going on in this house - last night, I saw a face!
Did it have a nose?
Yes!
That sounds like a face all right.
  -- Scary Movie 4



--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-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

Re: [Nagios-users] Email echo monitoring

2010-08-13 Thread Polifemo, Salvatore
Shane

I currently doing a similar thing to check for delivery delay and did
not find any existing plugins that do that.
I wrote a couple of scripts one to send email via gmail with the time
stamp in the subject field and a second script to check the Exchange
mailbox and calculate diffelrence between the received time stamp and
the sent time stamp in the subject field. 
I completed these scripts and need to finish the last script to
calculate the delay and pass the values it to Nagios.

The scripts are written in perl, if you are interested I will post them.

Sal

-Original Message-
From: Shane Killian [mailto:shane.kill...@irishjobs.ie] 
Sent: Thursday, August 12, 2010 5:12 PM
To: 'nagios-users@lists.sourceforge.net'
Subject: [Nagios-users] Email echo monitoring

Hi,

I would like to monitor email delivery.

I'm using microsoft exchange and I want to automate a message to
e...@esat.net - this is an autoresponding address with an ISP.


Does anyone have a method for this?


Shane

--
Sent using BlackBerry

E-mail Disclaimer:

The information contained in this message is confidential and is
intended for the addressee only. If you have received this message in
error or there are any problems please notify the originator
immediately. The unauthorized use, disclosure, copying or alteration of
this message is strictly forbidden. This mail and any attachments have
been scanned for viruses prior to leaving the network of saongroup.com

saongroup.com will not be liable for direct, special, indirect or
consequential damages arising from alteration of the contents of this
message by a third party or as a result of any virus being passed on.
saongroup.com reserves the right to monitor and record e-mail messages
sent to and from this address for the purposes of investigating or
detecting any unauthorized use of its system and ensuring its effective
operation.




--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-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

--
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-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] NRPE performance data

2010-03-19 Thread Polifemo, Salvatore
I have configured the nagios check_nrpe plugin to check memory usage and
it displays the graphs as %.

Is it possible to graph the performance as MB ?

 

The servers all have different amount of memory installed and it would
make it easier if I saw the amount of memory instead of a percent.

 

Thanks, Sal

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
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