From 72804714f5a4a15706215c0ea3f0b4a288b3428f Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Mon, 28 May 2007 15:23:51 +0000 Subject: do not test echoping and curl functionality with 127.0.0.1 since there may be someone behind this address --- lib/Smokeping/probes/EchoPingIcp.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Smokeping/probes/EchoPingIcp.pm') diff --git a/lib/Smokeping/probes/EchoPingIcp.pm b/lib/Smokeping/probes/EchoPingIcp.pm index 7392e60..17a1c50 100644 --- a/lib/Smokeping/probes/EchoPingIcp.pm +++ b/lib/Smokeping/probes/EchoPingIcp.pm @@ -61,7 +61,7 @@ sub test_usage { my $self = shift; my $bin = $self->{properties}{binary}; croak("Your echoping binary doesn't support ICP") - if `$bin -t1 -i/ 127.0.0.1 2>&1` =~ /not compiled|usage/i; + if `$bin -t1 -i/ 0.0.0.1 2>&1` =~ /not compiled|usage/i; $self->SUPER::test_usage; return; } -- cgit v1.2.3-24-g4f1b