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:
parent
3deea89851
commit
caea776610
1 changed files with 1 additions and 1 deletions
|
@ -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_";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue