Re: [Nagios-users] notify by telephone call?

2009-10-07 Thread Morris, Patrick
On Wed, 07 Oct 2009, Furnish, Trever G wrote: > Thanks, Shadih. I agree with you that it's not a great idea (although with > enough work and loving care, I think pagerduty.com is likely to be a hit), > and I don't relish the idea of leaving voicemail messages for folks, but I'm > going to at l

Re: [Nagios-users] Windows SNMP service crashing during Nagios monitoring

2009-10-07 Thread Morris, Patrick
On Tue, 06 Oct 2009, Natxo Asenjo wrote: > On Tue, Oct 6, 2009 at 5:57 AM, Morris, Patrick > mailto:patrick.mor...@hp.com>> wrote: > > > The SNMP service on Windows sucks. Hard. > > I have no problems at all monitoring our windows. servers through SNMP. Could > you ellaborate a bit further t

Re: [Nagios-users] The reason of commands.cfg.

2009-10-07 Thread Marc Powell
On Oct 7, 2009, at 12:35 PM, Albert Shih wrote: > Le 05/10/2009 à 13:34:30-0400, Noel Platzke a écrit > Thanks for you answer. > > >> Say we have a bunch of servers that need multiple checks that do an >> HTTP GET on >> different URIs and look for a specific string in the response. >> Isn't i

Re: [Nagios-users] The reason of commands.cfg.

2009-10-07 Thread Albert Shih
Le 05/10/2009 à 13:34:30-0400, Noel Platzke a écrit Thanks for you answer. > Say we have a bunch of servers that need multiple checks that do an HTTP GET > on > different URIs and look for a specific string in the response. Isn't it easier > to maintain a single command that takes a few argumen

Re: [Nagios-users] notify by telephone call?

2009-10-07 Thread Furnish, Trever G
Thanks, Shadih. I agree with you that it's not a great idea (although with enough work and loving care, I think pagerduty.com is likely to be a hit), and I don't relish the idea of leaving voicemail messages for folks, but I'm going to at least give it a shot. I will also continue sending emai

Re: [Nagios-users] notify by telephone call?

2009-10-07 Thread Furnish, Trever G
Thanks, Peter. That one's on my short list, but I'm not that familiar with SIP in the first place, so I'm also pursuing the vgetty (voice modem) approach. > -Original Message- > From: Peter Grace [mailto:pete.gr...@gmail.com] > Sent: Tuesday, October 06, 2009 9:44 PM > To: Furnish, Trever

[Nagios-users] R: monitor windows service with "$"

2009-10-07 Thread Bertinelli Massimo
Try with "check_nt" service"$$" with check_nrpe work fine for me.. Max -Messaggio originale- Da: Justin Pryzby [mailto:just...@norchemlab.com] Inviato: mercoledì 7 ottobre 2009 17.12 A: nagios-users@lists.sourceforge.net Oggetto: Re: [Nagios-users] monitor windows service with "$"

Re: [Nagios-users] Sharing Check Results between Systems

2009-10-07 Thread Getchell, Kristoffer M
Marc Thanks for your response. The only reason I was looking at two way sync was because at present both Nagios systems are checked by our team as each shows something different. If both systems were to be synchronised then there's nothing stopping us using just a single machine and replicati

Re: [Nagios-users] monitor windows service with "$"

2009-10-07 Thread Justin Pryzby
On Wed, Oct 07, 2009 at 09:39:55AM -0500, Marc Powell wrote: > > It looks like it cuts off everything behind the $. > > Anybody have an idea? > > I expect that the shell is interpreting $DB as a shell variable. Try > using 'service$DB' or "service\$DB". Also NRPE requires $ to be spelled $$ to b

Re: [Nagios-users] monitor windows service with "$"

2009-10-07 Thread Marc Powell
On Oct 7, 2009, at 9:47 AM, Spook ZA wrote: >>> nag...@nagios:~> /usr/local/nagios/libexec/check_nt -H 10.2.30.190 >>> -p 12489 -v SERVICESTATE -l "service$DB" >>> service: Not found >>> > I did an dirty hack / wrapper to get round this problem. You didn't need to AFAIK. > I called it: /usr/

Re: [Nagios-users] monitor windows service with "$"

2009-10-07 Thread Spook ZA
On Wed, Oct 7, 2009 at 10:03 AM, DE/HAM Hoppe, Leif wrote: >> >> Hi List, >> >> I currently configure the monitoring of some windows services. >> Just one service is having some problems. >> >> I looked in the registry for the "real" name of the service. It's like >> "service$DB" >> When I now tr

Re: [Nagios-users] Sharing Check Results between Systems

2009-10-07 Thread Marc Powell
On Oct 7, 2009, at 9:14 AM, Getchell, Kristoffer M wrote: > 1) Setup event handlers which will be enabled on active checks and > used to push results from the Nagios system performing the active > checks to all other Nagios systems. The Distributed Monitoring documentation will be useful to

Re: [Nagios-users] Sharing Check Results between Systems

2009-10-07 Thread Scott Greenman
We copy check results between systems for redundancy purposes. Rather than using an event handler, we use the Obsessive Compulsive functionality. In the nagios.cfg file, I set the following: obsess_over_services=1 ocsp_command=send_to_backup_nagios_server obsess_over_hosts=1 ochp_command=send_

Re: [Nagios-users] monitor windows service with "$"

2009-10-07 Thread Marc Powell
On Oct 7, 2009, at 9:03 AM, DE/HAM Hoppe, Leif wrote: > nag...@nagios:~> /usr/local/nagios/libexec/check_nt -H 10.2.30.190 - > p 12489 -v SERVICESTATE -l "service$DB" > service: Not found > > It looks like it cuts off everything behind the $. > Anybody have an idea? I expect that the shell is i

Re: [Nagios-users] monitor windows service with "$"

2009-10-07 Thread shadih rahman
What happens if you do the following? /usr/local/nagios/libexec/check_nt -H 10.2.30.190 -p 12489 -v SERVICESTATE -l "service\$DB" On Wed, Oct 7, 2009 at 10:03 AM, DE/HAM Hoppe, Leif wrote: > Hi List, > > I currently configure the monitoring of some windows services. > Just one service is hav

[Nagios-users] Sharing Check Results between Systems

2009-10-07 Thread Getchell, Kristoffer M
At present we have two main machines rooms, with each machine room running an instance of Nagios 3.0.6 that monitors machines close by. This setup works well, however to get an overview of the entire network we need to check in two locations - not ideal. What we want is a way to share informat

[Nagios-users] monitor windows service with "$"

2009-10-07 Thread DE/HAM Hoppe, Leif
Hi List, I currently configure the monitoring of some windows services. Just one service is having some problems. I looked in the registry for the "real" name of the service. It's like "service$DB" When I now try to check this service, I get the following: nag...@nagios:~> /usr/local/nagios/lib

[Nagios-users] SAP monitoring

2009-10-07 Thread Aleš R(íkovský (UP)
Hello, can anyone help me please with SAP monitoring via Nagios. My problem description can be foundin the link bellow. I haven't reached the solution yet and I desperately need to monitor SAP availability (without CCMS running on the SAP machine side). Thanks, Ales http://markmail.org/