2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Andrei
5ee4d8cf4a Configuration for local ipmi monitoring
Added comment with guide how to configure plugin for local monitoring
2014-06-19 23:42:26 +03:00
Bart ten Brinke
ab27dffa6d Fixed undefined warnings 2012-12-31 09:29:37 +01:00
Diego Elio Pettenò
548a2b626e freeipmi: implement suggestions from Bart ten Brinke for FreeIPMI 1.1.x.
This adds support for versions of FreeIPMI before 1.2 (without the
threshold information), and explicits the dependency information.

It also works with older Munin nodes where dirtyconfig is not supported.
2012-12-30 09:25:17 -08:00
Diego Elio Pettenò
060ddd51f2 misc: make some plugin speak dirtyconfig, saving a few roundtrips. 2012-11-11 16:56:29 -08:00
Diego Elio Pettenò
910d197016 freeipmi: fix off-by-one in high limits. 2012-10-25 22:29:18 -07:00
Diego Elio Pettenò
4c0e44be9d freeipmi: fix multigraph declaration. 2012-10-24 07:36:20 -07:00
Diego Elio Pettenò
9a46eb9bf5 freeipmi: avoid reporting N/A values. 2012-10-23 17:26:08 -07:00
Diego Elio Pettenò
1f9d76a7cb freeipmi: avoid using undefined values. 2012-10-23 17:20:46 -07:00
Diego Elio Pettenò
7ed16b61e5 freeipmi: replace wildcard plugin with a multigraph one.
This new plugin is written in Perl rather than sh+awk, executes
ipmi-sensors only once per call (config/fetch still require two calls
total), and with one call it produces all the available graphs
depending on the available sensors.

This still allows for monitoring a remote system, and that becomes
even more interesting since it only fetches data once.

The plugin will also now fail autoconf if there is no sensor output
that can be monitored.
2012-10-23 17:14:57 -07:00