Re: [Nagios-users] check_ssh to find corrupt keys that need regeneration?

2008-02-21 Thread Roger
On 2/20/08, Roger [EMAIL PROTECTED] wrote: I have ~300 Foundry routers, and periodically something (not sure what) happens that resets some sort of key that prevents me from SSH'ing in with a tool like PuTTY and Teraterm (have not tried this from a Linux ssh box). check_ssh, I know, checks

[Nagios-users] check time syncronization

2008-02-21 Thread Sebastian Ries
Hi there I am looking for a plugin to check time syncronization. We had the problem that the clock on some computers was running away and caused problems witch kerberos authentication. Is there a plugin that checks the difference in time between the checked host and - say - a specified ntp

Re: [Nagios-users] help needed

2008-02-21 Thread mark . potter
[EMAIL PROTECTED] wrote on 02/20/2008 11:49:55 PM: Hi , We are not able to access View Config option tab in Web Access. Getting the CGI permission error. Could someone point out what could be the problem/s Depending on your version here is where you start:

Re: [Nagios-users] check time syncronization

2008-02-21 Thread Goltz, Jim (NIH/NLM/LHC) [C]
SR Is there a plugin that checks the difference in time between the checked SR host and - say - a specified ntp server? We just started doing this here. We're using check_ntp -H host -w warn -c crit, where host is the remote host and warn and crit are thresholds for time difference between the

Re: [Nagios-users] check time syncronization

2008-02-21 Thread Hari Sekhon
Goltz, Jim (NIH/NLM/LHC) [C] wrote: SR Is there a plugin that checks the difference in time between the checked SR host and - say - a specified ntp server? We just started doing this here. We're using check_ntp -H host -w warn -c crit, where host is the remote host and warn and crit are

Re: [Nagios-users] OT: check time syncronization

2008-02-21 Thread Sebastian Ries
Hi Sorry. I meant, there's no plugin that lets you check from the Nagios host whether host A is in sync with NTP server B. NRPE works, but we can't use it here because of security issues. I keep forgetting not everyone is prohibited from running NRPE. Nagios without NRPE -- isn't it

Re: [Nagios-users] check time syncronization

2008-02-21 Thread Hari Sekhon
Goltz, Jim (NIH/NLM/LHC) [C] wrote: Sorry. I meant, there's no plugin that lets you check from the Nagios host whether host A is in sync with NTP server B. NRPE works, but we can't use it here because of security issues. I keep forgetting not everyone is prohibited from running NRPE.

Re: [Nagios-users] OT: check time syncronization

2008-02-21 Thread Hari Sekhon
Sebastian Ries wrote: Hi Sorry. I meant, there's no plugin that lets you check from the Nagios host whether host A is in sync with NTP server B. NRPE works, but we can't use it here because of security issues. I keep forgetting not everyone is prohibited from running NRPE.

Re: [Nagios-users] Use expresions in definition

2008-02-21 Thread Marc Powell
Emilio Perez wrote: Hello, Can I define a service that include all the hosts, any similar to char * ??? or all the hosts whith a host_name that have coincidences in the name. http://nagios.sourceforge.net/docs/2_0/templatetricks.html#service See also

Re: [Nagios-users] check time syncronization

2008-02-21 Thread Goltz, Jim (NIH/NLM/LHC) [C]
Hari Sekhon [EMAIL PROTECTED] writes: Of course you can, just use check_ntp -H ntpserver -w 30, which warns you if the clock time is out by more than 15 seconds. Sorry. I meant, there's no plugin that lets you check from the Nagios host whether host A is in sync with NTP server B. NRPE

[Nagios-users] force check

2008-02-21 Thread Melanie Pfefer
Hello When changing config files, the service status may appear as “PENDING” in the web page. How to force nagios to check the availability of a service? thanks ___ Yahoo! Answers - Got a question? Someone out there knows the

Re: [Nagios-users] Use expresions in definition

2008-02-21 Thread Hari Sekhon
Emilio Perez wrote: Hello, Can I define a service that include all the hosts, any similar to char * ??? or all the hosts whith a host_name that have coincidences in the name. http://nagios.sourceforge.net/docs/2_0/templatetricks.html#service -h -- Hari Sekhon

[Nagios-users] Use expresions in definition

2008-02-21 Thread Emilio Perez
Hello, Can I define a service that include all the hosts, any similar to char * ??? or all the hosts whith a host_name that have coincidences in the name. Thank you Looking for last minute shopping

Re: [Nagios-users] force check

2008-02-21 Thread Larry Low
Re-schedule the next check of this service If active checks are disabled or the service is using a check_period that would prevent it from being checked check the Force Check as well. Larry Low 4150 N Drinkwater Blvd., 5th Floor Scottsdale, AZ 85251 Office: 480.385.7045 E-mail: [EMAIL

Re: [Nagios-users] DNX Version 0.15 Released!

2008-02-21 Thread Justin Hitt
John, On Wed, Feb 20, 2008 at 11:14 AM, John Calcote [EMAIL PROTECTED] wrote: DNX is a modular extension of Nagios that offloads a significant portion of the work normally done by Nagios to a distributed network Why not just off-load the Nagios checks to Condor, GNU Queue, PBS, or some other

[Nagios-users] Announce: Check_Gentoo_Portage plugin

2008-02-21 Thread Hari Sekhon
Hi, I've written another plugin called check_gentoo_portage which allows you to monitor Security Updates on Gentoo systems, thereby integrating your security patching information in to Nagios. It will alert if there are any outstanding security updates that haven't been applied to a system.

Re: [Nagios-users] check time syncronization

2008-02-21 Thread mark . potter
[EMAIL PROTECTED] wrote on 02/21/2008 10:40:41 AM: Goltz, Jim (NIH/NLM/LHC) [C] wrote: Sorry. I meant, there's no plugin that lets you check from the Nagios host whether host A is in sync with NTP server B. NRPE works, but we can't use it here because of security issues. I keep

Re: [Nagios-users] check time syncronization

2008-02-21 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Hari Sekhon Sent: Thursday, February 21, 2008 1:52 PM To: [EMAIL PROTECTED] Cc: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] check time syncronization [EMAIL

Re: [Nagios-users] check time syncronization

2008-02-21 Thread Hari Sekhon
[EMAIL PROTECTED] wrote: Another option would to be used check_by_ssh. I am, of course, assuming they are allowed to use ssh but a machine with no remote connectivity is a problem to begin with. check_by_ssh isn't quite as nice as nrpe but it would accomplish the checks in question. One

Re: [Nagios-users] State Stalking and notifications

2008-02-21 Thread Mike Hamrick
On Feb 20, 2008, at 7:46 AM, Frost, Mark {PBG} wrote: I had thought about writing a custom check for each line of output that this command generates, but that seems needlessly painful. You could write one active check that parses the output, figures out what's gone wrong, and then submits

Re: [Nagios-users] check time syncronization

2008-02-21 Thread mark . potter
Hari Sekhon [EMAIL PROTECTED] wrote on 02/21/2008 01:52:15 PM: [EMAIL PROTECTED] wrote: Another option would to be used check_by_ssh. I am, of course, assuming they are allowed to use ssh but a machine with no remote connectivity is a problem to begin with. check_by_ssh isn't quite as

[Nagios-users] Nagios compared to Sun's SMC

2008-02-21 Thread Don Shesnicky
I did a search of the archives and this topic didn't seem to get any hits, if I missed something please point me in the right direction. I'm wondering if anyone on the list has compared Nagios to Sun Management Center or has thoughts on the two? We're a Solaris shop and the container/zone

[Nagios-users] init script

2008-02-21 Thread bjlockie
Can someone please send me the init script? I didn't install it before I got rid of the source. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.

Re: [Nagios-users] init script

2008-02-21 Thread mark . potter
[EMAIL PROTECTED] wrote on 02/21/2008 03:53:22 PM: Can someone please send me the init script? I didn't install it before I got rid of the source. Here is one for CentOS: http://www.unixservers.us/content/view/51/69/ Of course I imagine that http:www.google.com has more. As for sending

[Nagios-users] check_procs with -a argument

2008-02-21 Thread Frost, Mark {PBG}
I must admit I'm a little confused about using the check_procs plugin. The help shows that you can use the -a argument to match against args in the command as follows: -a, --argument-array=STRING Only scan for processes with args that contain STRING. I'm trying to trap a process that's

Re: [Nagios-users] check_procs with -a argument

2008-02-21 Thread Marc Powell
-Original Message- From: [EMAIL PROTECTED] [mailto:nagios-users- [EMAIL PROTECTED] On Behalf Of Frost, Mark {PBG} Sent: Thursday, February 21, 2008 4:48 PM To: Nagios Users Mailinglist Subject: [Nagios-users] check_procs with -a argument I must admit I'm a little confused

Re: [Nagios-users] NC_Net nagios client to monitor Event logs on windows

2008-02-21 Thread Anthony Montibello
HI, THe problem is your version of check_nt where check_nt is default plugin which will come with the nagios installation. You need to compile check_nc_net.c to do this, copy the check_nc_net.c to check_nt.c then recompile the plugins check_nc_net.c is in the install location of NC_Net as well

[Nagios-users] Fwd: help needed

2008-02-21 Thread sachin holikar
Hi Mark, First of all, thanks for the reply. Ok fact is , I had written a detailed mail on the scenario but believe it or not , it was getting refused continuously by the nagios forum. And the only option remained with me is to reduce the mail as much as I could, thinking that some of the

Re: [Nagios-users] init script

2008-02-21 Thread James Lockie
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote on 02/21/2008 03:53:22 PM: Can someone please send me the init script? I didn't install it before I got rid of the source. Here is one for CentOS: http://www.unixservers.us/content/view/51/69/ Of course I imagine that

Re: [Nagios-users] init script

2008-02-21 Thread James Lockie
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote on 02/21/2008 03:53:22 PM: Can someone please send me the init script? I didn't install it before I got rid of the source. Here is one for CentOS: http://www.unixservers.us/content/view/51/69/ Of course I imagine that

Re: [Nagios-users] Fwd: help needed

2008-02-21 Thread Jeff C. Benger
http://www.google.com/search?hl=enq=It+appears+as+though+you+do+not+hav e+permission+to+view+the+configuration+information+you+requested... http://www.nagios.org/faqs/viewfaq.php?faq_id=352 check cgi.cfg From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Nagios-users] Fwd: help needed

2008-02-21 Thread sachin holikar
Hi, Thanks all for the replies. But hard luck. Ultimately I have enabled every single option by putting * against it. Still View Config seems to be not working for me. nagios_check_command=/usr/local/NAGIOS/libexec/check_nagios /usr/local/NAGIOS/var/status.dat 5

Re: [Nagios-users] status.cgi very high cpu usage = Problem gone away

2008-02-21 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve Kieu wrote: | The most scary thing is, as suddenly like when it came, it suddenly went | away this morning. Not any changes to the nagios system or vmware guest | and hosts. | | I have been doing the similar benchmark of status.cgi on the real

Re: [Nagios-users] NC_Net nagios client to monitor Event logs on windows

2008-02-21 Thread manju a
Hi, Thanks a lot for your replay. when i copied to the libexec folder i got the below error, i know this is not a command soo shell is not able to recognize it. [EMAIL PROTECTED] libexec]# ./check_nt.c ./check_nt.c: line 1: /* : No

[Nagios-users] [PATCH] NRPE Compile FIX

2008-02-21 Thread Thomas Glanzmann
Hello, the version 2.11 of nrpe does not build under Solaris because it depends on two defines that are not existant and uses the gnu version of the asprintf. Thomas --- src/nrpe.c.tg 2008-02-22 07:28:15.880067000 +0100 +++ src/nrpe.c 2008-02-22 07:32:08.870003000 +0100 @@ -80,13

Re: [Nagios-users] NC_Net nagios client to monitor Event logs onwindows

2008-02-21 Thread Jeff C. Benger
Download extract nagios-plugins source Remove/rename the original check_nt.c in the plugins dir copy the check_nc_net.c file into the plugins folder and rename to check_nt.c rebuild the plugins(make) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Nagios-users] Announce: Check_Gentoo_Portage plugin

2008-02-21 Thread Matthias Kellermann
You can get the plugin from NagiosExchange here: http://www.nagiosexchange.org/Check_Plugins.21.0.html?tx_netnagext_pi1[p_view]=1244 Thanks Hari for this great plugin - just what I needed! :) Just tested it - works fine! I had to raise the DEFAULT_TIMEOUT to something like 30 on some