From b2974cc84cbbefb8d117765acb7230530963aa5c Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sat, 27 Oct 2007 13:00:42 +0000 Subject: * removed all the 'live' tests from the echoping probes --niko * log a warning message on the first 'round' of pinging if curl or echoping exits with non-zero status --niko --- lib/Smokeping/probes/EchoPingIcp.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/Smokeping/probes/EchoPingIcp.pm') diff --git a/lib/Smokeping/probes/EchoPingIcp.pm b/lib/Smokeping/probes/EchoPingIcp.pm index 17a1c50..1aaccc2 100644 --- a/lib/Smokeping/probes/EchoPingIcp.pm +++ b/lib/Smokeping/probes/EchoPingIcp.pm @@ -57,15 +57,6 @@ sub proto_args { return @args; } -sub test_usage { - my $self = shift; - my $bin = $self->{properties}{binary}; - croak("Your echoping binary doesn't support ICP") - if `$bin -t1 -i/ 0.0.0.1 2>&1` =~ /not compiled|usage/i; - $self->SUPER::test_usage; - return; -} - sub ProbeDesc($) { return "ICP pings using echoping(1)"; } -- cgit v1.2.3-24-g4f1b