Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread John Moore
./negate -w OK -o CRITICAL /usr/local/nagios/libexec/check_ssh -H db4 SSH OK - OpenSSH_3.6.1p2 (protocol 1.99) ./check_ssh -H db4 SSH OK - OpenSSH_3.6.1p2 (protocol 1.99) Ok, so should I configure this in my clients nrpe.cfg and have it ran as a local check? Or just configure it to check from

Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread Ciro Iriarte
2008/8/18 John Moore <[EMAIL PROTECTED]>: > Hey group, > I am running a SLES server (SuSE) with a copy of Nagios 2.6 installed and > working. > I want the check_ssh plug-in to report with a Warning when ssh is running, > and Green when ssh is off. > It would be really great if I could use NRPE and

Re: [Nagios-users] Monitoring Solaris via SNMP?

2008-08-18 Thread Doug Veldhuisen
Are you using the Solaris snmp stack or the net-snmp version on your Sun box? There is a difference, big difference in the data obtained. I think what your looking for comes from the Net-SNMP stack. Not totally sure, I have a couple of Sun boxes I plan on putting up under Nagios myself. Doug

Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread Marc Powell
On Aug 18, 2008, at 4:15 PM, Seth Simmons wrote: > That's what I assumed also...unless I'm missing something here... > > ./negate -w OK -o CRITICAL /usr/local/nagios/libexec/check_ssh -H db4 > SSH OK - OpenSSH_3.6.1p2 (protocol 1.99) > > ./check_ssh -H db4 > SSH OK - OpenSSH_3.6.1p2 (protocol 1.9

Re: [Nagios-users] $LASTHOSTUP$ macro

2008-08-18 Thread Marc Powell
On Aug 18, 2008, at 4:01 PM, Sean McAfee wrote: > James wrote: >> I am using the $LASTHOSTUP$ macro but it displays a timestamp in >> time_t >> format. >> I need to convert it to seconds. >> >> Time since last UP: 1218979837 That is in seconds. Seconds since Jan 1, 1970. :) > If you're set o

Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread Marc Powell
On Aug 18, 2008, at 4:02 PM, Andy Shellam wrote: > Wouldn't negate cause an "OK" state to be a "Critical" state instead > of a "warning" or can this be configured? It can be configured in recent versions. -- Marc - This

Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread Seth Simmons
That's what I assumed also...unless I'm missing something here... ./negate -w OK -o CRITICAL /usr/local/nagios/libexec/check_ssh -H db4 SSH OK - OpenSSH_3.6.1p2 (protocol 1.99) ./check_ssh -H db4 SSH OK - OpenSSH_3.6.1p2 (protocol 1.99) I would have expected negate to return a warning. -O

Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread Sean McAfee
Andy Shellam wrote: > Wouldn't negate cause an "OK" state to be a "Critical" state instead of > a "warning" or can this be configured? Negate can customize its return code based on the return code of the exec'ed plugin: Usage:negate [-t timeout] [-owcu STATE] [-s] Options: -h, --help Pri

Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread Andy Shellam
Wouldn't negate cause an "OK" state to be a "Critical" state instead of a "warning" or can this be configured? Marc Powell wrote: > On Aug 18, 2008, at 3:22 PM, John Moore wrote: > >> I want the check_ssh plug-in to report with a Warning when ssh is >> running, and Green when ssh is off. >>

Re: [Nagios-users] $LASTHOSTUP$ macro

2008-08-18 Thread Sean McAfee
James wrote: > I am using the $LASTHOSTUP$ macro but it displays a timestamp in time_t > format. > I need to convert it to seconds. > > Time since last UP: 1218979837 > The $LAST[HOST|SERVICE]*$ macros all use time_t they're the basis of inter-process communication via the command_file: [121909317

[Nagios-users] Monitoring Solaris via SNMP?

2008-08-18 Thread Serafin, Chris
I'm trying to monitor CPU, memory and disk space via SNMP on a bunch of Solaris machines and running into errors (nothing returned from check_snmp_cpu.pl). Is anyone monitoring Solaris this way, and if so how/what plugin? Chris Serafin Security Engineer --

[Nagios-users] $LASTHOSTUP$ macro

2008-08-18 Thread James
I am using the $LASTHOSTUP$ macro but it displays a timestamp in time_t format. I need to convert it to seconds. Time since last UP: 1218979837 - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Nagios-users] Check_SSH Plug-In

2008-08-18 Thread Marc Powell
On Aug 18, 2008, at 3:22 PM, John Moore wrote: > > > I want the check_ssh plug-in to report with a Warning when ssh is > running, and Green when ssh is off. > It would be really great if I could use NRPE and perform this check > locally. > > Any suggestions? Use the negate plugin. -- Marc -

[Nagios-users] Check_SSH Plug-In

2008-08-18 Thread John Moore
Hey group,I am running a SLES server (SuSE) with a copy of Nagios 2.6 installed and working.I want the check_ssh plug-in to report with a Warning when ssh is running, and Green when ssh is off.It would be really great if I could use NRPE and perform this check locally. Any suggestions? Thanks,Jo

Re: [Nagios-users] M$ Radius service checking

2008-08-18 Thread Serafin, Chris
The client/myself tend to shy away from running clients on the servers, as we both prefer SNMP. Thank you for your response though! Back to google'in for answers, anyone else monitor MS Radius? Chris Serafin Security Engineer RKON Technologies Office : 312-654-0300 Cell: 708-307-2413

Re: [Nagios-users] M$ Radius service checking

2008-08-18 Thread Seth Simmons
If you just want to check if the service is running, you could do this with nsclient. check_command check_nt!SERVICESTATE!-d SHOWALL -l IAS From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Serafin, Chris Sent: Monday, August 18, 2008 12:22 PM To:

Re: [Nagios-users] make all

2008-08-18 Thread Byron Gerber
Thanks >>> Jan Kohnert <[EMAIL PROTECTED]> 8/18/2008 1:26 PM >>> Byron Gerber schrieb: > bash: make: command not found Do you have the GNU make software installed? Should be easy to find in the software installation dialog of YaST (I hope so ;) ). -- MfG Jan --

Re: [Nagios-users] make all

2008-08-18 Thread Jan Kohnert
Byron Gerber schrieb: > bash: make: command not found Do you have the GNU make software installed? Should be easy to find in the software installation dialog of YaST (I hope so ;) ). -- MfG Jan signature.asc Description: This is a digitally signed message part. ---

Re: [Nagios-users] make all

2008-08-18 Thread Hendrik BŠäcker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yast -i make ? Byron Gerber schrieb: > I am new so thanks for all your help in advance! > > I am working on installing nagios on a suse box. all was going well to I > got to step four (on the quick start guide), when I type in the make all > command

[Nagios-users] make all

2008-08-18 Thread Byron Gerber
I am new so thanks for all your help in advance! I am working on installing nagios on a suse box. all was going well to I got to step four (on the quick start guide), when I type in the make all command after the ./configure command I get the following error. bash: make: command not found I

[Nagios-users] M$ Radius service checking

2008-08-18 Thread Serafin, Chris
Is anyone monitoring Microsoft IAS Radius service? I normally monitor Windows services via SNMP and the service xxx.exe; but the IAS Radius service uses svchost.exe, which has 7+ processes running in the background. Is there a specific check, other than actually using Nagios to authenticate to the

Re: [Nagios-users] Plug-in to forward syslog into Nagios

2008-08-18 Thread Assaf Flatto
sorry for the other mail - was a mistake , was meant for some one else. The one you might want to try is this one http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F2040.html;d=1 It looks for a pattern in the specified log file . Assaf On Monday 18 August 2008 16:11:41 rmp dmd wrote

Re: [Nagios-users] Plug-in to forward syslog into Nagios

2008-08-18 Thread Assaf Flatto
Try this : http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F1641.html;d=1 or this : http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F1484.html;d=1 Assaf On Monday 18 August 2008 16:11:41 rmp dmd wrote: > Hi, > > Good day! > > Question, if there's a plug-in/service for Unix

[Nagios-users] Plug-in to forward syslog into Nagios

2008-08-18 Thread rmp dmd
Hi, Good day! Question, if there's a plug-in/service for Unix that can forward filtered syslog into Nagios. Our current environment does not allow us to set-up a central log server but there's an existing Nagios monitoring server. We would like to have alerts from nagios if a system/host have a

Re: [Nagios-users] Nagios 3.x rpms?

2008-08-18 Thread Mikael Fridh
On Mon, Aug 18, 2008 at 4:24 PM, Assaf Flatto <[EMAIL PROTECTED]> wrote: > Mandriva has rpms for nagios 3.x > you can try getting the src or just hope they will work directly. > Here's a 3.x I made based on rpmforge's 2.x iirc... Note that the selinux package is just bogus at the moment. http://d

Re: [Nagios-users] Nagios 3.x rpms?

2008-08-18 Thread Assaf Flatto
Mandriva has rpms for nagios 3.x you can try getting the src or just hope they will work directly. Assaf On Monday 18 August 2008 14:23:07 Roger wrote: > Is there a way to install Nagios 3 via rpm on RHEL 3 boxes? (I don't find > any googling, just ones for 2.x) > > Or do I need to just compile

[Nagios-users] Nagios 3.x rpms?

2008-08-18 Thread Roger
Is there a way to install Nagios 3 via rpm on RHEL 3 boxes? (I don't find any googling, just ones for 2.x) Or do I need to just compile from scratch? And where might I go to find out this sort of thing? - This SF.Net email is

Re: [Nagios-users] Icon's for nagvis

2008-08-18 Thread Hendrik Bäcker
Hi stan, stan schrieb: > Looking at the example screenshots for nagvis it seems that their should be > a few more images available than I find in the distribution Does anyone > know where I can find these? > > They are things like the network backbones etc. > May be that there are only already

[Nagios-users] ping with nrpe

2008-08-18 Thread Kermito le kermit
hi all, i want to make a ping on remote host with nrpe all is fine when i make in command line ./check_nrpe -H host -c script to ping other host when i put this to centreon i have this message to interface : UNKNOWN: No handler for that command but the i am to command line a see this : ./

[Nagios-users] Icon's for nagvis

2008-08-18 Thread stan
Looking at the example screenshots for nagvis it seems that their should be a few more images available than I find in the distribution Does anyone know where I can find these? They are things like the network backbones etc. -- One of the main causes of the fall of the roman empire was that, lac

Re: [Nagios-users] schedule a check only a few times a day

2008-08-18 Thread Andreas Ericsson
Thomas Leveille wrote: > I would like to add a check, but it would need to run only a few times a > day. I would like to know the best way to do it. I've thought about 2 ways > to do it : > > - a big 24x7 timperiod associated with a 3-4 hours check_interval value. I > don't know how nagios react t

[Nagios-users] schedule a check only a few times a day

2008-08-18 Thread Thomas Leveille
I would like to add a check, but it would need to run only a few times a day. I would like to know the best way to do it. I've thought about 2 ways to do it : - a big 24x7 timperiod associated with a 3-4 hours check_interval value. I don't know how nagios react to big check_interval values. I've o