[Nagios-users] nsca packets disappear between xinetd and the daemon

2010-10-13 Thread Ford, Andy
I've got a system that accepts and processes nsca packets from a number of collectors successfully. Everything is using nsca-2.7.2. I added a new collector recently and it's not able to get data into the central nagios system via nsca. I recompiled the send_nsca client with the DEBUG flag

[Nagios-users] nsca daemon performance

2010-05-04 Thread Ford, Andy
I'm having a problem with my nsca daemon (v. 2.7.2) in a distributed monitoring setup (nagios 3.2.1 on SLES 10.2) and I was wondering if anyone else has seen something like this. nsca seems to be dropping incoming passives in an inconsistent way, sometimes keeping up, other times seeming to

Re: [Nagios-users] nsca daemon performance

2010-05-04 Thread Ford, Andy
= UNLIMITED per_source = UNLIMITED cps = 5000 0 On Tue, May 4, 2010 at 2:53 PM, Ford, Andy andrew.f...@wachovia.commailto:andrew.f...@wachovia.com wrote: I'm having a problem with my nsca daemon (v. 2.7.2) in a distributed monitoring setup (nagios 3.2.1 on SLES 10.2

Re: [Nagios-users] Ports used in Nagios infrastructure

2010-01-28 Thread Ford, Andy
Depending on your setup, you might want to give yourself some way to send configs to the distributed collectors like ssh/scp. Some folks also like to run all web servers on SSL, so you might want to make sure port 443 is open too. Andy Ford Network Security Compliance Automation, Wells

[Nagios-users] send_nsca 64 bit problem

2010-01-15 Thread Ford, Andy
I'm trying to set up a collector and the nsca daemon on the central server is rejecting my packets: nsca[10902]: Dropping packet with invalid CRC32 - possibly due to client using wrong password or crypto algorithm? Obviously, I've triple-checked the password and algorithm settings, so that's

Re: [Nagios-users] check_snmp without perf data

2008-08-20 Thread Ford, Andy
-Original Message- From: Thomas Guyot-Sionnest [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 2:44 AM To: Ford, Andy Cc: Nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check_snmp without perf data On 19/08/08 06:09 PM, Ford, Andy wrote: I want

Re: [Nagios-users] check_snmp without perf data

2008-08-20 Thread Ford, Andy
-Original Message- From: Marcus [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2008 3:09 AM To: Ford, Andy Cc: Nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check_snmp without perf data Hi Andy, Ford, Andy schrieb: I want check_snmp to have an option

[Nagios-users] check_snmp without perf data

2008-08-19 Thread Ford, Andy
I want check_snmp to have an option to NOT return performance data but I can't see it. Can someone suggest an alternative? Andrew Ford Wachovia Corporate Information Security 314-955-6647 desk 314-600-7025 cell [EMAIL PROTECTED]

[Nagios-users] compiling plugins with check_radius

2008-07-24 Thread Ford, Andy
Trying to compile nagios-plugins-1.4.12 including check_radius. I don't know how to get the configure script to find the radiusclient-ng libraries headers. radiusclient-ng was built with ./configure --prefix=/usr/local/radiusclient-ng for the sake of keeping it separate. The configure script

[Nagios-users] Check_snmp_process.pl full path problem with tmp file

2008-06-13 Thread Ford, Andy
I've hit a little snag using the check_snmp_process.pl plugin: when I use the -f option to check a full path, the temp file cannot be written because of the / characters in the name of the temp file generated by the plugin. Error example: 1 process matching /opt/CPshrd-R62/bin/cpd ( 0) (=

Re: [Nagios-users] Nagios Check on CAC Enabled Websites.

2008-06-11 Thread Ford, Andy
-Original Message- Of Jeff Shumard - DefenseWeb Technologies Sent: Wednesday, June 11, 2008 12:51 PM I am assuming that no one has had to do this or is not sure how to, due to there has been no responses. If anyone knows of a plugin that will support supplying a client

Re: [Nagios-users] OT: snmpwalk output format query

2008-06-09 Thread Ford, Andy
#!/usr/bin/perl use warnings; use strict; my @names = `snmpwalk -v2c -cpublic localhost system`; my @numbers = `snmpwalk -On -v2c -cpublic localhost system`; foreach my $i (0..$#names) { print $names[$i] $numbers[$i]\n\n; } Apparently, it's slightly too basic... or

Re: [Nagios-users] check_snmp_int.pl: over 100%?

2008-06-09 Thread Ford, Andy
On Thu June 5 2008 17:30:24 Ford, Andy wrote: I'm trying to use check_snmp_int.pl (not standard, see http://nagios.manubulon.com/snmp_int.html) but when I try to get my results in percent form, I get over 100% results on at least on device: $./check_snmp_int.pl -HDEVICE

[Nagios-users] check_snmp_int.pl: over 100%?

2008-06-05 Thread Ford, Andy
I'm trying to use check_snmp_int.pl (not standard, see http://nagios.manubulon.com/snmp_int.html) but when I try to get my results in percent form, I get over 100% results on at least on device: $./check_snmp_int.pl -HDEVICE -CXXX --name 'eth-s1p1 ' --perfcheck --perfspeed --warning=40,60

Re: [Nagios-users] check_snmp_int.pl: over 100%?

2008-06-05 Thread Ford, Andy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel López Sent: Thursday, June 05, 2008 10:54 AM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check_snmp_int.pl: over 100%? On Thu June 5 2008 17:30:24 Ford, Andy wrote

Re: [Nagios-users] check_snmp

2008-06-05 Thread Ford, Andy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dave stern - e-mail.pluribus.unum Sent: Thursday, June 05, 2008 2:17 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] check_snmp I've got two nagios installs with snmp giving

Re: [Nagios-users] Are there any plugins calculate the percentage ofthe traffic rate?

2008-05-15 Thread Ford, Andy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yu Watanabe Sent: Thursday, May 15, 2008 8:09 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Are there any plugins calculate the percentage ofthe traffic rate? I'm searching

Re: [Nagios-users] Return code 255 and flapping services on Solaris9

2008-04-19 Thread Ford, Andy
-Original Message- On Sat, Apr 19, 2008 at 09:22:03AM +0200, Peter Michael Calum wrote: I'm just trying to find out what the difference is when i run the check_by_ssh manually and when it is done by nagios. But something must be wrong in khk23dso3.ip.tdk.dk. Ok, recap for us.

Re: [Nagios-users] Hosts w/o services

2008-04-16 Thread Ford, Andy
advice tag='unsolicited' There must be some reason for each server or device to be on the network, it must provide some service, even if it's just a lowly(?) sshd. Do yourself and your organization a favor and monitor that reason! /advice -Original Message- From: [EMAIL PROTECTED]

Re: [Nagios-users] Hosts w/o services

2008-04-16 Thread Ford, Andy
on the computer running the plugin. -Original Message- From: Israel Brewster [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 16, 2008 2:20 PM To: Ford, Andy Cc: Nagios Users Mailinglist Subject: Re: [Nagios-users] Hosts w/o services On Apr 16, 2008, at 10:10 AM, Ford, Andy wrote: advice

Re: [Nagios-users] nagios to monitor several switch ports

2008-04-08 Thread Ford, Andy
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Schneemann Sent: Tuesday, April 08, 2008 2:14 PM To: nagios-users@lists.sourceforge.net; [EMAIL PROTECTED] Subject: Re: [Nagios-users] nagios to monitor several switch ports Am

Re: [Nagios-users] check_procs (nagios-plugins 1.3.1) 1.9.2.1

2007-05-22 Thread Ford, Andy
If you add -vv to your check_procs invocation, you will see the form of ps that check_procs is using and verify for yourself exactly why it's broken. Andy Ford x56647 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sandor W.