summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping/probes/EchoPingHttps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Smokeping/probes/EchoPingHttps.pm')
-rw-r--r--lib/Smokeping/probes/EchoPingHttps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping/probes/EchoPingHttps.pm b/lib/Smokeping/probes/EchoPingHttps.pm
index 8800592..941df32 100644
--- a/lib/Smokeping/probes/EchoPingHttps.pm
+++ b/lib/Smokeping/probes/EchoPingHttps.pm
@@ -54,7 +54,7 @@ sub test_usage {
my $self = shift;
my $bin = $self->{properties}{binary};
- my $response = `$bin -C -h / 127.0.0.1 2>&1`;
+ my $response = `$bin -C -h / 0.0.0.1 2>&1`;
croak("Your echoping binary doesn't support SSL")
if ($response =~ /(not compiled|invalid option|usage)/i);
$self->SUPER::test_usage;