Lars Kruse
e4cd049b01
Fix trivial instances of wrong autoconf exitcodes
2018-09-16 04:03:31 +02:00
Lars Kruse
17f784270a
Whitespace cleanup
...
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Lars Kruse
7c62b9b6de
added executable permission for multiple plugins
2018-03-09 00:18:30 +01:00
klemens
8589c6df43
spelling fixes (2nd try)
2017-04-17 22:43:38 +02:00
dipohl
95de964ec9
Plugin-Gallery: Get better 2nd level headings
...
sensors, weather, snmp
2017-02-24 17:30:35 +01:00
dipohl
e08a6448ce
Category Tree: Reduce number of categories
...
sphinx -> search
unicorn -> webserver
moved some plugins to other dirs to get better seconde level heading
2017-02-23 02:22:08 +01:00
dipohl
65652aa0bd
Category Tree: Reduce number of categories
...
ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..
2017-02-21 22:15:07 +01:00
dipohl
e00b066f2d
Category Tree: Reduce number of categories
2017-02-20 22:14:23 +01:00
Steve Schnepp
0ab4b3a083
battery_: make a wildcard plugin
2015-09-03 17:14:15 +02:00
Steve Schnepp
5ecffc3558
battery_: first version
2015-09-03 17:13:06 +02:00
Michael 'PoempelFox' Meier
23f3138c8e
new plugin for monitoring allnet ip sensoric devices (e.g. ALL4500)
2015-03-04 15:58:48 +01:00
Gabriele Pohl
e3899a30d8
Reduce number of categories, use more generic terms
2014-09-06 22:28:53 +02:00
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
nagyrobi
553811f889
Update voltcraft_tcm220_
...
v0.2 - added checksum validation of the parsed values
2014-04-02 13:26:19 +02:00
nagyrobi
738587993a
Create voltcraft_tcm220_
...
Munin plugin to monitor values reported by a Voltcraft TCM 220 or 320 temperature swicth module connected to a serial port.
2013-08-05 11:17:27 +02:00
Phil! Gold
5e6330c6c2
Document how to add an ESXi monitoring account.
2013-02-11 13:28:01 -05:00
Bart ten Brinke
ab27dffa6d
Fixed undefined warnings
2012-12-31 09:29:37 +01:00
Diego Elio Pettenò
5b22647d68
hwmon: support non-dirtyconfig capable nodes.
2012-12-30 09:27:05 -08: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ò
f63f73d3b5
sensors/hplog_*: remove in favour of hpasmcli2_
...
These two plugins are using a different command coming from the same
package as hpasmcli, they lack a license identification, and are a tad
more rough than the one that would replace them.
2012-11-21 09:16:28 -08:00
Diego Elio Pettenò
65fb3d8e5f
hpasmcli2_: try to be a bit more forgiving in perl choices.
2012-11-20 22:21:50 -08:00
Diego Elio Pettenò
c5ab6538cc
snmp_room_alert_: move together with the other snmp plugins.
2012-11-20 22:07:09 -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ò
157c0675fa
hwmon: fix autoconf when only one hwmon device is present.
2012-10-23 17:33:52 -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
Diego Elio Pettenò
fd5126e02b
hwmon: initial import of a sysfs-based plugin to monitor Linux hardware sensors.
...
This is designed as a replacement for the sensors_ plugin in Munin; it
accesses the same data as that plugin, but does so through direct
access to /sys, following the kernel-mandated interface, instead of
using the `sensors` command.
This allows much faster and reliable monitoring, especially on
dme1737-based systems where the driver is prone to failures.
Compared to the sensors_ plugin, this does not let you change the
warning/critical levels from the node configuration, nor to ignore any
particular sensor, as it provides whatever the kernel is providing.
Also, this plugin will show humidity and current readings, if present.
2012-10-23 17:14:54 -07:00
Diego Elio Pettenò
6201fbd9c3
esxi__sensors: remove broken reference to snmp__sensors.
2012-08-28 17:12:57 -07:00
Diego Elio Pettenò
c814853976
plugins: make all of them use graph_vlabel instead of graph_vtitle.
2012-08-23 08:56:01 -07:00
Diego Elio Pettenò
3bb2c5e2aa
Move weather plugins where they belong.
2012-08-09 16:00:56 -07:00
Diego Elio Pettenò
80956e267e
Remove sensors that use lm_sensors. These are already supported by sensors_ in main repository.
2012-08-09 15:59:50 -07:00
Diego Elio Pettenò
a5f447999c
Make the script executable as well.
2012-08-09 15:55:12 -07:00
Diego Elio Pettenò
cbba828a2b
Move freeipmi_ to sensors.
2012-08-09 15:54:56 -07:00
Diego Elio Pettenò
e5ce74926d
More housekeeping.
2012-08-06 22:20:20 -07:00
Diego Elio Pettenò
5d5bf6e4e5
Remove apcupsd plugin (is actually a readme file), reorder UPSes.
2012-08-06 21:36:33 -07:00
Diego Elio Pettenò
7da1b039c2
Put order in SNMP plugins by moving all of them together in snmp/
...
This makes it easier to find what should be used for SNMP monitoring.
2012-08-06 21:36:10 -07:00
Kenyon Ralph
868fab5283
organize sensor-like plugins into one directory
2012-06-21 23:02:36 -07:00
xavier renaut
a8f7b9030f
brand new, perl based, hplog_t-a-hp-proliant-server-temperatures plugin which will automatically graph any number of sensors.
2012-06-22 01:40:50 -04:00
xavier renaut
f51bde4ba7
added virtual fan - used on blades
2012-06-22 01:39:30 -04:00
xavier renaut
8439151d77
moved hplog_* to sensors
2012-06-22 01:37:09 -04:00
Kenyon Ralph
dd6dcd8728
organize ipmi plugins into one directory
2012-05-04 00:14:21 -07:00
Kenyon Ralph
ea6afd78e1
remove plugin existing in main munin repository
2012-04-24 01:55:09 -07:00
Kenyon Ralph
0c128fcb84
remove plugins existing in main munin repository
2012-04-24 01:24:05 -07:00
Andreas Thienemann
031d4e669f
Plugin to check fanspeed readings from a Thecus NAS server.
2012-03-07 12:09:04 +01:00
Andreas Thienemann
227e510310
updated (c) line
2012-03-07 11:59:43 +01:00
Andreas Thienemann
97cf6d3235
Minor changes to the documentation.
2012-03-07 11:55:49 +01:00
Andreas Thienemann
7b9893484c
Add snmp__areca_ plugin I still had lying around.
...
Needs a bit of cleanup but in the meantime it works to poll temperature, fan rpm and voltage from Areca RAID controllers.
2012-03-07 11:53:51 +01:00