mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
hwmon: support non-dirtyconfig capable nodes.
This commit is contained in:
parent
548a2b626e
commit
5b22647d68
@ -173,7 +173,7 @@ END
|
||||
}
|
||||
}
|
||||
|
||||
unless ( $ENV{MUNIN_CAP_DIRTYCONFIG} == 1 ) {
|
||||
unless ( ($ENV{MUNIN_CAP_DIRTYCONFIG} || 0) == 1 ) {
|
||||
exit 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user