Re: [Nagios-users] Monitor : MS SQL 2000 & Event Logs

2007-10-26 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26/10/07 03:52 AM, Giles Coochey wrote: > I seem to remember that there is a method to create traps from Windows > events, you can then set up the SNMP Trap receiver with a passive > service check in Nagios for hosts and configure Windows to send tr

[Nagios-users] NRPE error "CHECK_NRPE: Response packet had invalid CRC32"

2007-10-26 Thread John Tabasz (jtabasz)
Hi, Nagios 2.9 NRPE 2.8.1 Solaris 2.8 on both Client and Server hosts. I'm trying to test whether nrpe works on a client host. I have built nrpe on my server host and copied it to the client. I have inetd set up to start the nrpe daemon as needed. I'm running into the classic problem mentioned i

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

2007-10-26 Thread Anthony Montibello
Hi Michael, This is the default behaviour of NC_NEt. since you are using Check_nt it should not require any modification of Nagios config files to get running. Worst case scenario is you can test it out and try an alternate plugin if you do not like it. Good Luck Tony (Author of NC_Net) On 10/

Re: [Nagios-users] SNMP and Nagio newbie question.

2007-10-26 Thread Matt Lozier
Mark, Well, I'm trying to monitor both. I just want to be able to get a listing at a moment's notice of which applications are installed on a given machine. Seems that it would be easy enough, using the check_snmp plugin, to write a wrapper program that will notify me via e-mail should a given

Re: [Nagios-users] SNMP and Nagio newbie question.

2007-10-26 Thread mark . potter
"Matt Lozier" <[EMAIL PROTECTED]> wrote on 10/26/2007 02:10:20 PM: > Hi Mark, > > Thank you for taking the time to respond to my question ? much appreciated! > > One more question branching off of your input: to get *every* > instance of ?hrSWInstalledName.X? would I need to write a shell >

Re: [Nagios-users] SNMP and Nagio newbie question.

2007-10-26 Thread Matt Lozier
Hi Mark, Thank you for taking the time to respond to my question - much appreciated! One more question branching off of your input: to get *every* instance of 'hrSWInstalledName.X' would I need to write a shell script to serve as a wrapper program? Or is there a way to get check_snmp to d

Re: [Nagios-users] SNMP and Nagio newbie question.

2007-10-26 Thread mark . potter
> Hello, > > I?ve got Nagios installed and configured managing several Linux and > Windows XP boxes. On each of the Windows machines I have the SNMP > utilities installed, so that if I execute: > > #> snmpwalk ?v 2c ?c > > I retrieve the contents of the MIB. The print out lists lots of >

[Nagios-users] SNMP and Nagio newbie question.

2007-10-26 Thread Matt Lozier
Hello, I've got Nagios installed and configured managing several Linux and Windows XP boxes. On each of the Windows machines I have the SNMP utilities installed, so that if I execute: #> snmpwalk -v 2c -c I retrieve the contents of the MIB. The print out lists lots of useful inform

Re: [Nagios-users] check_dhcp on infoblox

2007-10-26 Thread Hari Sekhon
trevor obba wrote: > Has anyone successfully had any check_dhcp nagios plugin working on infoblox? > I could not get it to working on Infoblox > network appliance, I not even getting any log in infoblox logs > It should work from your linux server over the standard ethernet for any dhcp server

Re: [Nagios-users] Smart UPS SNMP?

2007-10-26 Thread Hari Sekhon
To be honest, I have had similar problems on one or two occasions in the last year and a half and it's always been something subtly wrong in configuration. Nagios only executes the plugin the same way that you would from the command line, so I'm not sure about a difference of environment variab

Re: [Nagios-users] Host Dependencies

2007-10-26 Thread Michael Jewett
Can I do something like this? define hostdependency{ host_name 2380-hh-1 notification_failure_criteria d,u dependent_hostgroup Access-Points } Instead of listing each AP out separately? Michael On 2007-10-26 12:28 PM, Cook, Garry wrote: > Host De

Re: [Nagios-users] Host Dependencies

2007-10-26 Thread Cook, Garry
Host Dependencies. Make each AP dependent upon the WLC or Management Switch. Make the parent the actual switch that the AP connects to. Thanks, Garry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Jewett Sent: Friday, October 26, 2007 9:25 AM T

[Nagios-users] Host Dependencies

2007-10-26 Thread Michael Jewett
Hi, I'm starting to monitor my Access Points with Nagios. The problem is they have "multiple" parents. Each AP is connected to the parent switch, which is simple, just a parent line in the APs host definition. If the switch goes down I don't get alerted about the 15 APs behind. The problem

Re: [Nagios-users] Smart UPS SNMP?

2007-10-26 Thread zack kenton
Hi Hari Unforutnately the nagios user has no problem runnign the script from the command line, and I believe that the proper IP of the UPS has been provided in service definition. The snmp agent on the UPS just doesnt seem to like nagios. Could it be some sort of enviro

Re: [Nagios-users] 3.0 and dependencies

2007-10-26 Thread Boeckman, Matthew
Is this the wrong list for this question? Is there a better forum for this discussion? Thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Boeckman, Matthew Sent: Wednesday, October 24, 2007 1:50 PM To: nagios-users@lists.sourceforge.net Subject: [Nag

[Nagios-users] ndoutils-1.4b6: nebmodule_init error - nagios 3.0b4

2007-10-26 Thread Tom Van den Berg
Hi, I have a problem with getting ndoutils working with nagios. I had no errors while compiling but when I try to start nagios I get following error in the nagios.log [EMAIL PROTECTED] ndoutils-1.4b6]# tail -f /usr/local/nagios/var/nagios.log [1193405405] Event broker module '/usr/bin/

Re: [Nagios-users] Smart UPS SNMP?

2007-10-26 Thread Hari Sekhon
Have you tried running it as the nagios user? Have you double checked your checkcommand is using the right macros $HOSTADDRESS$ and the the ip address of the apc ups host is correct? Perhaps nagios is using -H $HOSTADDRESS$ which is not the same as -H hostname? -h Hari Sekhon zack kenton w

[Nagios-users] Smart UPS SNMP?

2007-10-26 Thread zack kenton
Hi list I got a perl script off of the exchange which checks the health of an APC UPS through SNMP. Now running it from the command line like ./check_snmp_apcups -H hostname -C community it works wonderful, so I know the snmp agent is running on the UPS. However, when I run from within nagios,

[Nagios-users] Smart UPS SNMP?

2007-10-26 Thread zack kenton
Hi list I got a perl script off of the exchange which checks the health of an APC UPS through SNMP. Now running it from the command line like ./check_snmp_apcups -H hostname -C community it works wonderful, so I know the snmp agent is running on the UPS. However, when I run from within nagios,

Re: [Nagios-users] Monitor : MS SQL 2000 & Event Logs

2007-10-26 Thread Josef Fortier
> What tools are available in conjunction with Nagios to monitor Windows > Event Logs and Sql Server 2000 as well ? I've googled galore and can't > find any plugins (unless my google galore search is off). I think the natural fit is to install freetds, and use the SQL Client to

[Nagios-users] check_dhcp on infoblox

2007-10-26 Thread trevor obba
Has anyone successfully had any check_dhcp nagios plugin working on infoblox? I could not get it to working on Infoblox network appliance, I not even getting any log in infoblox logs I am running Nagios 2.5 on Suse enterprise linux 10, I am running check_dhcp version 0.1 Do you have id

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Sebastian Ries
Hi Am Freitag, den 26.10.2007, 11:03 + schrieb Alex Dehaini: > In that case I will give it a spin. Are there instructions on how to > integrate it with nagios? I've not looked for that... But it shouldn't be that complicated to define a command like notify-by-yahoo which uses the mentioned c

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Alex Dehaini
In that case I will give it a spin. Are there instructions on how to integrate it with nagios? On 10/26/07, Sebastian Ries <[EMAIL PROTECTED]> wrote: > > Hi > > Am Freitag, den 26.10.2007, 10:41 + schrieb Alex Dehaini: > > Can it send service and host notification to yahoo IM? > > > As cente

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Sebastian Ries
Hi Am Freitag, den 26.10.2007, 10:41 + schrieb Alex Dehaini: > Can it send service and host notification to yahoo IM? > As centerim can connect to the yahoo network, yes Regards Sebastian Ries -- DT Netsolution GmbH - Talaeckers

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Alex Dehaini
Can it send service and host notification to yahoo IM? On 10/26/07, Sebastian Ries <[EMAIL PROTECTED]> wrote: > > Hi > > Am Freitag, den 26.10.2007, 09:45 + schrieb Alex Dehaini: > > If a service or host goes down, I want to be notified via IM > So why not use CenterIM, it supports many IM-Pro

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Sebastian Ries
Hi Am Freitag, den 26.10.2007, 09:45 + schrieb Alex Dehaini: > If a service or host goes down, I want to be notified via IM So why not use CenterIM, it supports many IM-Protocolls and is scriptable via command line... e.g. echo test |centerim -s msg -p icq -t (I think centerim must be runni

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Alex Dehaini
If a service or host goes down, I want to be notified via IM On 10/26/07, Sebastian Ries <[EMAIL PROTECTED]> wrote: > > Hi > > Am Freitag, den 26.10.2007, 08:15 + schrieb Alex Dehaini: > > That is the funny thing, I am sure I can use Jabber or another IM > > server installed beside the nagios

[Nagios-users] Nagios issue fix - 'obsessive_host_handler' is not defined anywhere!

2007-10-26 Thread joseph symon
Hi Kausal, I have found an issue ('obsessive_host_handler' is not defined anywhere!) in the nagios mailing list http://www.mail-archive.com/nagios-users@lists.sourceforge.net/msg07094.html. But there is no fix mentioned in the thread. The exact fix which I have done is specified below: Create

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Sebastian Ries
Hi Am Freitag, den 26.10.2007, 08:15 + schrieb Alex Dehaini: > That is the funny thing, I am sure I can use Jabber or another IM > server installed beside the nagios server. We offer services to > clients and these clients can use yahoo or hotmail IM services, we > want nagios to be able to ta

[Nagios-users] Compare nagios.cfg parameteres between 1.4.1 e 2.10

2007-10-26 Thread Marco Borsani
Hi all . I am looking at the differences between 1.4.1 and 2.10,including the default values. Here there are some compared parameters : Nagios 1.4.1 (used actually) : service_reaper_frequency=1 sleep_time=1 retention_update_interval=0 use_retained_program_state=0 check_for_orphaned_services=0

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

2007-10-26 Thread Hari Sekhon
I suspect you'd have to either change the source code of the nsclient++ or to write a quick shell wrapper script around check_nt or check_nrpe for those checks. If the check return UNKNOWN because of a missing definition or some such, the shell can change it's return code and output to CRITICAL

Re: [Nagios-users] Nagios and IM notification

2007-10-26 Thread Alex Dehaini
That is the funny thing, I am sure I can use Jabber or another IM server installed beside the nagios server. We offer services to clients and these clients can use yahoo or hotmail IM services, we want nagios to be able to talk to these IM servers. Alex On 10/26/07, Sebastian Ries <[EMAIL PROTECT

Re: [Nagios-users] Monitor : MS SQL 2000 & Event Logs

2007-10-26 Thread Giles Coochey
I seem to remember that there is a method to create traps from Windows events, you can then set up the SNMP Trap receiver with a passive service check in Nagios for hosts and configure Windows to send traps for particular Windows events in the event log. You need Windows Server, and to configure