Re: [Nagios-users] nagios email notifications "From" address

2007-08-21 Thread Evgeny Stepanov
This one is working just fine! No need to keep MTA in the system. Just 
cool, thanks.
But, i think all those elsif clauses in command line args parsing block 
are not correct. There must be if's, cause if you don't specify -n 
option, other options don't get even inititalized to "UNDEFINED" state. 
It's not important anyway, cause ther need to be some sense in command 
line arguments. I found this when tested the script from command line 
and entered just subject and recepient address.
Anyway this is very handy script, thanks a lot for advice!

John Kramme пишет:
> This is what I use.  A nice little Perl script Very configurable
>
>  
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Evgeny
> N.Stepanov
> Sent: Tuesday, August 21, 2007 10:28 AM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] nagios email notifications "From" address
>
> Hello, nagios users!
>
> Used nagios for monitoring my network for couple of years for now. And
> never bothered to receive notifications emails from "www-data" user
> (which nagios is running under). And now i found out that there is no
> place for setting up some fancy name like "Monitor Server" or whatever.
> Is there any config option for that? There is admin_email in main config
> file, but it's not what i want. Also tried to use /bin/mail option of
> adding headers to mail message, it even works, but it's not the right
> way i think. Gotta be some other way. Anybody knows?
>
> ---
> best regards,
> Evgeny
>
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> 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: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> 
>
> ___
> 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

-- 
С уважением,
Степанов Е.Н.
[EMAIL PROTECTED]
icq 2899514
+7-985-2267458



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] negative check latency with Nagios as VM?

2007-08-21 Thread C. Bensend

> OK, basically, there are three issues.

Thanks a bunch, Steve.  That gives me plenty of information to
pass along to my group.

Benny


-- 
"This officer's men seem to follow him merely out of idle curiosity."
   -- Sandhurst officer cadet evaluation


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] negative check latency with Nagios as VM?

2007-08-21 Thread Steve Shipway
> > VMWare themselves advise not to perform any monitoring which is
> > rate-based on the guest, and further say that any monitoring which
polls
> > hardware (eg network card traffic) will cause performance problems,
and
> > also that monitoring CPU and Memory on the guest is pointless and
> > misleading and should be done via the virtualcentre or ESX server
> > itself.
>
>Can you elaborate a little on VMWare's suggestions?  I'm working
> on a project to do just this, and I'd appreciate any references I
> can pass along to my working group.

OK, basically, there are three issues.

Firstly, anything running on the guest which queries hardware directly
(eg, get the network card counters) causes a 'potentially unsafe'
instruction in the guest, which is passed to the SC for authorisation
and verification.  This therefore slows things down a bit and is a much
higher performance hit than on a standalone box.  So, it's not a good
thing to do.

Secondly, any monitoring of the CPU and Memory will be meaningless,
because the virtualisation gives the guest a wrong impression of things.
You can get a guest thinking it has used 50% CPU, but in fact the ESX
Server will not give the guest more resources.  Much better to monitor
CPU usage and ReadyTime on the ESX Server.  Memory suffers from the
affects of Balloon and ESXSwap memory giving incorrect usage and swap
readings to the guest, and shared/private memory giving incorrect
readings of how much is actually used.  Again, read these at the Server
level to get meaningful data.

Finally, anything rate-based on the guest will be calculated by the
clock, and because of the virtualisation, the guest's clock does not
tick regularly.  Although the minutes will go by evenly, the seconds
won't - you'll get some longer and some shorter.  So, if you measure a
counter, wait ten seconds, measure it again, then take the difference
and divide by 10 it will not reliably give you a per-second rate.  It
will be artificially inflated or reduced depending on how busy the ESX
Server is at that time.  You can, however, retrieve a counter from a
guest and do the rate calculation on a separate server with a
non-virtual clock.

I hope this clarifies the issue...

Steve

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Missing $NOTIFICATIONUMBER$ macro

2007-08-21 Thread Chris Waters
It's complicated but you are going to have to find an external way to
keep track of your notifications for a given service and reference that
from your plugin.  You will probably need to change your notification
script to write to a db (or even a flat file) which can then be looked
at by your plugin.

My thought would be a simple db structure something like host_name,
service_name, notification_number.  Have your notifcation script update
the notification_number each time it sends a notification.  Your plugin
would have to reset this value to 0 if the service is ok.  Your plugin
will have to know how to pull this data from the db so you would not use
the $NOTIFICAITONNUMBER$ macro, your script will have it's own variable.

If you are using NDOUtils, you might be able to use exsiting data
instead of the additional db(not running it yet so I don't know for
sure).

This is a little oversimplified but I think this is how you could do it.

Chris Waters
Technology Services - Network Group
JELD-WEN, Inc.
Information Systems
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeff
Orr
Sent: Tuesday, August 21, 2007 2:25 PM
To: nagios-users
Subject: [Nagios-users] Missing $NOTIFICATIONUMBER$ macro

I have an odd problem with Nagios 2.9 and NRPE 2.8x. I'm wrapping
check_nrpe in a script to detect socket timeouts; the script returns a
WARNING instead of an UNKNOWN for the first two socket timeouts, and a
CRITICAL thereafter. I'm using $NOTIFICATIONNUMBER$ to pass in the
current notification count.

The problem is that $NOTIFICATIONNUMBER$ does not seem to be being
passed to me script. Here is what I have in checkcommands.cfg, in which
$NOTIFICATIONNUMBER$ gives a null value in my PERL script:

define command{
 command_name check__data_disk2
 command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S
$SERVICESTATE$ -N $NOTIFICATIONNUMBER$ }

At first I thought it was a problem with my code, or with GetOpt. So I
changed it to this:
define command{
 command_name check__data_disk2
 command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S
$SERVICESTATE$ -N 30$NOTIFICATIONNUMBER$ }

Now $notificationcount gets set to '30'. Any pointers on what I can try
to get the notification # into my plugin? Nagios was compiled with all
the standard options to ./configure.

Thanks,
Jeff Orr
Attributor Corporation




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Missing $NOTIFICATIONUMBER$ macro

2007-08-21 Thread Jeff Orr
This is a service check command. I'd like to somehow get the current 
notification count into my check script.

Cheers,
Jeff Orr
Attributor Corporation

- Original Message -
From: "Patrick Morris" <[EMAIL PROTECTED]>
To: "Jeff Orr" <[EMAIL PROTECTED]>
Cc: "nagios-users" 
Sent: Tuesday, August 21, 2007 2:46:49 PM (GMT-0800) America/Los_Angeles
Subject: Re: [Nagios-users] Missing $NOTIFICATIONUMBER$ macro

Hi Jeff!

On Tue, 21 Aug 2007, Jeff Orr wrote:

> I have an odd problem with Nagios 2.9 and NRPE 2.8x. I'm wrapping check_nrpe 
> in a script to detect socket timeouts; the script returns a WARNING instead 
> of an UNKNOWN for the first two socket timeouts, and a CRITICAL thereafter. 
> I'm using $NOTIFICATIONNUMBER$ to pass in the current notification count.
> 
> The problem is that $NOTIFICATIONNUMBER$ does not seem to be being passed to 
> me script. Here is what I have in checkcommands.cfg, in which 
> $NOTIFICATIONNUMBER$ gives a null value in my PERL script:
> 
> define command{
>  command_name check__data_disk2
>  command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S 
> $SERVICESTATE$ -N $NOTIFICATIONNUMBER$
> }

Is this used as a check or a notification command?  There is no 
notification number associated with a service check; only with a 
notification.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Missing $NOTIFICATIONUMBER$ macro

2007-08-21 Thread Jeff Orr
Thanks for the quick response.$SERVICEATTEMPT$ isn't quite what I need. I need 
the first two notifications sent for this wrapper to be WARNINGs iff check_nrpe 
encountered a socket timeout. Each following timeout should generate a CRITICAL 
notification. 

Maybe I'm approaching this problem from the wrong angle.

Jeff Orr
Attributor Corporation


- Original Message -
From: "Marc Powell" <[EMAIL PROTECTED]>
To: "nagios-users" 
Sent: Tuesday, August 21, 2007 2:40:05 PM (GMT-0800) America/Los_Angeles
Subject: Re: [Nagios-users] Missing $NOTIFICATIONUMBER$ macro



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Jeff Orr
> Sent: Tuesday, August 21, 2007 4:25 PM
> To: nagios-users
> Subject: [Nagios-users] Missing $NOTIFICATIONUMBER$ macro
> 
> I have an odd problem with Nagios 2.9 and NRPE 2.8x. I'm wrapping
> check_nrpe in a script to detect socket timeouts; the script returns a
> WARNING instead of an UNKNOWN for the first two socket timeouts, and a
> CRITICAL thereafter. I'm using $NOTIFICATIONNUMBER$ to pass in the
current
> notification count.
> 
> The problem is that $NOTIFICATIONNUMBER$ does not seem to be being
passed
> to me script. Here is what I have in checkcommands.cfg, in which
> $NOTIFICATIONNUMBER$ gives a null value in my PERL script:
>
> define command{
>  command_name check__data_disk2
>  command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S
> $SERVICESTATE$ -N $NOTIFICATIONNUMBER$
> }

$NOTIFICATIONNUMBER$ isn't valid for host/service check commands, only
notifications (http://nagios.sourceforge.net/docs/2_0/macros.html).
Unless the above command is being called as a notification command, and
it would be very unusual if it was, it's not going to work.

> Now $notificationcount gets set to '30'. Any pointers on what I can
try to
> get the notification # into my plugin? Nagios was compiled with all
the
> standard options to ./configure.

I suspect that what you're really looking for is $SERVICEATTEMPT$. Check
the macros page to be sure.

--
Marc


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Missing $NOTIFICATIONUMBER$ macro

2007-08-21 Thread Patrick Morris
Hi Jeff!

On Tue, 21 Aug 2007, Jeff Orr wrote:

> I have an odd problem with Nagios 2.9 and NRPE 2.8x. I'm wrapping check_nrpe 
> in a script to detect socket timeouts; the script returns a WARNING instead 
> of an UNKNOWN for the first two socket timeouts, and a CRITICAL thereafter. 
> I'm using $NOTIFICATIONNUMBER$ to pass in the current notification count.
> 
> The problem is that $NOTIFICATIONNUMBER$ does not seem to be being passed to 
> me script. Here is what I have in checkcommands.cfg, in which 
> $NOTIFICATIONNUMBER$ gives a null value in my PERL script:
> 
> define command{
>  command_name check__data_disk2
>  command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S 
> $SERVICESTATE$ -N $NOTIFICATIONNUMBER$
> }

Is this used as a check or a notification command?  There is no 
notification number associated with a service check; only with a 
notification.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Missing $NOTIFICATIONUMBER$ macro

2007-08-21 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Jeff Orr
> Sent: Tuesday, August 21, 2007 4:25 PM
> To: nagios-users
> Subject: [Nagios-users] Missing $NOTIFICATIONUMBER$ macro
> 
> I have an odd problem with Nagios 2.9 and NRPE 2.8x. I'm wrapping
> check_nrpe in a script to detect socket timeouts; the script returns a
> WARNING instead of an UNKNOWN for the first two socket timeouts, and a
> CRITICAL thereafter. I'm using $NOTIFICATIONNUMBER$ to pass in the
current
> notification count.
> 
> The problem is that $NOTIFICATIONNUMBER$ does not seem to be being
passed
> to me script. Here is what I have in checkcommands.cfg, in which
> $NOTIFICATIONNUMBER$ gives a null value in my PERL script:
>
> define command{
>  command_name check__data_disk2
>  command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S
> $SERVICESTATE$ -N $NOTIFICATIONNUMBER$
> }

$NOTIFICATIONNUMBER$ isn't valid for host/service check commands, only
notifications (http://nagios.sourceforge.net/docs/2_0/macros.html).
Unless the above command is being called as a notification command, and
it would be very unusual if it was, it's not going to work.

> Now $notificationcount gets set to '30'. Any pointers on what I can
try to
> get the notification # into my plugin? Nagios was compiled with all
the
> standard options to ./configure.

I suspect that what you're really looking for is $SERVICEATTEMPT$. Check
the macros page to be sure.

--
Marc

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Missing $NOTIFICATIONUMBER$ macro

2007-08-21 Thread Jeff Orr
I have an odd problem with Nagios 2.9 and NRPE 2.8x. I'm wrapping check_nrpe in 
a script to detect socket timeouts; the script returns a WARNING instead of an 
UNKNOWN for the first two socket timeouts, and a CRITICAL thereafter. I'm using 
$NOTIFICATIONNUMBER$ to pass in the current notification count.

The problem is that $NOTIFICATIONNUMBER$ does not seem to be being passed to me 
script. Here is what I have in checkcommands.cfg, in which $NOTIFICATIONNUMBER$ 
gives a null value in my PERL script:

define command{
 command_name check__data_disk2
 command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S 
$SERVICESTATE$ -N $NOTIFICATIONNUMBER$
}

At first I thought it was a problem with my code, or with GetOpt. So I changed 
it to this:
define command{
 command_name check__data_disk2
 command_line $USER1$/nrpe_wrapper -H $HOSTADDRESS$ -c check_disk3 -S 
$SERVICESTATE$ -N 30$NOTIFICATIONNUMBER$
}

Now $notificationcount gets set to '30'. Any pointers on what I can try to get 
the notification # into my plugin? Nagios was compiled with all the standard 
options to ./configure.

Thanks,
Jeff Orr
Attributor Corporation



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] NDOutils on FreeBSD -- solved

2007-08-21 Thread Michael W. Lucas
Hi,

This is a follow-up to several postings in the archives about getting
NDOutils to compile on FreeBSD.  I suspect that other people will have
this problem, so I'm posting it here.  I also suspect that this will
affect other operating systems, not just FreeBSD, but NDOUtils is
labeled "Experimental," so we deal.  :-)

The problem is in ndoutils-x/include/config.h .  The configure script
puts all the libraries under /usr/lib instead of letting mysql be
under /usr/local/lib.  I edited config.h as shown, and ndoutils
compiled just fine.

...
#define USE_MYSQL 1
/* #undef HAVE_MYSQL */
#ifdef USE_MYSQL
#define HAVE_MYSQL 1
#include 
#include 
#endif
...

Compiles just fine.  I haven't tested it, mind you, but it compiles.

Perhaps someone with config-fu can fix this.  If the Nagios developers
think it's appropriate, I can file a bug report.

==ml

-- 
Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED]
http://www.BlackHelicopters.org/~mwlucas/
  Coming Soon: "Absolute FreeBSD" -- http://www.AbsoluteFreeBSD.com
On 5/4/2007, the TSA kept 3 pairs of my soiled undies "for security reasons."

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Host shown as down but services are ok

2007-08-21 Thread Marc Powell


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Kaplan, Andrew H.
> Sent: Tuesday, August 21, 2007 3:57 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Host shown as down but services are ok
> 
> We have a nagios 2.6 server monitoring a client system where the host
> shows as being down, but its services are all OK.
> 
> I remember an issue like this occurring before, but I don't remember
what
> the solution was. Does anyone have insight into
> 
> this? Thanks.


Make sure your hosts check_command accurately reflects the status of the
host. It appears that it doesn't correctly determine when the host is
up.

--
Marc

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Host shown as down but services are ok

2007-08-21 Thread Hugo van der Kooij
On Tue, 21 Aug 2007, Kaplan, Andrew H. wrote:

> We have a nagios 2.6 server monitoring a client system where the host shows as
> being down, but its services are all OK.
>
> I remember an issue like this occurring before, but I don't remember what the
> solution was. Does anyone have insight into

Have you taken any time to investigate like testing the host-alive check 
by hand? Anything interresting in the logs? What results did you get from 
those steps?

Hugo.

-- 
[EMAIL PROTECTED]   http://hugo.vanderkooij.org/
This message is using 100% recycled electrons.

Some men see computers as they are and say "Windows"
I use computers with Linux and say "Why Windows?"
(Thanks JFK, for this quote of George Bernard Shaw.)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Host shown as down but services are ok

2007-08-21 Thread Kaplan, Andrew H.
We have a nagios 2.6 server monitoring a client system where the host shows as
being down, but its services are all OK. 

I remember an issue like this occurring before, but I don't remember what the
solution was. Does anyone have insight into 

this? Thanks. 



The information transmitted in this electronic communication is intended only 
for the person or entity to whom it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, dissemination or other 
use of or taking of any action in reliance upon this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
information in error, please contact the Compliance HelpLine at 800-856-1983 
and properly dispose of this information.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
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] Syslog Event Log

2007-08-21 Thread Gerhard Lausser
Hi,

> Is it possible to use Nagios to capture Switch/Router
Syslogs/eventlogs/error logs.
If you collect the messages in logfiles, you can use
http://www.consol.com/opensource/nagios/check-logfiles
to scan these files for critical or warning patterns. It was written to
replace the Tivoli logfile adapter.

Gerhard


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Ndoutils Error

2007-08-21 Thread Patrick Morris
On Mon, 20 Aug 2007, Deepa.V wrote:

> > Hi
> >
> > I am new to Nagios. Iam trying to flush the nagios data to Mysql database
> >
> > when i see the log message Iam getting an error as below
> >
> > Aug 20 12:13:18 localhost nagios: ndomod: Error writing to data sink!
> > Some output may get lost.  0 queued items to flush.
> > Aug 20 12:13:34 localhost nagios: ndomod: Successfully reconnected to
> > data sink!  0 items lost, 70 queued items to flush.
> > Aug 20 12:13:34 localhost nagios: ndomod: Successfully flushed queued
> > items to data sink.
> > Aug 20 12:15:16 localhost nagios: ndomod: Error writing to data sink!
> > Some output may get lost.  0 queued items to flush.
> > Aug 20 12:15:16 localhost nagios: ndomod: Successfully reconnected to
> > data sink!  0 items lost, 0 queued items to flush.
> > Aug 20 12:15:16 localhost nagios: ndomod: Successfully flushed queued
> > items to data sink.
> >
> >
> > I couldn't see any data flushed to mysql database
> >
> > Can anyone please help me with this

Reposting this over and over without any supporting information probably
isn't going to get you very far, since we don't know what we're dealing
with.

At the bare minimum, you should always provide what version of nagios
you're running. Things like how you have ndomod configured, whether
there are any errors in your MySQL logs, and whether you can connect 
to MySQL with your configured username/password outside of Nagios would
be helpful.

Without any of that, the most I can tell you is it looks broken, but you
already knew that.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] nagios email notifications "From" address

2007-08-21 Thread Chris Adams
Once upon a time, Evgeny N.Stepanov <[EMAIL PROTECTED]> said:
> Used nagios for monitoring my network for couple of years for now. And
> never bothered to receive notifications emails from "www-data" user
> (which nagios is running under). And now i found out that there is no
> place for setting up some fancy name like "Monitor Server" or
> whatever. Is there any config option for that? There is admin_email in
> main config file, but it's not what i want. Also tried to use
> /bin/mail option of adding headers to mail message, it even works, but
> it's not the right way i think. Gotta be some other way. Anybody
> knows?

Well, that's the only way to do it (adjust the notify-by-email
commands).  Instead of using /bin/mail, I'm using /usr/sbin/sendmail;
the printf part includes the correct headers.
-- 
Chris Adams <[EMAIL PROTECTED]>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Russell Adams
This is such a common topic!

I just gave a presentation to the local LUG a week or two back
regarding using Syslog-ng and Logmuncher for log monitoring.

http://www.adamsinfoserv.com/AISTWiki/bin/view/AIS/Presentations

Perhaps you will find it useful.

On Tue, Aug 21, 2007 at 10:55:41AM -0400, Syd Alsobrook wrote:
> On Tuesday 21 August 2007 10:43, Manoj Velayudhannair wrote:
> > But as Tivoli is taken care by a separate team, can u suggest me an open
> > source which can analyze the logs, preferably having a web interface.
> 
> There are many. Go to www.freshmeat.net.
> 
> http://freshmeat.net/browse/148/
> http://freshmeat.net/browse/245/
> http://freshmeat.net/search/?q=log+file+monitoring&trove_cat_id=862§ion=projects&Go.x=0&Go.y=0
> http://freshmeat.net/browse/862/
> 
> 
> Syd
> 
> -- 
> Syd Alsobrook
> IT Tag Team, Inc.
> 518-598-6025
> http://www.ittagteam.com
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> ___
> 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
--
Russell Adams[EMAIL PROTECTED]

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] nagios email notifications "From" address

2007-08-21 Thread John Kramme
This is what I use.  A nice little Perl script Very configurable

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Evgeny
N.Stepanov
Sent: Tuesday, August 21, 2007 10:28 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] nagios email notifications "From" address

Hello, nagios users!

Used nagios for monitoring my network for couple of years for now. And
never bothered to receive notifications emails from "www-data" user
(which nagios is running under). And now i found out that there is no
place for setting up some fancy name like "Monitor Server" or whatever.
Is there any config option for that? There is admin_email in main config
file, but it's not what i want. Also tried to use /bin/mail option of
adding headers to mail message, it even works, but it's not the right
way i think. Gotta be some other way. Anybody knows?

---
best regards,
Evgeny


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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


send_mail.pl
Description: send_mail.pl
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
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] nagios email notifications "From" address

2007-08-21 Thread Evgeny N . Stepanov
Hello, nagios users!

Used nagios for monitoring my network for couple of years for now. And never 
bothered to receive notifications emails from "www-data" user (which nagios is 
running under). And now i found out that there is no place for setting up some 
fancy name like "Monitor Server" or whatever. Is there any config option for 
that? There is admin_email in main config file, but it's not what i want. Also 
tried to use /bin/mail option of adding headers to mail message, it even works, 
but it's not the right way i think. Gotta be some other way. Anybody knows?

---
best regards,
Evgeny

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Syd Alsobrook
On Tuesday 21 August 2007 10:43, Manoj Velayudhannair wrote:
> But as Tivoli is taken care by a separate team, can u suggest me an open
> source which can analyze the logs, preferably having a web interface.

There are many. Go to www.freshmeat.net.

http://freshmeat.net/browse/148/
http://freshmeat.net/browse/245/
http://freshmeat.net/search/?q=log+file+monitoring&trove_cat_id=862§ion=projects&Go.x=0&Go.y=0
http://freshmeat.net/browse/862/


Syd

-- 
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Manoj Velayudhannair
Thanks syd,

But as Tivoli is taken care by a separate team, can u suggest me an open
source which can analyze the logs, preferably having a web interface.

Manoj.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Syd
Alsobrook
Sent: Tuesday, August 21, 2007 8:09 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Syslog Event Log

On Tuesday 21 August 2007 10:34, Manoj Velayudhannair wrote:
> But my case is little different. I got my Tivoli doing my Monitoring
> (NMS) job. I am in search for a Syslog server, for my Cisco devices,
> which can send alerts on critical error and warnings.

Use syslog-ng to collect your logs in a central location. Have Tivoli
parse 
the logs.

Syd

-- 
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Syd Alsobrook
On Tuesday 21 August 2007 10:34, Manoj Velayudhannair wrote:
> But my case is little different. I got my Tivoli doing my Monitoring
> (NMS) job. I am in search for a Syslog server, for my Cisco devices,
> which can send alerts on critical error and warnings.

Use syslog-ng to collect your logs in a central location. Have Tivoli parse 
the logs.

Syd

-- 
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] negative check latency with Nagios as VM?

2007-08-21 Thread C. Bensend

> VMWare themselves advise not to perform any monitoring which is
> rate-based on the guest, and further say that any monitoring which polls
> hardware (eg network card traffic) will cause performance problems, and
> also that monitoring CPU and Memory on the guest is pointless and
> misleading and should be done via the virtualcentre or ESX server
> itself.

Hi Steve,

   Can you elaborate a little on VMWare's suggestions?  I'm working
on a project to do just this, and I'd appreciate any references I
can pass along to my working group.

Thanks!

Benny


-- 
"This officer's men seem to follow him merely out of idle curiosity."
   -- Sandhurst officer cadet evaluation


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Manoj Velayudhannair
Hi Syd,

But my case is little different. I got my Tivoli doing my Monitoring
(NMS) job. I am in search for a Syslog server, for my Cisco devices,
which can send alerts on critical error and warnings.

So would like to have your advise on the same.

Thanks and Regards.

Manoj

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Syd
Alsobrook
Sent: Tuesday, August 21, 2007 7:29 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Syslog Event Log

On Tuesday 21 August 2007 09:26, Manoj Velayudhannair wrote:
> Thank you Syd, could you please detail your view.

I have a central management server. It runs Nagios, Munin, Cacti, and 
Syslog-ng. I have Syslog-ng configured with these lines.

# Begin
source remote { udp(); tcp(port(514) keep-alive(no)); };
destination remote_hosts 
{ file("/var/log/remote_hosts/$HOST/$FACILITY.log"); };
log { source(remote); destination(remote_hosts); };
# End

These lines configure Syslog-ng to accept connections from remote
systems and 
place the logs in to a host specific directory. I run syslog-ng on all
my 
linux servers.

I have not setup the monitoring yet, it is on my todo list. There are a
number 
of log checks in the Nagios Exchange.

Enjoy,
Syd

-- 
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Syd Alsobrook
On Tuesday 21 August 2007 09:26, Manoj Velayudhannair wrote:
> Thank you Syd, could you please detail your view.

I have a central management server. It runs Nagios, Munin, Cacti, and 
Syslog-ng. I have Syslog-ng configured with these lines.

# Begin
source remote { udp(); tcp(port(514) keep-alive(no)); };
destination remote_hosts 
{ file("/var/log/remote_hosts/$HOST/$FACILITY.log"); };
log { source(remote); destination(remote_hosts); };
# End

These lines configure Syslog-ng to accept connections from remote systems and 
place the logs in to a host specific directory. I run syslog-ng on all my 
linux servers.

I have not setup the monitoring yet, it is on my todo list. There are a number 
of log checks in the Nagios Exchange.

Enjoy,
Syd

-- 
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] quoting authentication strings with nrpe_nt

2007-08-21 Thread Terry
Hello,

I am using nrpe_nt with wmi plugins.  I am passing some authentication
strings like:
/usr/lib/nagios/plugins/check_nrpe -H 10.0.1.127 -c get_service_auth
-a 10.0.1.5 msdtc 'asdfasdf' 'foo!bar'

Notice the password has an exclamation point (!) in it.  How can I
quote this properly?  I have tried:
"foo!bar"
'foo!bar'
"foo\!bar"
'foo\!bar'

All with no luck.  If I escape it with backslash (\), NRPE complains with:
CHECK_NRPE: Received 0 bytes from daemon.  Check the remote server
logs for error messages.

I cannot change this password so I must think of a work around.  Maybe
a perl wrapper with qq// ?

Thanks!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Manoj Velayudhannair
Thank you Syd, could you please detail your view. 

Manoj.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Syd
Alsobrook
Sent: Tuesday, August 21, 2007 6:48 PM
To: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Syslog Event Log

On Tuesday 21 August 2007 08:14, Manoj Velayudhannair wrote:
> Is it possible to use Nagios to capture Switch/Router
> Syslogs/eventlogs/error logs.

It would be better to use syslog-ng and have all your servers, routers,
and 
switches send there logs to your Nagios server. Then you can check the
logs 
centrally.

Syd

-- 
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Syd Alsobrook
On Tuesday 21 August 2007 08:14, Manoj Velayudhannair wrote:
> Is it possible to use Nagios to capture Switch/Router
> Syslogs/eventlogs/error logs.

It would be better to use syslog-ng and have all your servers, routers, and 
switches send there logs to your Nagios server. Then you can check the logs 
centrally.

Syd

-- 
Syd Alsobrook
IT Tag Team, Inc.
518-598-6025
http://www.ittagteam.com

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
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] Syslog Event Log

2007-08-21 Thread Manoj Velayudhannair
All,

 

Is it possible to use Nagios to capture Switch/Router
Syslogs/eventlogs/error logs.

 

Thanks in advance.

 

Regards,

 

Manoj

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
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