[Nagios-users] check_snmp_mem.pl and cisco fast memory

2009-11-03 Thread Michael W. Lucas
$key ( keys %$resultat) { verb(OID : $key, Desc : $$resultat{$key}); if ( $key =~ /$cisco_index/ ) { +if ($$resultat{$key} =~/Fast/) { + next; + } @oid=split (/\./,$key); $index[$nindex++] = pop(@oid); } === -- Michael W. Lucas

Re: [Nagios-users] change service check timeout in Nagios

2009-06-30 Thread Michael W. Lucas
On Mon, Jun 29, 2009 at 03:44:01PM -0500, Marc Powell wrote: On Jun 29, 2009, at 2:46 PM, Michael W. Lucas wrote: Surely there's a built-in way to tell Nagios that either a particular check can take longer, or increase the 10-second timeout within Nagios itself

Re: [Nagios-users] change service check timeout in Nagios

2009-06-30 Thread Michael W. Lucas
On Tue, Jun 30, 2009 at 10:10:40AM -0400, Michael W. Lucas wrote: On Mon, Jun 29, 2009 at 03:44:01PM -0500, Marc Powell wrote: On Jun 29, 2009, at 2:46 PM, Michael W. Lucas wrote: Surely there's a built-in way to tell Nagios that either a particular check can take longer

[Nagios-users] change service check timeout in Nagios

2009-06-29 Thread Michael W. Lucas
, but that seems unnecessarily cumbersome. Any suggestions? Am I missing something in the documentation? Any help appreciated, ==ml -- Michael W. Lucasmwlu...@blackhelicopters.org, mwlu...@freebsd.org http://www.BlackHelicopters.org/~mwlucas/ Latest book: Cisco Routers

[Nagios-users] trimming nagvis database via cron

2009-06-19 Thread Michael W. Lucas
to keep the database at a reasonable size. If so, could you share it? I'm sure I can figure this out, but I can't believe that nobody else has had this issue. Thanks, ==ml -- Michael W. Lucasmwlu...@blackhelicopters.org, mwlu...@freebsd.org http://www.BlackHelicopters.org/~mwlucas

[Nagios-users] PNP performance

2009-02-06 Thread Michael W. Lucas
process_perfdata.pl has increased the system load from minimal to 10-20. I see that process_perfdata.pl will not run under ePN. Anyone out there have ways to reduce process_perfdata.pl's system load, short of rewriting it in C or making it ePN-friendly? Thanks, ==ml -- Michael W. Lucasmwlu

Re: [Nagios-users] PNP performance

2009-02-06 Thread Michael W. Lucas
On Fri, Feb 06, 2009 at 07:03:36PM +0100, Joerg Linge wrote: Michael W. Lucas schrieb: Hi, I have Nagios 3.0.6 on FreeBSD 7.1/amd64, with ~1500 services on ~250 hosts. I've been investigating replacing our MRTG setup with PNP. PNP runs fine, and we are keeping about 1450 MRTG graphs. Our

[Nagios-users] check_fping timing

2008-10-16 Thread Michael W. Lucas
thoughts on why this is, or what I can do? Surely someone else is checking hosts on an intermittently slow network? Thanks, ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org/~mwlucas/ My pessimism extends to the point of even

[Nagios-users] service dependencies on a single host?

2008-10-14 Thread Michael W. Lucas
service_description Snmp dependent_host_name NetSnmpServers ... } that obviously isn't going to work. Surely other people have encountered this before? Any suggestions? Thanks, ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http

[Nagios-users] pnp error: *** CRITICAL Timeout after 5 Sec. ****

2008-10-07 Thread Michael W. Lucas
graphs, that's more serious and requires that I shut down user access to PNP until I debug it. (No data is better than wrong data!) Any thoughts, folks? Thanks, ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org/~mwlucas/ My

Re: [Nagios-users] Controlling critical states with extended interface information

2008-09-17 Thread Michael W. Lucas
And to reply to my own message, for the archives' sake: use -a. This is a great plugin, but there are a whole pile of options... ==ml On Tue, Sep 16, 2008 at 05:12:17PM -0400, Michael W. Lucas wrote: Hi, I'm using the check_snmp_netint.pl plugin 2.21b on Nagios 3 to check for interface

[Nagios-users] Controlling critical states with extended interface information

2008-09-16 Thread Michael W. Lucas
levels (say, setting the -c to 0,0,100,100,100,100, but that doesn't seem to work. Anyone using this plugin similarly? Thanks, ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org/~mwlucas/ My pessimism extends to the point of even

[Nagios-users] Changing contacts for the same service

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

Re: [Nagios-users] nagios-process with 100% CPU after update toNagios-2.10

2008-01-17 Thread Michael W. Lucas
. Seems to be a serious bug. I'd definitely bring this up on the freebsd-stable mailing list, then. I'm running 2.10 on 6-stable and 8-current, no troubles. ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org/~mwlucas/ Now

Re: [Nagios-users] Unknow status for a SNMP check

2007-12-18 Thread Michael W. Lucas
of the tree, to see what the device is reporting. Perhaps: snmpwalk -v 1 -c public 62.81.189.117 .1.3.6.1.4.1.12394 ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org/~mwlucas/ Now Shipping: Absolute FreeBSD -- http

Re: [Nagios-users] Monitoring Nagios

2007-11-28 Thread Michael W. Lucas
program will restart nagios if it crashes. http://cr.yp.to/daemontools.html In the event that supervise cannot restart the program, you can have it send an email. ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org/~mwlucas

Re: [Nagios-users] Plugin for monitoring FreeBSD for updates (like check_apt)?

2007-11-13 Thread Michael W. Lucas
On Tue, Nov 13, 2007 at 08:06:08AM +0100, Matthias Kellermann wrote: Michael W. Lucas schrieb: On Mon, Nov 12, 2007 at 04:42:40PM +0100, Matthias Kellermann wrote: Hi list, anyone knows of a Nagios plugin to check the FreeBSD ports and base system for updates? I'm searching

Re: [Nagios-users] Plugin for monitoring FreeBSD for updates (like check_apt)?

2007-11-12 Thread Michael W. Lucas
://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 -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http

[Nagios-users] check_nt and nsclient++: treat unknown as critical

2007-10-25 Thread Michael W. Lucas
-- 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

Re: [Nagios-users] v3 stability

2007-10-05 Thread Michael W. Lucas
by the way version 9 or a container on Solaris 10. Hi, Even though v3 is beta, if you have problems you'll be expected to help debug them. If you're comfortable with that you can certainly run v3. If you want something with more outside support, though, you want v2. ==ml -- Michael W. Lucas

[Nagios-users] managing latency-induced host down alerts

2007-09-12 Thread Michael W. Lucas
, ==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

Re: [Nagios-users] managing latency-induced host down alerts

2007-09-12 Thread Michael W. Lucas
On Wed, Sep 12, 2007 at 10:02:51AM -0500, Marc Powell wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Michael W. Lucas Sent: Wednesday, September 12, 2007 9:46 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios

Re: [Nagios-users] managing latency-induced host down alerts

2007-09-12 Thread Michael W. Lucas
On Wed, Sep 12, 2007 at 10:15:54AM -0500, Marc Powell wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Michael W. Lucas Sent: Wednesday, September 12, 2007 10:07 AM To: Marc Powell Cc: nagios-users@lists.sourceforge.net

Re: [Nagios-users] Ftp issue

2007-09-04 Thread Michael W. Lucas
will risk being sent to /dev/null -- 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

Re: [Nagios-users] Ftp issue

2007-09-04 Thread Michael W. Lucas
Thanks, Vadiraj On 9/4/07, Michael W. Lucas [EMAIL PROTECTED] wrote: We use SNMP Informant to track and alarm on any Performance Counter value. I believe check_nt and nsclient++ will let you do the same thing. ==ml On Tue, Sep 04, 2007 at 07:57:04PM +0530, vadi wrote

Re: [Nagios-users] NDOutils on FreeBSD -- solved

2007-08-22 Thread Michael W. Lucas
On Wed, Aug 22, 2007 at 09:13:29AM +0100, Ton Voon wrote: Hi Michael, On 21 Aug 2007, at 22:16, Michael W. Lucas wrote: 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

Re: [Nagios-users] NDOutils on FreeBSD -- solved

2007-08-22 Thread Michael W. Lucas
On Wed, Aug 22, 2007 at 03:11:38PM +0100, Ton Voon wrote: On 22 Aug 2007, at 14:23, Michael W. Lucas wrote: No joy. I did the following: download the patch and the np_mysqlclient.m4 into my home dir. extract a clean ndoutils, go into it patch

Re: [Nagios-users] Map / Host Parents / Redundant Rings

2007-08-22 Thread Michael W. Lucas
supporting info will risk being sent to /dev/null -- 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

Re: [Nagios-users] NDOutils on FreeBSD -- solved

2007-08-22 Thread Michael W. Lucas
On Wed, Aug 22, 2007 at 04:32:15PM +0100, Ton Voon wrote: On 22 Aug 2007, at 15:49, Michael W. Lucas wrote: On Wed, Aug 22, 2007 at 03:37:21PM +0100, Ton Voon wrote: I'll try and create a new tarball for ndoutils later today for you to try. I'll post on our blog site. Let me know, I'm

[Nagios-users] DBOUtils and Nagios 3 beta?

2007-08-10 Thread Michael W. Lucas
NDOUtils. I'd rather deploy the new version than upgrade later. Is the NDOUtils/Nagios3 interface finalized yet? How likely is an internal change that would break my setup? Thanks, ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org

Re: [Nagios-users] check_nt

2007-07-23 Thread Michael W. Lucas
-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 -- Michael W. Lucas[EMAIL PROTECTED

Re: [Nagios-users] The statusmap...CGIs are missing or dont work!

2007-07-16 Thread Michael W. Lucas
Nagios via pkg_add -r nagios works equally well. All I've ever done for a complete Nagios setup on FreeBSD is cd /usr/ports/www/my-favorite-apache-version make all install clean cd /usr/ports/net-mgmt/nagios make all install clean ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED

Re: [Nagios-users] using Nagios to find cause(s) of jitter in VoIP network

2007-07-06 Thread Michael W. Lucas
under load if not. Not that I've had that happen, or anything. ==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

Re: [Nagios-users] Problems with FreeBSD and Nagios

2007-06-19 Thread Michael W. Lucas
the (long) discussion thread, my first thought is to try libthr instead of libkse. The discussion seems to be on 5.x, I'd definitely try libthr on 6.x. Check libmap.conf for details. ==ml -- Michael W. Lucas[EMAIL PROTECTED], [EMAIL PROTECTED] http://www.BlackHelicopters.org

[Nagios-users] gcc4.2 and nagios-snmp-plugins

2007-06-15 Thread Michael W. Lucas
, and then brutalize it into working for me, I would really like my nice clean new server to at least start its production life without such a hack in place. Has anyone managed to build nagios-snmp-plugins with gcc2.9? Any pointers or suggestions? Thanks, ==ml -- Michael W. Lucas[EMAIL

[Nagios-users] Nagios end-user interfaces

2007-06-07 Thread Michael W. Lucas
are good and which aren't... Thanks for any shared experience, ==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

Re: [Nagios-users] identifying the slow check

2007-06-05 Thread Michael W. Lucas
%) Does the Web present a long-term average or some such? Thanks, ==ml On Mon, Jun 04, 2007 at 09:45:09PM -0700, william(at)elan.net wrote: http://william.leibzon.org/nagios/profile_nagios_executiontime.pl On Mon, 4 Jun 2007, Michael W. Lucas wrote: Hi, I've followed the advice

[Nagios-users] identifying the slow check

2007-06-04 Thread Michael W. Lucas
% 0.08% Overall, the times are pretty good, but my maximum check time is pretty consistently about 10 seconds. I'd like to identify which check(s) that is. I'm sure it can either be optimized away or performed in some other manner. Any suggestions? Thanks much, ==ml -- Michael W. Lucas