mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
Revert "nginx_byprojects: use more compatible perl expression"
This reverts commit a836f07d56
.
Closes: #922
This commit is contained in:
parent
b35840c5d0
commit
15d05f30c1
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ my $statepath = $ENV{MUNIN_PLUGSTATE};
|
|||
my $logtail = $ENV{logtail_path} || '/usr/local/bin/logtail';
|
||||
|
||||
my @loglist = grep {$_ =~ /site\./} keys(%ENV);
|
||||
my %envLogs = $ENV{@loglist};
|
||||
my %envLogs = %ENV{@loglist};
|
||||
my %logs;
|
||||
while(my($k, $v) = each %envLogs) { @logs{substr($k, 5)} = decode_json($v); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue