mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
hwmon: support non-dirtyconfig capable nodes.
This commit is contained in:
parent
548a2b626e
commit
5b22647d68
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ END
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
unless ( $ENV{MUNIN_CAP_DIRTYCONFIG} == 1 ) {
|
unless ( ($ENV{MUNIN_CAP_DIRTYCONFIG} || 0) == 1 ) {
|
||||||
exit 0;
|
exit 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue