Historique | Voir | Annoter | Télécharger (5,05 ko)
Fixed undefined warnings
freeipmi: implement suggestions from Bart ten Brinke for FreeIPMI 1.1.x.
This adds support for versions of FreeIPMI before 1.2 (without thethreshold information), and explicits the dependency information.
It also works with older Munin nodes where dirtyconfig is not supported.
misc: make some plugin speak dirtyconfig, saving a few roundtrips.
freeipmi: fix off-by-one in high limits.
freeipmi: fix multigraph declaration.
freeipmi: avoid reporting N/A values.
freeipmi: avoid using undefined values.
freeipmi: replace wildcard plugin with a multigraph one.
This new plugin is written in Perl rather than sh+awk, executesipmi-sensors only once per call (config/fetch still require two callstotal), and with one call it produces all the available graphsdepending on the available sensors....