1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

[http_load_] link $debug to $MUNIN_DEBUG (munin-run --pidebug)

This commit is contained in:
Olivier Mehani 2017-06-14 21:51:07 +10:00
parent 3deea89851
commit caea776610

View file

@ -91,7 +91,7 @@ use LWP::ConnCache;
my $url_file="/etc/munin/http_load_urls.txt";
my $cachedir=$ENV{MUNIN_PLUGSTATE};
my $debug=0;
my $debug=$ENV{MUNIN_DEBUG};
my $timeout=10;
my $max_redirects=10;
my $scriptname="http_load_";