summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/EchoPingChargen.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Smokeping/probes/EchoPingChargen.pm')
-rw-r--r--lib/Smokeping/probes/EchoPingChargen.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Smokeping/probes/EchoPingChargen.pm b/lib/Smokeping/probes/EchoPingChargen.pm
index a75153d..e6d0984 100644
--- a/lib/Smokeping/probes/EchoPingChargen.pm
+++ b/lib/Smokeping/probes/EchoPingChargen.pm
@@ -42,15 +42,6 @@ sub proto_args {
return ("-c");
}
-sub test_usage {
- my $self = shift;
- my $bin = $self->{properties}{binary};
- croak("Your echoping binary doesn't support CHARGEN")
- if `$bin -c 2>&1` !~ /^Usage/i;
- $self->SUPER::test_usage;
- return;
-}
-
sub ProbeDesc($) {
return "TCP Chargen pings using echoping(1)";
}