[Nagios-users] HTTP and Web Form based Auth

2009-05-28 Thread Aaron McKinnon
How are folks checking site functionality with sites that use auth 
*other* than basic (apache) auth?
I didn't find any plugins that support populating forms and posting.

Thanks.

-Aaron

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers  brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing,  
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA,  Big Spaceship. http://p.sf.net/sfu/creativitycat-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] check_procs time elapsed

2009-02-13 Thread Aaron McKinnon
I'm not getting the behavior I'd expect from some tests using 
check_procs for elapsed time. What I'm trying to accomplish is look for 
a process (string) and alert if it's been running for X time or more 
(from start time). For example:

./check_procs -m ELAPSED -a 'sshd' -w 0 -c 2

Time according to the man page is in seconds, so that should have sshd 
go critical:

# ./check_procs -m ELAPSED -a 'sshd' -w 0 -c 2
ELAPSED OK: 5 processes with args 'sshd'

That didn't work so well... All of my sshd processes are *old* at this 
point. Any idea what I'm missing?

-Aaron





--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
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] nrpe and sudo

2008-08-07 Thread Aaron McKinnon
I missed the first part of this thread, but check your logs. But I'm 
guessing you have to tweak the sudoers file by removing the line 
Defaultsrequiretty.

-Aaron

Terry wrote:
 Yes, nrpe works fine.  It checks other things as well.

 On Thu, Aug 7, 2008 at 11:47 AM, Steve Pribyl [EMAIL PROTECTED] wrote:
   
 Terry,

 Does nrpe work at all?
 Is it process running/inetd configured?
 Is the port open on the destination node?

 Steve Pribyl


 On 08/07/2008 11:35 AM, Terry wrote:
 SNIP
 
 I get this from the other side:
 CHECK_NRPE: No output returned from daemon.
   
 SNIP

 

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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 3.X quoted check commands

2008-05-23 Thread Aaron McKinnon
I'm working on migrating a 1.4 server that uses some quoted check 
commands. For example:

check_command   /usr/lib/nagios/plugins/check_file_age 
-w 86400 -c 172800 -W 31 -C 1 -f /mnt/backup/aus-sql0/mysql/mysql.sql

...and it appears that 3.X doesn't support that:

Checking services...
Error: Service check command '/usr/lib/nagios/plugins/check_file_age -w 
86400 -c 172800 -W 31 -C 1 -f /mnt/backup/aus-sql0/mysql/mysql.sql' 
specified in service 'MySQL Dump' for host 'aus-sql0.caltech.edu' not 
defined anywhere!

Can anyone confirm or deny that?

Thanks.

-Aaron



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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 3.02 Spec file/RPM

2008-05-22 Thread Aaron McKinnon
I've update the spec file that comes with Nagios 3.0.2 and successfully 
built an rpm that actually matches the shipping nagios.cfg (the original 
spec file does *not* match the shipping nagios.cfg). Is there a place to 
submit the spec file and/or rpm for further evaluation? The buid was on 
a xen machine running RHEL 5.1 Server.

Thanks.

-Aaron

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
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