mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
fix plugins for new rules
This commit is contained in:
parent
58f0ab64f3
commit
9cd0bba835
9 changed files with 9 additions and 9 deletions
|
@ -166,7 +166,7 @@ if (defined($ENV{'beextratolerant'})) {
|
|||
}
|
||||
}
|
||||
#print($sensordata->[0]);
|
||||
foreach $k (keys($sensordata)) {
|
||||
foreach $k (keys(%$sensordata)) {
|
||||
if ($k =~ m/^n(\d+)$/) { # Special handling: Could be output from the OLD XML interface.
|
||||
my $nr = $1;
|
||||
if (defined($sensordata->{'s'.$nr})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue