[Nagios-users] check_ping has strange error

2013-02-25 Thread Christoph Kluenter
Hi, I got this alarm from Nagios: Service: PING Host: Address: State: CRITICAL Date/Time: Mon Feb 11 09:03:16 CET 2013 Additional Info: PING CRITICAL - Packet loss = -400%, RTA = 54290.29 ms Has anybody seen something like that before ? The ping can't have taken 54 Seconds, because nag

Re: [Nagios-users] check_ping strange behavior with google

2012-06-08 Thread Jake Xu
Thank you Holger. That fixes a red light for me! On Thu, Jun 7, 2012 at 11:21 PM, Cosmin Neagu wrote: > You were right. It need to be told to use ipv4 with -4 switch. > Thanks > > Cosmin Neagu > NOC Team Leader > Str. I. G. Duca nr. 36 > Otopeni, Judetul Ilfov, 075100 Romania > www.omnilogic

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Cosmin Neagu
You were right. It need to be told to use ipv4 with -4 switch. Thanks Cosmin Neagu NOC Team Leader Str. I. G. Duca nr. 36 Otopeni, Judetul Ilfov, 075100 Romania www.omnilogic.ro On 06/07/2012 11:32 PM, Holger Weiß wrote: > * Travis Runyard [2012-06-07 13:18]: >> It does work but I was

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Holger Weiß
* Travis Runyard [2012-06-07 13:18]: > It does work but I was using google.com which doesn't. Strange because > it is pingable but returns network unreachable with check_ping. See my initial reply in this thread: | The hostname www.google.ro now¹ also resolves to an IPv6 address, and | check_pin

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Travis Runyard
Hats off to you, Holger. It does work but I was using google.com which doesn't. Strange because it is pingable but returns network unreachable with check_ping. Hey at least I learned something today. On Thu, Jun 7, 2012 at 1:10 PM, Holger Weiß wrote: > * Travis Runyard [2012-06-07 12:47]: > > L

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Holger Weiß
* Travis Runyard [2012-06-07 12:47]: > Long option and short option achieve the same thing, which requires an IP > address. I have tried it out, on two separate nagios boxes, one running > Debian, the other, Redhat. Why don't you copy and paste the results from > shell to prove me wrong? $ check_

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Travis Runyard
Long option and short option achieve the same thing, which requires an IP address. I have tried it out, on two separate nagios boxes, one running Debian, the other, Redhat. Why don't you copy and paste the results from shell to prove me wrong? On Thu, Jun 7, 2012 at 12:26 PM, Holger Weiß wrote: >

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Holger Weiß
* Travis Runyard [2012-06-07 09:56]: > http://nagiosplugins.org/man/check_ping > > = IP address. NOT hostname. Indeed, "host_address" seems to suggest an IP address. Then again, the long option is called "--hostname" :-) Anyway, you can specify either an IP address or a hostname. Why don't y

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Travis Runyard
http://nagiosplugins.org/man/check_ping = IP address. NOT hostname. $HOSTADDRESS$Address of the host. This value is taken from the *address* directive in the host definition . On Thu, Jun 7, 2012 at 8:56 AM, Holger Weiß wrote: > * Travis

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Holger Weiß
* Travis Runyard [2012-06-07 08:39]: > The check_ping Nagios plugin does not ping hostnames, only IP addresses. The check_ping plugin supports hostnames just fine. > On Wed, Jun 6, 2012 at 11:54 PM, Cosmin Neagu > wrote: > > Starting from yesterday, check_ping is behaving strange for a single h

Re: [Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Travis Runyard
The check_ping Nagios plugin does not ping hostnames, only IP addresses. -Travis On Wed, Jun 6, 2012 at 11:54 PM, Cosmin Neagu wrote: > Hi nagios users, > > Starting from yesterday, check_ping is behaving strange for a single host. > When giving -H parameter as www.google.ro it gives CRITICAL -

[Nagios-users] check_ping strange behavior with google

2012-06-07 Thread Cosmin Neagu
Hi nagios users, Starting from yesterday, check_ping is behaving strange for a single host. When giving -H parameter as www.google.ro it gives CRITICAL - Network Unreachable But when giving -H parameter as IP address it is working. I have checked and there are no DNS issues nagios@mon2:/usr/lo

Re: [Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-02-01 Thread Robert V. Bolton
On Tue, Jan 31, 2012 at 2:03 AM, Claudio Kuenzler wrote: > But what's strange in your log are also the missing SOFT states, where are > they? > You're correct, I'm missing some of the SOFT states. I'm going to have to do some more testing before I can say for sure if there is a bug in either Nag

Re: [Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-01-31 Thread Claudio Kuenzler
Yes, you're right. But what's strange in your log are also the missing SOFT states, where are they? Did you define the service to be checked only once (max_check_attempts 1), every minute (check_interval and retry_interval 1) ? Here's an example of a typical soft-to-hard-change: Jan 31 05:15:09

Re: [Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-01-30 Thread Robert V. Bolton
On Mon, Jan 30, 2012 at 11:39 AM, Claudio Kuenzler wrote: > It looks like you use parent-child-relationships? > That would explain why it's written "Host Unreachable (172.21.10.170) " > instead of Host Down. > Was the parent of this host down as well? In this case, Nagios 'knows' > that it doesn't

Re: [Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-01-30 Thread Claudio Kuenzler
It looks like you use parent-child-relationships? That would explain why it's written "Host Unreachable (172.21.10.170) " instead of Host Down. Was the parent of this host down as well? In this case, Nagios 'knows' that it doesn't make sense to continue checks on the child hosts. On Mon, Jan 30, 2

[Nagios-users] Check_Ping plugin not Incrementing Check Attempt Value

2012-01-30 Thread Robert V. Bolton
Over the weekend I had a weird event happen in my monitoring set. I have a host that has an Infiniband interface, and we are running the IP protocol over Infiniband, while using the check_ping plugin to verify network connectivity. This weekend our Ethernet to Infiniband gateway went down and the c

Re: [Nagios-users] check_ping service question

2010-10-08 Thread Ilan Berkner
got it, thanks On Fri, Oct 8, 2010 at 4:10 PM, Morris, Patrick wrote: > On 10/7/2010 2:41 PM, Ilan Berkner wrote: > > newbie question... > > I have a service defined in my services.cfg file that looks like this: > > define service { > use generic-service > host_name myserver > service_descript

Re: [Nagios-users] check_ping service question

2010-10-08 Thread Morris, Patrick
On 10/7/2010 2:41 PM, Ilan Berkner wrote: newbie question... I have a service defined in my services.cfg file that looks like this: define service { use generic-service host_name myserver service_description PING check_command check_ping!100.0,20%!500.0,60% } in my hosts file have "myserver"

Re: [Nagios-users] check_ping service question

2010-10-07 Thread Terry
On Thu, Oct 7, 2010 at 4:41 PM, Ilan Berkner wrote: > newbie question... > I have a service defined in my services.cfg file that looks like this: > define service { > use generic-service > host_name myserver > service_description PING > check_command check_ping!100.0,20%!500.0,60% > } > in my host

[Nagios-users] check_ping service question

2010-10-07 Thread Ilan Berkner
newbie question... I have a service defined in my services.cfg file that looks like this: define service { use generic-service host_name myserver service_description PING check_command check_ping!100.0,20%!500.0,60% } in my hosts file have "myserver" defined with an address tag: www.myserver.com

Re: [Nagios-users] check_ping

2009-07-23 Thread asam30
I rebooted the nagios server and that fixed it. thanks a lot On Thu, Jul 23, 2009 at 6:14 PM, wrote: > Marc, > > As you said, correct. I have multiple nagios daemons running on the host. > How do I get rid of this? > > I tried, > > killall -9 nagios > > service nagios start > > [r...@lnx-nagios

Re: [Nagios-users] check_ping

2009-07-23 Thread asam30
Marc, As you said, correct. I have multiple nagios daemons running on the host. How do I get rid of this? I tried, killall -9 nagios service nagios start [r...@lnx-nagios local]# ps -ef | grep nagios nagios2672 1 0 19:23 ?00:00:01 /usr/local/nagios/bin/nagios -d /usr/local/nag

Re: [Nagios-users] check_ping

2009-07-23 Thread Marc Powell
On Jul 23, 2009, at 6:28 AM, asa...@gmail.com wrote: > Hi All, > > I am using check_ping to checking the status of server (up or down). > we have two nagios servers (one at production site, USA and another > one at DEV site, India). I am now monitoring some of the network > devices (using p

[Nagios-users] check_ping

2009-07-23 Thread asam30
Hi All, I am using check_ping to checking the status of server (up or down). we have two nagios servers (one at production site, USA and another one at DEV site, India). I am now monitoring some of the network devices (using ping) resides at USA from Nagios server located in India. All I am gettin

Re: [Nagios-users] check_ping gives host check timed out instead of packet loss.

2009-04-19 Thread Gaurav Ghimire
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Avery wrote: > 2009/4/19 Gaurav Ghimire : >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi all, >> >> I don't know if I am missing something here. But shouldn't the check_ping >> plugin give a 100% packet loss if the host is not reacha

Re: [Nagios-users] check_ping gives host check timed out instead of packet loss.

2009-04-19 Thread Marc Powell
On Apr 19, 2009, at 2:43 AM, Gaurav Ghimire wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I don't know if I am missing something here. But shouldn't the > check_ping plugin give a 100% packet loss if the host is not > reachable instead of returning 'Host check timed

Re: [Nagios-users] check_ping gives host check timed out instead of packet loss.

2009-04-19 Thread Jim Avery
2009/4/19 Gaurav Ghimire : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I don't know if I am missing something here. But shouldn't the check_ping > plugin give a 100% packet loss if the host is not reachable instead of >  returning 'Host check timed out'. Yes this could be if

[Nagios-users] check_ping gives host check timed out instead of packet loss.

2009-04-19 Thread Gaurav Ghimire
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I don't know if I am missing something here. But shouldn't the check_ping plugin give a 100% packet loss if the host is not reachable instead of returning 'Host check timed out'. Yes this could be if there had been some issues with the DNS

Re: [Nagios-users] check_ping with maximum MTU

2009-03-31 Thread Kevin Keane
I think you are probably not referring to the MTU here, but to the PING packet size (the -s option for ping). I'm not sure that check_ping has a way to pass that argument to ping, though. Vian Vian wrote: > > Hello, > > I wonder what is default MTU in check_ping? How can i maximize > check_ping

Re: [Nagios-users] check_ping with maximum MTU

2009-03-30 Thread Andreas Ericsson
Vian Vian wrote: > Hello, > > I wonder what is default MTU in check_ping? How can i maximize check_ping > command to 1472 MTU? > Why would you want an MTU of 1472 for something that in 99.9% of its uses transfers only 64 bytes per packet? -- Andreas Ericsson andreas.erics

[Nagios-users] check_ping with maximum MTU

2009-03-29 Thread Vian Vian
Hello, I wonder what is default MTU in check_ping? How can i maximize check_ping command to 1472 MTU? Regards, Vian -- ___ Nagios-users mailing list Nagios-users@lists.sourcef

Re: [Nagios-users] check_ping to monitor all IP's of a firewall

2009-03-25 Thread asam30
that worked like a charm!!! you are correct, I was using -H as a argument.. Thanks! On Thu, Mar 5, 2009 at 6:44 PM, Kevin Keane wrote: > I can only guess, but it sounds as if all the service checks are still > using check_ping instead of your new command check_ping_ip. Either that, > or

Re: [Nagios-users] check_ping for service and host explanation

2009-03-05 Thread Marc Powell
On Mar 5, 2009, at 10:00 AM, shadih rahman wrote: > if you look above, I have both service and host check_command is the > same check ("check_host_alive"). Now host is not checking on > regular time interval because I have the check_interval is set to > "0". Lets say the service check fai

[Nagios-users] check_ping for service and host explanation

2009-03-05 Thread shadih rahman
All, I need some clarification about Nagios host and service check relationship. I have no dependency defined. I have the following host and service defintion define host{ name foo use generic-host ; Inherit default values ch

Re: [Nagios-users] check_ping to monitor all IP's of a firewall

2009-03-05 Thread Kevin Keane
I can only guess, but it sounds as if all the service checks are still using check_ping instead of your new command check_ping_ip. Either that, or check_ping_ip is misdefined; make sure that the argument to -H in your command is $ARG1$, not the host IP address. You may want to turn on logging a

Re: [Nagios-users] check_ping to monitor all IP's of a firewall

2009-03-05 Thread asam30
Kevin, I did what you suggested, now I can one hostname and underneath I can see services as ping_1, ping_2,. to monitor other ips in the same host/device. this looks kool. But I tried to shut down one server that relates to the IP ( i added my test server IP here to check), I can still see th

Re: [Nagios-users] check_ping to monitor all IP's of a firewall

2009-03-05 Thread Marouane HIMDI
Mailinglist Objet : Re: [Nagios-users] check_ping to monitor all IP's of a firewall You can do the same thing in services as you did in hosts. First, define a new check command in commands.cfg: # 'check_ping_ip' command definition define command{ command_namecheck_

Re: [Nagios-users] check_ping to monitor all IP's of a firewall

2009-03-05 Thread Kevin Keane
You can do the same thing in services as you did in hosts. First, define a new check command in commands.cfg: # 'check_ping_ip' command definition define command{ command_namecheck_ping_ip command_line$USER1$/check_ping -H $ARG1$ -w $ARG2$ -c $ARG3$ -p 5 } And th

[Nagios-users] check_ping to monitor all IP's of a firewall

2009-03-05 Thread asam30
Hi, I've a question on how to monitor multiple IP's of a firewall device using check_ping in Nagios. Example, I have a firewall (prod-fireall) has 6 ip's associated with it so in host.cfg i should do like this define host{ host_name Prod-firewall-0 use generi

Re: [Nagios-users] check_ping and dual ip addresses

2009-01-26 Thread Matthias Flacke
Christian Schneemann wrote: > On Monday January 26 2009 09:39:56 am Kevin Zellar wrote: >> how to use check_ping if there are 2 ip addresses per host? [snip some definitions for check_ping] > I hope there is an easier way to do this. > Maybe with check_multi? Although you can do it with check_

Re: [Nagios-users] check_ping and dual ip addresses

2009-01-26 Thread Christian Schneemann
On Monday January 26 2009 09:39:56 am Kevin Zellar wrote: > hello > > how to use check_ping if there are 2 ip addresses per host? simply define a check_ping command which you can tell the address by argument: define command{ command_namecheck_ping_defined_address command_line

[Nagios-users] check_ping and dual ip addresses

2009-01-26 Thread Kevin Zellar
hello how to use check_ping if there are 2 ip addresses per host? thank you. -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword___

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread Robert Yeo
The problem was same host dependencies. In my first config I setup Check NRPE to have the same services on the box be dependent on it by declaring them again below. This worked on a nagios 2.x series just fine, but 3.x has a better way to declare it. Nagios 2.x version - define servicedependenc

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread Robert Yeo
Service dependencies. I commented them out and everything works fine. They do not get flagged as wrong and worked fine in the 2.x series, so I need to make some changes. Thanks for help! I should have went that route earlier but the behavior was so odd with some hosts OK and others not with the

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread jmoseley
Marc Powell wrote: >It means "don't apply the service to this host if it's in one of the >named hostgroups." It's not documented quite like the OP's use but I >expect it will work. > >See 'Excluding Hosts' at http://nagios.sourceforge.net/docs/3_0/objecttricks.html Good, I learned somethi

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread jmoseley
cc Subject Re: [Nagios-users] check_ping stuck

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread Marc Powell
On Jan 12, 2009, at 9:26 AM, jmose...@corp.xanadoo.com wrote: > First, what's with the '!' preceding many of your hosts names? It means "don't apply the service to this host if it's in one of the named hostgroups." It's not documented quite like the OP's use but I expect it will work. See '

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread Robert Yeo
> To > 01/12/2009 08:57AM> > cc > >

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread jmoseley
To 01/12/2009 08:57 cc Subject

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-12 Thread Robert Yeo
PM> > cc > > Subject >Re: [Nagios-users] check_ping stuck >on 'PENDING&#x

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-09 Thread ibloodyhatespam
owell [mailto:m...@ena.com] Sent: Saturday, January 10, 2009 0:05 To: nagios-users Mailinglist Subject: Re: [Nagios-users] check_ping stuck on 'PENDING' On Jan 9, 2009, at 4:48 PM, wrote: > As per the subject... Nagios 3.0.6 and it happens both to lan and > external servers. >

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-09 Thread jmoseley
Subject Re: [Nagios-users] check_ping stuck

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-09 Thread Robert Yeo
This is an example config for one of the services. Please let me know if I am missing any info. # Finearts Nagios 2 Server define host{ host_nameDgh_000_012_FairUse aliasFinearts Nagios 2 Server (fairuse.music.utah.edu) address 155.97.55.12

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-09 Thread Marc Powell
On Jan 9, 2009, at 4:48 PM, wrote: > As per the subject... Nagios 3.0.6 and it happens both to lan and > external servers. > As ping’s a very basic check and as far as I can see everything > should work normally, right now I’m stumped. Any idea what's going > on here? Actual config inf

Re: [Nagios-users] check_ping stuck on 'PENDING'

2009-01-09 Thread Robert Yeo
Having the same problem with different services then check_ping. The states are stuck in PENDING and even a manual force check doesn¹t help. Some boxes are returning fine (they are included in the same service definition), but others are not. Command line always works. I have tried clearing th

[Nagios-users] check_ping stuck on 'PENDING'

2009-01-09 Thread ibloodyhatespam
As per the subject... Nagios 3.0.6 and it happens both to lan and external servers. Temporarily disabling the firewall has no effect. Manually forcing a check update results in the 'service check scheduled for' notification being bumped to current time + 5 mins, no actual check and the check st

Re: [Nagios-users] check_ping modify output

2008-11-08 Thread The Noob
Hello, Before your answer , I decided to do a perl script which can do what I want for my job. But I like your idea and I try to modify the actual source code of check_ping I am a total Noob in C/C++ but I try to do this (based on check_ping nagios-plugins-1.4.13). It is sure Developers Masters in

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Hendrik BŠäcker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Little OT but: Aaron Segura schrieb: > 1) Get the source > > 2) Modify > > 3) Compile > > 4) …. > > 5) Profit! > > 6) Share it back with the community ;) If it's nice enough send a unified patch file to the nagios

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread The Noob
Thanks all for your help. I will try to develop a new script to modify the output for PING OK, PING critical etc.. But I don't to forget the Exit code (0 for ping ok, 1 ping warning , 2 for ping critical) Best Regards The Noob 2008/11/5 Sean McAfee <[EMAIL PROTECTED]> > Aaron Segura wrote: > > >

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Marouane HIMDI
.com/> http://www.kereval.com P Pensez à l'environnement: n'imprimez ce message et ses pièces jointes que si nécessaire ! _ De : Aaron Segura [mailto:[EMAIL PROTECTED] Envoyé : mercredi 5 novembre 2008 17:00 À : The Noob; nagios-users@lists.sourceforge.net Objet : Re: [

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Sean McAfee
Aaron Segura wrote: > > 1) Get the source > > 2) Modify > > 3) Compile > > 4) …. > > 5) Profit! > Or write a script that wraps around check_ping, evaluates the native return, then returns whatever you want. -- Sean McAfee System Engineer Collaborative Fusion, Inc. [EMAIL PROTECTED] 412-422-34

Re: [Nagios-users] check_ping modify output

2008-11-05 Thread Aaron Segura
1) Get the source 2) Modify 3) Compile 4) 5) Profit! From: The Noob [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 8:53 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] check_ping modify

[Nagios-users] check_ping modify output

2008-11-05 Thread The Noob
Hello all, I would like to customize the output of a check_ping command. In fact I do not want PING KO or PING CRITICAL but another message. Is it possible to do it ? Thanks for your help Best Regards The Noob - This SF.Net

Re: [Nagios-users] check_ping can't interpret output

2008-07-29 Thread CLOSE Dave
Hugo van der Kooij wrote: > Hmm. Please read the various comments on the lifespan of fedora releases > on this and other mailinglists. Is this what you want in a corporate > environment? Totally irrelevant. > I am a bit puzzled. Plugins are run as nagios user and not as apache > user so why test

Re: [Nagios-users] check_ping can't interpret output

2008-07-29 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/07/08 08:09 AM, Marc Powell wrote: > On Jul 29, 2008, at 12:31 AM, Dave Close wrote: > >> # su - apache -c "/usr/lib/nagios/plugins/check_ping -H machine -w >> 3000.0,80% -c 5000.0,100% -p 1" >> /bin/ping -n -U -w 10 -c 1 machine >> CRITICAL - C

Re: [Nagios-users] check_ping can't interpret output

2008-07-29 Thread Marc Powell
On Jul 29, 2008, at 12:31 AM, Dave Close wrote: > # su - apache -c "/usr/lib/nagios/plugins/check_ping -H machine -w > 3000.0,80% -c 5000.0,100% -p 1" > /bin/ping -n -U -w 10 -c 1 machine > CRITICAL - Could not interpret output from ping command > Beyond Hugo's comments about running as the user

Re: [Nagios-users] check_ping can't interpret output

2008-07-28 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dave Close wrote: | I have the same version of Nagios installed on a dozen systems (not | machines, full systems with several hundred machines each). Except for | the specific list of machines, the configuration is identical between | them. All are ins

[Nagios-users] check_ping can't interpret output

2008-07-28 Thread Dave Close
I have the same version of Nagios installed on a dozen systems (not machines, full systems with several hundred machines each). Except for the specific list of machines, the configuration is identical between them. All are installed by yum from the Fedora 7 RPMs, version 2.10-3.fc7. All the plu

Re: [Nagios-users] check_ping changed to check_fping

2007-10-18 Thread Angel L. Mateo
El jue, 18-10-2007 a las 11:26 +0200, Marc Hultquist escribió: > Just checked now, strange one, executing service nagios restart did > not > solve the problem, however if I executed service nagios force-reload > it > seems to solve it for certain hosts but not others, will have to delve > a > litt

Re: [Nagios-users] check_ping changed to check_fping

2007-10-18 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Marc Hultquist > Sent: Thursday, October 18, 2007 3:18 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] check_ping changed to check_fping > &g

Re: [Nagios-users] check_ping changed to check_fping

2007-10-18 Thread Marc Hultquist
On Thu, 2007-10-18 at 11:26 +0200, Marc Hultquist wrote: > On Thu, 2007-10-18 at 08:24 +0200, Andreas Ericsson wrote: > > Marc Hultquist wrote: > > > Hi All > > > > > > Ok I seem to have solved my previous problem with the check_ping stuff, > > > it seems that by slightly increasing the threshhold

Re: [Nagios-users] check_ping changed to check_fping

2007-10-18 Thread Marc Hultquist
On Thu, 2007-10-18 at 08:24 +0200, Andreas Ericsson wrote: > Marc Hultquist wrote: > > Hi All > > > > Ok I seem to have solved my previous problem with the check_ping stuff, > > it seems that by slightly increasing the threshhold as well as changing > > the flags slightly. > > > > Now here's the

Re: [Nagios-users] check_ping changed to check_fping

2007-10-17 Thread Andreas Ericsson
Marc Hultquist wrote: > Hi All > > Ok I seem to have solved my previous problem with the check_ping stuff, > it seems that by slightly increasing the threshhold as well as changing > the flags slightly. > > Now here's the thing, I have now changed to use check_fping in terms of > monitoring, for

[Nagios-users] check_ping changed to check_fping

2007-10-17 Thread Marc Hultquist
Hi All Ok I seem to have solved my previous problem with the check_ping stuff, it seems that by slightly increasing the threshhold as well as changing the flags slightly. Now here's the thing, I have now changed to use check_fping in terms of monitoring, for example one of my services being hoste

[Nagios-users] check_ping for routers

2007-10-16 Thread Marc Hultquist
Hi All I am busy setting up nagios to monitor some of my branch routers, the problem I am having through, I have set the check_ping command to the default as follows: define service{ use generic-service ; host_name blmsec; service_descript

Re: [Nagios-users] check_ping vs check_icmp?

2007-07-31 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Rogelio Bastardo > Sent: Monday, July 30, 2007 6:22 PM > To: Nagios Users > Subject: Re: [Nagios-users] check_ping vs check_icmp? > > On 7/30/07, Rogelio Ba

Re: [Nagios-users] check_ping vs check_icmp?

2007-07-30 Thread Rogelio Bastardo
On 7/30/07, Rogelio Bastardo <[EMAIL PROTECTED]> wrote: > > So, if you don't mind installing the plugin setuid root, I'd recommend > > using check_icmp. > > Forgive my ignorance, but where can I find this? > > (I googled for "setuid root nagios check_icmp" but nothing jumped out at me) ah, I see i

Re: [Nagios-users] check_ping vs check_icmp?

2007-07-30 Thread Rogelio Bastardo
> So, if you don't mind installing the plugin setuid root, I'd recommend > using check_icmp. Forgive my ignorance, but where can I find this? (I googled for "setuid root nagios check_icmp" but nothing jumped out at me) - Thi

Re: [Nagios-users] check_ping vs check_icmp?

2007-07-30 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Rogelio Bastardo > Sent: Monday, July 30, 2007 12:37 PM > To: Nagios Users mailinglist > Subject: [Nagios-users] check_ping vs check_icmp? > > I just recently

Re: [Nagios-users] check_ping vs check_icmp?

2007-07-30 Thread Holger Weiss
* Rogelio Bastardo <[EMAIL PROTECTED]> [2007-07-30 10:37]: > I just recently noticed that there is a check_ping and a check_icmp plugin. > > I ran "./check_plugin --help" on each, but am still unclear as to what > each does differently. Unlike check_ping, check_icmp allows for checking multiple ho

[Nagios-users] check_ping vs check_icmp?

2007-07-30 Thread Rogelio Bastardo
I just recently noticed that there is a check_ping and a check_icmp plugin. I ran "./check_plugin --help" on each, but am still unclear as to what each does differently. Does check_icmp include traceroute and other non-ping ICMP checks? ---

Re: [Nagios-users] check_ping

2007-04-27 Thread Thomas Guyot-Sionnest
and > Change it to > #define PING_COMMAND "/bin/ping -t %u -c %u %s" > > Works fine > > Cheers > > /Jörg > -Ursprungligt meddelande- > Från: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] För [EMAIL PROTECTED] > Skickat: den 26 april

Re: [Nagios-users] check_ping

2007-04-26 Thread Jorg . Schulz
lto:[EMAIL PROTECTED] För [EMAIL PROTECTED] Skickat: den 26 april 2007 09:21 Till: nagios-users@lists.sourceforge.net Ämne: [Nagios-users] check_ping Hi Guys, Having some issues with check_ping, get the following error. [EMAIL PROTECTED] ./check_ping -H localhost -w 1000,10% -c 2000,20% -p 1 CRIT

Re: [Nagios-users] check_ping

2007-04-26 Thread chiel
Try to re-compile the plugins without ipv6 support. See: http://lists.freebsd.org/pipermail/freebsd-isp/2006-June/004152.html chiel - Original Message - From: "Kyle Vorster" <[EMAIL PROTECTED]> To: Sent: Thursday, April 26, 2007 9:21 AM Subject: [Nagios-users] check_

[Nagios-users] check_ping

2007-04-26 Thread Kyle Vorster
Hi Guys, Having some issues with check_ping, get the following error. [EMAIL PROTECTED] ./check_ping -H localhost -w 1000,10% -c 2000,20% -p 1 CRITICAL - You need more args!!! could not open pipe: Any one know what might be wrong ? Regards, Kyle Vorster

Re: [Nagios-users] check_ping

2007-03-28 Thread Thomas Stocking
[mailto:nagios-users- >> [EMAIL PROTECTED] On Behalf Of grace ingabire >> Sent: Wednesday, March 28, 2007 8:52 AM >> To: nagios-users@lists.sourceforge.net >> Subject: [Nagios-users] check_ping >> >> Status Information: check_ping: %s: Warning threshold must be i

Re: [Nagios-users] check_ping

2007-03-28 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of grace ingabire > Sent: Wednesday, March 28, 2007 8:52 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] check_ping > > Status Information:

[Nagios-users] check_ping

2007-03-28 Thread grace ingabire
Status Information: check_ping: %s: Warning threshold must be integer or percentage! Performance Data: What should I do to solve this? nagiosVersion 2.0 FreeBSD 6.0 plugin version 1.4 - Take Surveys. Earn Cash. Influe

Re: [Nagios-users] check_ping: %s: Warning threshold must be integer or percentage!

2006-09-01 Thread Ranjeet Kumar
jeet     Date: Thu, 31 Aug 2006 13:30:37 +0100 From: Andy Shellam <[EMAIL PROTECTED]> Subject: Re: [Nagios-users] check_ping: %s: Warning threshold must be   integer or percentage! To: nagios-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; char

Re: [Nagios-users] check_ping: %s: Warning threshold must be integer or percentage!

2006-08-31 Thread Andy Shellam
Ranjeet, Only just got this e-mail after I'd replied! OK this is what's happening. Firstly, check_ping on your Nagios machine is ignored by nrpe - as that contains it's own command definitions. So, here: command[check_ping]=/usr/lib/nagios/plugins/check_ping -H $ARG1$ -w $ARG2$ -c $AGR3$ -p 5

[Nagios-users] check_ping: %s: Warning threshold must be integer or percentage!

2006-08-31 Thread Ranjeet Kumar
Hi,   In case of check_ping it throws error “check_ping: %s: Warning threshold must be integer or percentage! “   Server (Fedora Core 4) Command details in service section check_command   check_ping!100.0,20%!500.0,60%   Command  # 'check_ping' command definition d

Re: [Nagios-users] check_ping and source address

2006-08-18 Thread Brian A. Seklecki
>> Ben, >> >> There is a patch that has been submitted on SF for this >> functionality: https://sourceforge.net/tracker/index.php? >> func=detail&aid=1499641&group_id=29880&atid=397599 >> >> Unfortunately, this will not be applied into the main plugin code >> because it is too painful to parse thro

Re: [Nagios-users] check_ping and source address

2006-07-05 Thread subscribe
Adding a route would probably be the easiest way -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben O'Hara Sent: Wednesday, July 05, 2006 04:06 To: Nagios User Subject: [Nagios-users] check_ping and source address Hi Guys, Im looking at adding a

Re: [Nagios-users] check_ping and source address

2006-07-05 Thread Ben O'Hara
On 7/5/06, Ton Voon <[EMAIL PROTECTED]> wrote: > > On 5 Jul 2006, at 10:06, Ben O'Hara wrote: > > > Im looking at adding a ping check from our nagios host to a remote > > host, the nagios machine has a number of interfaces and i want to set > > the source address of the ping to ensure it goes over

Re: [Nagios-users] check_ping and source address

2006-07-05 Thread Ton Voon
On 5 Jul 2006, at 10:06, Ben O'Hara wrote: > Im looking at adding a ping check from our nagios host to a remote > host, the nagios machine has a number of interfaces and i want to set > the source address of the ping to ensure it goes over a specfic link > (and hence a specific VPN tunnel) > > an

[Nagios-users] check_ping and source address

2006-07-05 Thread Ben O'Hara
Hi Guys, Im looking at adding a ping check from our nagios host to a remote host, the nagios machine has a number of interfaces and i want to set the source address of the ping to ensure it goes over a specfic link (and hence a specific VPN tunnel) anyone know if this is possible at all? Ive had

Re: [Nagios-users] check_ping is segfaulting

2006-06-20 Thread Marco Ramos
Hi, On Tue, 2006-06-20 at 11:51 +0100, Alex Moore wrote: > Hello, > > Nagios mostly works just fine, but I have found that check_ping will > always crash when it runs against a couple of particular hosts. > > These hosts have IP addresses: 172.25.1.99 and 172.25.1.98. Check ping > succeeds for

[Nagios-users] check_ping is segfaulting

2006-06-20 Thread Alex Moore
Hello, Nagios mostly works just fine, but I have found that check_ping will always crash when it runs against a couple of particular hosts. These hosts have IP addresses: 172.25.1.99 and 172.25.1.98. Check ping succeeds for all other hosts, but just not these two. If I use the hostnames of these

Re: [Nagios-users] check_ping $ARG1$ not passing

2006-05-17 Thread Kirk Patton
> > To: nagios-users@lists.sourceforge.net > > > > Subject: [Nagios-users] check_ping $ARG1$ not passing > > > > > > > > > > > > Hello, > > > > > > > > I have looked through the archive and forms, but I have not >

  1   2   >