[Nagios-users] plugins works on console but not reliable inside nagios

2008-06-19 Thread Heiko
Hello, i use a plugin that is monitoring our load balancers. When nagios is checking the services on these LB it very often reports a timeout on this services. But when I start the plugin from the bash everything works fine,i get a fast response on these services. I use exactly the same line on th

Re: [Nagios-users] How do we report a possible bug (in check_ping)?

2008-06-19 Thread Eddie F
System ping work fine... # /bin/ping -n -U -w 10 -c 5 nagios.org PING nagios.org (66.118.156.22) 56(84) bytes of data. 64 bytes from 66.118.156.22: icmp_seq=1 ttl=45 time=431 ms 64 bytes from 66.118.156.22: icmp_seq=2 ttl=45 time=461 ms 64 bytes from 66.118.156.22: icmp_seq=3 ttl=45 time=451 ms 64

Re: [Nagios-users] How do we report a possible bug (in check_ping)?

2008-06-19 Thread Mathieu Gagné
Eddie F wrote: > > See the two examples below, running check_ping on our system. Firstly > using the domain name, then using IP address... > > # /usr/local/nagios/libexec/check_ping -H nagios.org -w 300,10% -c 1000,50% > -p 5 > CRITICAL - Plugin timed out after 10 seconds > > # /usr/local/nagio

Re: [Nagios-users] contacts.cfg and ldap

2008-06-19 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/08 05:03 PM, Wim De Geeter wrote: > Hi, > > Is it possible to get the contact information (contacts.cfg) out of LDAP > ?? I would safe a lot of time. > Many thanks, > Wim If you're good in Perl you're in luck... Here's some scripts I wrote

Re: [Nagios-users] FreeBSD Nagios 2.12

2008-06-19 Thread Andrew D (Webzone)
Hi, Now the first server has stopped probing. From the logs support# tail /var/spool/nagios/nagios.log [1213901614] HOST NOTIFICATION: lino;smtp;DOWN;host-notify-by-email;CRITICAL - Plugin timed out after 10 seconds [1213901614] HOST NOTIFICATION: andrewd-home;smtp;DOWN;host-notify-by-email;C

Re: [Nagios-users] How do we report a possible bug (in check_ping)?

2008-06-19 Thread Eddie F
Yes, DNS was the first thing I thought of, but that is definitely fine. As I mentioned FTP, HTTP and SSH are working fine using the same domain name. On Fri, Jun 20, 2008 at 2:14 PM, Andrew D (Webzone) <[EMAIL PROTECTED]> wrote: > Eddie F wrote: >> >> Hi all, >> >> How/where do I report bugs for

Re: [Nagios-users] How do we report a possible bug (in check_ping)?

2008-06-19 Thread Andrew D (Webzone)
Eddie F wrote: > Hi all, > > How/where do I report bugs for Nagios? > And just as importantly, how/where do I check to see if it is > something that has already been reported? > > I think I might have found a bug in check_ping when a a domain name is > entered for host_address rather than the IP

[Nagios-users] How do we report a possible bug (in check_ping)?

2008-06-19 Thread Eddie F
Hi all, How/where do I report bugs for Nagios? And just as importantly, how/where do I check to see if it is something that has already been reported? I think I might have found a bug in check_ping when a a domain name is entered for host_address rather than the IP address. I've found that using

Re: [Nagios-users] action_url issues

2008-06-19 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/08 03:52 PM, Mathieu Gagné wrote: > Hi, > > Mathieu Gagné wrote: >> >> A bugfix has been applied in Nagios 3.0.2. In fact, the behavior in >> Nagios 3.0.1 was the wrong one I guess. >> > > This bugfix was introduced here: > http://thread.gma

Re: [Nagios-users] Host Down issue

2008-06-19 Thread Forsaken
On Fri, 20 Jun 2008 07:09:47 +1000 "Dean" <[EMAIL PROTECTED]> wrote: > Hi guys, I have a fairly new install of Nagios and one particular > host is being monitored, and until recently nothing was out of order. > Yesterday I started getting notification "Host check timed out", but > the box Nagios i

[Nagios-users] Host Down issue

2008-06-19 Thread Dean
Hi guys, I have a fairly new install of Nagios and one particular host is being monitored, and until recently nothing was out of order. Yesterday I started getting notification "Host check timed out", but the box Nagios is running on cang ping and trace to the host, and all other service checks for

Re: [Nagios-users] contacts.cfg and ldap

2008-06-19 Thread Allan Clark
On Thu, Jun 19, 2008 at 5:03 PM, Wim De Geeter <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to get the contact information (contacts.cfg) out of LDAP > ?? I would safe a lot of time.Hi; http://tech.b.chickenandporn.com/2008/04/13/use-ldap-to-configure-nagios/ I haven't had much time to w

[Nagios-users] contacts.cfg and ldap

2008-06-19 Thread Wim De Geeter
Hi, Is it possible to get the contact information (contacts.cfg) out of LDAP ?? I would safe a lot of time. Many thanks, Wim - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for ju

[Nagios-users] NRPE Install Error

2008-06-19 Thread Scott Ackerman
I have successfully installed NRPE on the remote server (FC6 box). I have run the check_nrpe "tests" to verify that everything is working correctly. On the monitoring server however (CentOS 5.1 box) when I run "/usr/local/nagios/libexec/check_nrpe -H (IP address of remote server), I get the followi

[Nagios-users] limit hosts and services

2008-06-19 Thread André Moura
there is a limit of number of hosts and services in nagios? -- André O Moura http://andrem.wordpress.com - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Ope

Re: [Nagios-users] action_url issues

2008-06-19 Thread Mathieu Gagné
Hi, Mathieu Gagné wrote: A bugfix has been applied in Nagios 3.0.2. In fact, the behavior in Nagios 3.0.1 was the wrong one I guess. This bugfix was introduced here: http://thread.gmane.org/gmane.network.nagios.devel/5219/focus=5225 Some characters don't get encoded and the list is define

Re: [Nagios-users] action_url issues

2008-06-19 Thread Mathieu Gagné
Nagios User wrote: > Hugo, > Thanks for checking into this. I rolled back to version 3.0.1 and > everything is working fine. For some reason the new code is reading > the slashes on urls differently. See the lines on URL to Acknowledge. A bugfix has been applied in Nagios 3.0.2. In fact, the behav

Re: [Nagios-users] About check_udp plugin

2008-06-19 Thread Marc Powell
On Jun 18, 2008, at 7:32 PM, Yu Watanabe wrote: > Hello, > > Thank you for the reply. > > So, could you please give me an advice of how to use the check_udp? > > I have trouble with specifying the "send" and "expect" parameters... > For example, I would like to know the parameters to specify to

Re: [Nagios-users] Monitoring capabilities question

2008-06-19 Thread Matthew Macdonald-Wallace
On Thu, 19 Jun 2008 07:22:37 -0600 "Aaron M. Segura" <[EMAIL PROTECTED]> wrote: > Correction -- > > Exit Codes > 0 == OK > 1 == Warning > 2 == Critical Mea Culpa... /me blushes...I should know this stuff by now... :o) M. -- Matthew Macdonald-Wallace [EMAIL PROTECTED] http://www.truthisfreedom

Re: [Nagios-users] Monitoring capabilities question

2008-06-19 Thread Aaron M. Segura
Correction -- Exit Codes 0 == OK 1 == Warning 2 == Critical On Thu, 2008-06-19 at 13:45 +0100, Matthew Macdonald-Wallace wrote: > On Thu, 19 Jun 2008 05:34:26 -0700 (PDT) > Jim Miller <[EMAIL PROTECTED]> wrote: > > > Does anyone know, is Nagios capable of monitoring object counts > > within a fo

Re: [Nagios-users] Monitoring capabilities question

2008-06-19 Thread Matthew Macdonald-Wallace
On Thu, 19 Jun 2008 05:34:26 -0700 (PDT) Jim Miller <[EMAIL PROTECTED]> wrote: > Does anyone know, is Nagios capable of monitoring object counts > within a folder? If you can provide it with that data then yes, I can't see why not. Write a script similar to the following:

Re: [Nagios-users] Monitoring capabilities question

2008-06-19 Thread Assaf Flatto
do you mean count files within a directory ? I don't think there is a "built in" plug-in , but you could always do a "check-by-ssh" and retrieve the listing of the directory ( assuming you want files on a unix/linux machine). Assaf On Thursday 19 June 2008 13:34:26 Jim Miller wrote: > Does an

[Nagios-users] Monitoring capabilities question

2008-06-19 Thread Jim Miller
Does anyone know, is Nagios capable of monitoring object counts within a folder? Jim- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://source