Re: Why no saved state for acks?

2004-09-17 Thread Augie Schwer
the Gaim source via anonymous cvs; which worked just fine. Also the Browse CVS on the sf.net page doesn't work either. I will try and send a message to the sf.net project admin. and see if I can make any headway that way. Thanks! Augie. - -- Augie Schwer - [EMAIL PROTECTED]Sonic.net System

Preferred alert escalation method?

2007-07-23 Thread Augie Schwer
to do this? I could have sworn that I saw something in one of the example configuration files or the documentation, but now I can't seem to find it. I am thinking multiple periods within each service with different alertafters. Anyone else have something more interesting? -- Augie Schwer

Re: Why no -w option used in mon?

2007-08-17 Thread Augie Schwer
On 8/14/07, Blechman, Ronald I, Jr (Ron) [EMAIL PROTECTED] wrote: Also, I've manually fixed these, and am willing to upload if this issue has not already been addressed. It's probably worth submitting a bug report and attaching a patch: http://sourceforge.net/projects/mon -- Augie Schwer

Re: Bad logic in disable host?

2007-08-17 Thread Augie Schwer
only attempt to disable the first hostgroup, ie in the above example hostgroup a. Forgive my ignorance, I haven't had my morning coffee yet, but what's the problem? -- Augie Schwer-[EMAIL PROTECTED]-http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0

Re: mon project

2007-08-25 Thread Augie Schwer
alive. ;) -- Augie Schwer-[EMAIL PROTECTED]-http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 ___ mon mailing list mon@linux.kernel.org http://linux.kernel.org/mailman/listinfo/mon

Re: mon project

2007-08-26 Thread Augie Schwer
On 8/25/07, Jim Trocki [EMAIL PROTECTED] wrote: On Sat, 25 Aug 2007, Augie Schwer wrote: As you can see there is a lot of development in CVS, but there hasn't been an official release for a while; Except for the one at the end of June which had a significant number of improvements, some

Re: avoid duplicated alerts in a multi-host/mon context

2007-10-17 Thread Augie Schwer
to control alerts for services which are dependent on other services, e.g. an SMTP test which is dependent upon the machine being ping-reachable. -- Augie Schwer-[EMAIL PROTECTED]-http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99

Re: Putting a server into maintance

2008-03-18 Thread Augie Schwer
Darn auto-complete. -- Forwarded message -- From: Augie Schwer [EMAIL PROTECTED] Date: Tue, Mar 18, 2008 at 4:44 PM Subject: Re: Putting a server into maintance To: [EMAIL PROTECTED] On Tue, Mar 18, 2008 at 12:22 PM, Chris Hoogendyk [EMAIL PROTECTED] wrote: at some point I

Re: Putting a server into maintance

2008-03-18 Thread Augie Schwer
of not knowing what was down). The hold feature sounds pretty interesting. At my site I find people putting things into disabled and then forgetting all about them, which is dangerous and annoying. Care to share that code? -- Augie Schwer - [EMAIL PROTECTED] - http://schwer.us Key fingerprint = 9815

Re: Putting a server into maintance

2008-03-21 Thread Augie Schwer
Ben, Did you also change the list_state code in the Mon::Client code? I see where in the mon.cgi you check $scheduler_status[2] but I don't see anywhere where you set that or get list_state to return that. --Augie On Tue, Mar 18, 2008 at 5:20 PM, Ben Ragg [EMAIL PROTECTED] wrote: Augie Schwer

Monitoring for a hung NFS mount?

2008-03-27 Thread Augie Schwer
the best that can be done is to let the monitor timeout and then sound an alarm based on that timeout. Anyone else have ideas? -- Augie Schwer - [EMAIL PROTECTED] - http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 ___ mon

Re: Monitoring for a hung NFS mount?

2008-03-28 Thread Augie Schwer
communicate back to your monitor agent which mount is hung. -- Augie Schwer - [EMAIL PROTECTED] - http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 ___ mon mailing list mon@linux.kernel.org http://linux.kernel.org/mailman

Re: Monitoring for a hung NFS mount?

2008-03-28 Thread Augie Schwer
(exec) it still hangs when I walk the tree; hanging on the STDOUT OID bit. I do get the correct return code though, so my next step is to try and just grab the return value OID and see if I can alert on that. Of course I still leave hung procs. around which is not really desirable. -- Augie Schwer

Re: Monitoring for a hung NFS mount?

2008-04-01 Thread Augie Schwer
Thanks everyone who replied (privately and on the list); attached is what I finally went with; it works well, doesn't stack procs. for hung mounts and works great using the snmpvar monitor. --Augie On Thu, Mar 27, 2008 at 3:27 PM, Augie Schwer [EMAIL PROTECTED] wrote: Anyone have a good way

Re: Monitoring for a hung NFS mount?

2008-04-02 Thread Augie Schwer
was mounted actually wasn't; seems pretty trivial, but anyone already have something written up? --Augie On Tue, Apr 1, 2008 at 5:02 PM, Augie Schwer [EMAIL PROTECTED] wrote: Thanks everyone who replied (privately and on the list); attached is what I finally went with; it works well, doesn't stack

Re: Monitoring for a hung NFS mount?

2008-04-02 Thread Augie Schwer
On Wed, Apr 2, 2008 at 11:19 AM, Ed Ravin [EMAIL PROTECTED] wrote: On Wed, Apr 02, 2008 at 10:49:00AM -0700, Augie Schwer wrote: On the topic of NFS; the next step would be to do a compare between mtab and fstab and alert if everything you thought was mounted actually wasn't; seems

Re: Two additions to mon

2008-10-24 Thread Augie Schwer
who pointed out that the actual files were missing. This time, they are attached. Richard ___ mon mailing list mon@linux.kernel.org http://linux.kernel.org/mailman/listinfo/mon -- Augie Schwer-[EMAIL PROTECTED]-http

Re: [Mon-commit] mon/mon.d raid.monitor,NONE,1.1

2008-11-14 Thread Augie Schwer
I added a unified RAID monitor; it does Linux software RAID, and handles hardware RAID controllers from 3ware and Areca; it should run on the box you want to monitor and you can get at via SNMP easily enough. --Augie On Fri, Nov 14, 2008 at 1:31 PM, Augie Schwer [EMAIL PROTECTED] wrote: Update

Re: Can Mon change running configuration of PIX/ASA?

2008-12-02 Thread Augie Schwer
sends a message when invoked by the scheduler. The scheduler calls upon an alert when it detects a failure from a monitor. An alert program accepts a set of command-line arguments from the scheduler, in addition to data via standard input. -- Augie Schwer-[EMAIL PROTECTED]-http

Re: [Mon-commit] mon-contrib/monitors/ipmi ipmi_fan.monitor, NONE, 1.1 ipmi_mb_temp.monitor, NONE, 1.1 ipmi_power_unit.monitor, NONE, 1.1 ipmi_proc1_temp.monitor, NONE, 1.1 ipmi_proc2_temp.monitor,

2009-02-12 Thread Augie Schwer
Some IPMI monitoring I'm working on; thought I'd check it in to the contrib. tree. --Augie On Thu, Feb 12, 2009 at 10:10 AM, Augie Schwer asch...@users.sourceforge.net wrote: Update of /cvsroot/mon/mon-contrib/monitors/ipmi In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv2465/ipmi

SIP / Asterisk monitoring

2009-04-01 Thread Augie Schwer
Anyone have some tips/tricks/tools for monitoring Asterisk with Mon? -- Augie Schwer-au...@schwer.us-http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 ___ mon mailing list mon@linux.kernel.org http

Re: Spamd.monitor

2010-02-24 Thread Augie Schwer
Cleanup Enjoy -- Sincerely, Nathan Gibbs Systems Administrator Christ Media http://www.cmpublishers.com ___ mon mailing list mon@linux.kernel.org http://linux.kernel.org/mailman/listinfo/mon -- Augie Schwer-au...@schwer.us

Re: dns-gtld.monitor.

2010-05-17 Thread Augie Schwer
mon@linux.kernel.org http://linux.kernel.org/mailman/listinfo/mon -- Augie Schwer-au...@schwer.us-http://schwer.us Key fingerprint = 9815 AE19 AFD1 1FE7 5DEE 2AC3 CB99 2784 27B0 C072 ___ mon mailing list mon@linux.kernel.org http

Re: dns-gtld.monitor.

2010-05-17 Thread Augie Schwer
On Mon, May 17, 2010 at 4:04 PM, Nathan Gibbs nat...@cmpublishers.com wrote: * Augie Schwer wrote: so running this monitor on an IPv4 only host, may give you some false negatives. So if I query the IPv6 only NS from an IPv4 only host we get an error, although nothing is wrong. Do I got

Re: dns-gtld.monitor.

2010-05-18 Thread Augie Schwer
On Mon, May 17, 2010 at 7:48 PM, Nathan Gibbs nat...@cmpublishers.com wrote: * Augie Schwer wrote: my $res = Net::DNS::Resolver-new; my $que = $res-query($tldnsname,'A'); if ( $que ) When there is no A record if ( !$que ) is always true. So I never had to actually check for the A record