summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/EchoPingPlugin.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Smokeping/probes/EchoPingPlugin.pm')
-rw-r--r--lib/Smokeping/probes/EchoPingPlugin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/EchoPingPlugin.pm b/lib/Smokeping/probes/EchoPingPlugin.pm
index 79d2c0c..0762f45 100644
--- a/lib/Smokeping/probes/EchoPingPlugin.pm
+++ b/lib/Smokeping/probes/EchoPingPlugin.pm
@@ -79,7 +79,7 @@ sub test_usage {
my $bin = $self->{properties}{binary};
# is there anything smarter to do?
croak("Your echoping binary doesn't support plugins. At least version 6 is required.")
- if `$bin -m improbable_plugin_name 127.0.0.1 2>&1` =~ /invalid option/i;
+ if `$bin -m improbable_plugin_name 0.0.0.1 2>&1` =~ /invalid option/i;
$self->SUPER::test_usage;
return;
}