[Nagios-users] Nagios VM

2008-06-04 Thread Tim Van Caeyzeele
Hi All, I was wondering if anyone has a full up and running nagios 3.02 installation with some extra features in it and is willing to share it ? I know some projects exists (nagiosvma/nagios-on-cd/...), but they all work on nagios 2x The reason I'm asking: I spent 2 weeks configuring nagios 3.

[Nagios-users] Probelm with NSClient++

2008-06-04 Thread Michael Mukherji
Hello List I am using Nagios 3.0 to monitor few of my windows server using the nsclient++ , I am monitoring services and memory + CPU utilization with nsclient++, I get a critical alert saying (Return code of 139 is out of bounds) for the services and memory utilizations when ever the service fai

Re: [Nagios-users] error when including resource.cfg

2008-06-04 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Andrew Edwards > Sent: Wednesday, June 04, 2008 7:32 PM > To: Thomas Guyot-Sionnest > Cc: Nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] error when including resource.cfg

Re: [Nagios-users] error when including resource.cfg

2008-06-04 Thread Andrew Edwards
I get the same result if I use the resource.cfg-sample provide with the install. $ nagios -v /usr/local/etc/nagios/nagios.cfg Nagios 3.0.2 Copyright (c) 1999-2008 Ethan Galstad (http://www.nagios.org) Last Modified: 05-19-2008 License: GPL Reading configuration data... Error: Unexpected token o

Re: [Nagios-users] Fwd: The results of your email commands

2008-06-04 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/06/08 02:02 AM, [EMAIL PROTECTED] wrote: > Hi, > > I am trying to install nagios plugins on solaris spac 10. It was able to > configure fine but problems comes up while compiling. > > # make > gcc: language strconst not recognized > gcc: chec

Re: [Nagios-users] error when including resource.cfg

2008-06-04 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/06/08 08:08 PM, Andrew Edwards wrote: > I have been recently working on upgrading my nagios1.0 install to 3.0.2 > and whenever I have my resources.cfg file included in the nagios.cfg > file I get > Error: Unexpected token or statement in file > '

Re: [Nagios-users] Questions on normal_check_interval

2008-06-04 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/06/08 09:44 PM, Taeho Kang wrote: > Dear Nagios Users and Developers, > > Is is possible to set Nagios check interval (normal_check_interval, > retry_check_interval) to be something less than 1 minute? > If not, what are some possible ways to mo

[Nagios-users] Questions on normal_check_interval

2008-06-04 Thread Taeho Kang
Dear Nagios Users and Developers, Is is possible to set Nagios check interval (normal_check_interval, retry_check_interval) to be something less than 1 minute? If not, what are some possible ways to monitor some services at an interval less than a minute? Thank you in advance, /Taeho ---

[Nagios-users] error when including resource.cfg

2008-06-04 Thread Andrew Edwards
I have been recently working on upgrading my nagios1.0 install to 3.0.2 and whenever I have my resources.cfg file included in the nagios.cfg file I get Error: Unexpected token or statement in file '/usr/local/etc/nagios/resource.cfg' on line 37. and line 37 is where I define $USER1$ is defined an

Re: [Nagios-users] OT: snmpwalk output format query

2008-06-04 Thread Tom Throckmorton
On Jun 04 16:34, Jay R. Ashworth wrote: > I'm trying to snmpwalk some of my ProCurve switches to find out why > they won't report CPU-TEMP as I was led to believe they should (a > couple do), and in the process, I figured I'd see if there was anything > else I could monitor, Just For Fun. > > To m

Re: [Nagios-users] OT: snmpwalk output format query

2008-06-04 Thread Jay R. Ashworth
On Wed, Jun 04, 2008 at 03:44:35PM -0500, Ford, Andy wrote: > Probably depends on who wrote your copy of snmpwalk, but in net-snmp > there are gazillions of ways to output your walk. > Run snmpwalk with no args and look at the section: -O OUTOPTS. > I'd splice together two runs to get the combo. S

[Nagios-users] OT: snmpwalk output format query

2008-06-04 Thread Jay R. Ashworth
I'm trying to snmpwalk some of my ProCurve switches to find out why they won't report CPU-TEMP as I was led to believe they should (a couple do), and in the process, I figured I'd see if there was anything else I could monitor, Just For Fun. To make that process more expeditious, I was hoping that

Re: [Nagios-users] Debugging "CHECK_NRPE: Error - Could not completeSSL handshake" errors

2008-06-04 Thread James Pratt
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank J. Gómez Sent: Wednesday, June 04, 2008 4:12 PM To: nagios-users Subject: [Nagios-users] Debugging "CHECK_NRPE: Error - Could not completeSSL handshake" errors http://www.nagios.org/faqs/viewfaq.php?faq_id=191 I was having th

[Nagios-users] Debugging "CHECK_NRPE: Error - Could not complete SSL handshake" errors

2008-06-04 Thread Frank J. Gómez
http://www.nagios.org/faqs/viewfaq.php?faq_id=191 I was having this error and solved it a different way than described in the FAQ above. Don't know who to contact about getting that updated, so I thought I'd at least post it here. The installation of NRPE I was running (2.10) was emerged in Gen

Re: [Nagios-users] Monitor web server run multiple virtual web site

2008-06-04 Thread Marc Powell
On Jun 4, 2008, at 1:43 PM, Victor Lanza wrote: > Yes, but this only works with those sites that use basic > authentication..and > as far as I understand, no one has been able to get the windows > authentication to work with the check_http plugin.. check_http can only use basic auth. It's my u

Re: [Nagios-users] Monitor web server run multiple virtual web site

2008-06-04 Thread Seth Simmons
Have you tried -a with [EMAIL PROTECTED] I just tried it on my exchange server's owa and it worked. I have ssl enabled so this is the syntax I used. check_http -H mail.company.com -u /exchange/user -a [EMAIL PROTECTED]:password --ssl The results are a 302, which is ok...if I omit the -a and/or -

Re: [Nagios-users] Monitor web server run multiple virtual web site

2008-06-04 Thread Victor Lanza
Yes, but this only works with those sites that use basic authentication..and as far as I understand, no one has been able to get the windows authentication to work with the check_http plugin.. Thanks though.. I guess I can a simple ping on those sites that I can't use check_http with -Origin

Re: [Nagios-users] Monitor web server run multiple virtual web site

2008-06-04 Thread Seth Simmons
Have you tried using -a with check_http? -a, --authorization=AUTH_PAIR Username:password on sites with basic authentication -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Victor Lanza Sent: Wednesday, June 04, 2008 1:14 PM To: 'Marc Powell'; 'nagi

Re: [Nagios-users] Monitor web server run multiple virtual web site

2008-06-04 Thread Victor Lanza
Thanks for the reply, Sorry I didn't reply earlier but I had email problems..I've tried your suggestion already, the issue I face with that is that some of these virtual sites require authentication, some simple and some Windows Authentication. This causes Nagios to get a "...401 unauthorized" er

Re: [Nagios-users] Fwd: The results of your email commands

2008-06-04 Thread James Pratt
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 2:02 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Fwd: The results of your email commands Hi,   I am trying to install nagios plugins on solaris spac 10. It was ab

Re: [Nagios-users] Problem to use negate plugin

2008-06-04 Thread The Noob
Thanks very much Marc, it works 2008/6/4 Marc Powell <[EMAIL PROTECTED]>: > > On Jun 4, 2008, at 5:05 AM, The Noob wrote: > > > Hello all, > > > > I have a problem to use negate plugin, I use theses commands: > > > > ./check_ping -H 192.168.0.1 -w 3000.0,80% -c 5000.0,100% -p 2 > > PING OK - Pack

Re: [Nagios-users] Problem to use negate plugin

2008-06-04 Thread Marc Powell
On Jun 4, 2008, at 5:05 AM, The Noob wrote: > Hello all, > > I have a problem to use negate plugin, I use theses commands: > > ./check_ping -H 192.168.0.1 -w 3000.0,80% -c 5000.0,100% -p 2 > PING OK - Packet loss = 0%, RTA = 4.97 ms > > ./negate ./check_ping -H 192.168.0.1 -w 3000.0,80% -c 5000.0

Re: [Nagios-users] newbie sms question

2008-06-04 Thread Matthew Macdonald-Wallace
On Wed, 4 Jun 2008 11:10:14 +0300 "Yaniv" <[EMAIL PROTECTED]> wrote: > I would like to connect a cell phone to a windows desktop or linux > via USB cable > > > > What software is recommended? > > > > Does someone has any experience with it? Please read the list archives, this has been dis

[Nagios-users] Problem to use negate plugin

2008-06-04 Thread The Noob
Hello all, I have a problem to use negate plugin, I use theses commands: ./check_ping -H 192.168.0.1 -w 3000.0,80% -c 5000.0,100% -p 2 PING OK - Packet loss = 0%, RTA = 4.97 ms ./negate ./check_ping -H 192.168.0.1 -w 3000.0,80% -c 5000.0,100% -p 2 PING OK - Packet loss = 0%, RTA = 4.91 ms Why t

[Nagios-users] NDO queries for availability reports

2008-06-04 Thread Nicole Hähnel
Hi, I'm trying to create an availability report with i-net crystal clear. We are running nagios 3.0.2 with ndo utils 1.47b. The report has to show the uptime in percent of special services for a whole month. Does anybody know how to query the database and how to calculate the uptime? I only see t

Re: [Nagios-users] Nagios with NDOUtils is not working any more.

2008-06-04 Thread seb
> It tasks at this moment are only: > - run nagios checks over NRPE - and collect data to DB (NDO) > - run (every 30 minutes) Shell script (it is slow but it was the fastest way > to write it) to read DB and update RRD files. > - cacti poller has minimal tasks (just check network stats over SNMP).

Re: [Nagios-users] Nagios with NDOUtils is not working any more.

2008-06-04 Thread Marcin Praczko
Hi > It seems to me ndo problems are often related to mysql performance... > On my smallish nagios test instance (50 hosts - 300 services), the > db weighs ~300 Mb / 1M records, and everything works fine since > I switched to innodb storage engine. Don't know whether it's really > related (table

[Nagios-users] newbie sms question

2008-06-04 Thread Yaniv
Hello Nagios users I started monitoring my network with nagios and its amazing J Now I would like to configure SMS notifications. I would like to connect a cell phone to a windows desktop or linux via USB cable What software is recommended? Does someone has any experience wit

Re: [Nagios-users] Nagios with NDOUtils is not working any more.

2008-06-04 Thread seb
> I was able to write to database and I already have setting to removed > the oldest data from database. So problem was somewhere else. It seems to me ndo problems are often related to mysql performance... On my smallish nagios test instance (50 hosts - 300 services), the db weighs ~300 Mb / 1M re