summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-12-20 21:41:42 +0100
committerTobi Oetiker <tobi@oetiker.ch>2007-12-20 21:41:42 +0100
commit0898e91fb2a96607fe3919fc2330092a6c63a367 (patch)
treee8f128d7c40eed7a3c94df5a1252bb459c6a17d6 /lib/Smokeping
parente5090ee1fc507ac3ad5943b7d323b198bd4710d0 (diff)
downloadsmokeping-0898e91fb2a96607fe3919fc2330092a6c63a367.tar.gz
smokeping-0898e91fb2a96607fe3919fc2330092a6c63a367.tar.xz
remove check for timeredirects since this does not work without manual
Diffstat (limited to 'lib/Smokeping')
-rw-r--r--lib/Smokeping/probes/Curl.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Smokeping/probes/Curl.pm b/lib/Smokeping/probes/Curl.pm
index 346f141..7b3d3a9 100644
--- a/lib/Smokeping/probes/Curl.pm
+++ b/lib/Smokeping/probes/Curl.pm
@@ -210,9 +210,9 @@ sub test_usage {
$self->do_log("Note: your curl doesn't support the $feature feature (option $arghash{$feature}), disabling it");
}
map { delete $arghashref->{$_} } @unsupported;
- if ($curl_man !~ /\stime_redirect\s/) {
- $self->do_log("Note: your curl doesn't support the 'time_redirect' output variable; 'include_redirects' will not function.");
- }
+# if ($curl_man !~ /\stime_redirect\s/) {
+# $self->do_log("Note: your curl doesn't support the 'time_redirect' output variable; 'include_redirects' will not function.");
+# }
return;
}