snmp_room_alert_: move together with the other snmp plugins.
openvpn_multi: move together with the other openvpn plugins.
apache_status: change the vlabel to use the same unit as input.
This way it's possible to avoid the cdef altogether.
snmp__apc_ups2_: rename correctly.
snmp__acp_ups2_: move to sensors category.
snmp__acp_ups2_: remove commented-out cdef line.
snmp__ifx_: remove, superseded by snmp__if_.
This plugin does not use the standard Munin SNMP plugin interface, andis, nowadays, duplicating the functionality present in the mainsnmp__if_ plugin, which uses the 64-bit counters by default ifpresent, and fall back to the 32-bit ones if not.
snmp__if_combined: rewrite error handling.
Instead of just having a single "errors" value on the per-interfaceerror graphs, split it in errors and discards, then provide a totalfor the combined graph.
This way it's possible to see more details of what's going on at the...
snmp__if_combined: don't use cdef to generate the final value.
This actually simplifies the code, and avoids extra work on the masterside for no reason.
snmp__if_combined: provide CDEFs directives for the combined graph as well.
Borrowed data is raw, so in this case we want to make sure it's expressed in bits rather than octects.
Update plugins/network/ip_forward_
Fix typos in plugins/network/ip_forward_
add license
Added new plugin to monitor lighttpd web server
Moved sphinx_* plugins from directory php/ to sphinx/ because they're made to monitor sphinx search engine.
snmp__if_multi: fix properly ifAlias usage.
snmp__if_combined: restore the error graphing as it's done on snmp__if_multi
This brings it basically on feature parity with it, and more.
snmp__if_: remove in favour of snmp__if_ in main repository.
snmp__if_combined: graph all interfaces, not only ethernetCsmacd.
For routers it might very well that you're trying to graph tunnels aswell.
snmp__if_combined: rework to have both combined and split graphs available.
This basically almost replaces snmp__if_multi in full, as sub-graphswith interface traffic are generated as a set of detailed graphs. Itdoesn't yet compose graphs with the interface errors though.
misc: make some plugin speak dirtyconfig, saving a few roundtrips.
Merge pull request #209 from iborodikhin/master
Bug fixes in redis plugin
Fixed undefined variable use and division by zero in redis plugin
apache_status: set all minimals to 0 to discard negative values.
New plugin: mpdstats_.
apache_status: make it easy to monitor other hosts as a virtual node
apache_status: remove apache_average_request compatibility.
There is no reason to keep this, which is simply Apache's value fromapache_accesses, and that one we can actually configure with the period we want.
apache_status: add a new multigraph plugin to replace the old apache_* from the main repository.
This plugin uses a single requests to parse all the statistics insteadof making three of them, reducing the overhead, and uses themultigraph capabilities to generate the same graphs. The naming is...
apache_*: remove some references to the server-status URL when it's not used.
Strip hidden characters from raid-mismatch script
Seems to have windows line-endings and a hidden unicode (U+FEFF) character on the first line which stops it running for me.
snmp__apc_pdu: pass graph_args to put the limit to 0.
freeipmi: fix off-by-one in high limits.
FIXED: /etc/munin/plugins/pdns_rec_throttle: 40: Syntax error: end of file unexpected (expecting "fi")
freeipmi: fix multigraph declaration.
hwmon: fix autoconf when only one hwmon device is present.
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....
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; itaccesses the same data as that plugin, but does so through directaccess to /sys, following the kernel-mandated interface, instead of...
snmp__screenos: fix typos.
Merge pull request #201 from rfrail3/master
New plugins for ipvs
plugin for monitor ipvs
Merge pull request #200 from rfrail3/master
OpenVPN AS plugins
Merge pull request #191 from aborrero/master
Traffic plugin. Monitor total throughput by IP protocol.
Merge pull request #187 from ze42/master
cpu_linux_multi
Merge pull request #184 from iborodikhin/master
Mysql COUNT plugin
openvpn as plugins
Removed totals from child graphs and changed draw method for better readability
Multigraph plugin to monitor nginx cache status (everything, not only hits, misses and expired objects)
Merge pull request #185 from seidler2547/master
New Plugin: HugePages usage
Merge pull request #190 from rfrail3/master
New plugins for monitor Apache
Merge pull request #194 from jdponomarev/patch-1
Update plugins/mongodb/mongo_lag
Merge pull request #195 from jdponomarev/patch-2
Merge pull request #199 from dotdoom/master-ejabberd_scanlog_refactoring
Refactoring ejabberd_scanlog plugin
Merge pull request #192 from M3d1c5/master
Updated prosody plugin
Merge pull request #197 from nknotzer/master
Femon Plugin: Update to Version 1.3
More flexible config, making easier to add new log error types.Should be faster as well.
Fixing a warning in the ping plugin
Error message:Use of uninitialized value $ping_time in concatenation (.) or string at /etc/munin/plugins/ping line 176.
Fix is to declare a variable prior to using it in postfix-if assignment
Update plugins/dvb/femon
Fixed typos & bad English
Added support even larger numbers.
fixed bug for python 2.6 and for replica sets with arbiters
fixed pymongo connection - now allows to connect to a port different from 27017
Correct wildcard name handling
The previous awk function did not work for my system, always returned the script name instead. Replaced with the same clean and sanitary bash variable logic that if_ uses to extract the interface name from $0.
Updated prosody plugin to the most recent version
Adding custom label and vlabel environment variables support
added "Total bps" to help know the exact total traffic in the graph.
changed permissions, like others pluggins.
Added `traffic' plugin, to allow measure server total throughput in both IPv4 and IPv6
Fix grep command
New plugins for Apache web server
Merge pull request #189 from rfrail3/master
Add support for unix sockets in request and auto limit value
Remove outdated varnish3 plugins, point to upstream version
Add support for sockets
Merge pull request #188 from dotdoom/master-sshd_log_crlf_to_lf
sshd_log: CRLF to LF (bad interp. error)
Merge pull request #183 from rfrail3/master
Haproxy monitor plugin
interfaces_linux_multi: interfaces, supersampling, multigraph
First release3 graphs per interfaces :- bps- pkt/s- errorsgraph types can be disabled/enabledinterfaces can be included/excluded
cpu_linux_multi: fix a typo preventing it to run
change license
cpu_linux_multi: license
license, and a few more comments
cpu_linux_multi: detailed cpu usage per core (multigraph, supersampling)
add basic information and license header
new plugin to monitor HugePages (or Large Pages) usage under Linux
Added simple graph mode for queries without GROUP BY statement
Adding new plugin to monitor count of values matching specified criteria in Mysql table.
Repair bug in other responses
Haproxy monitoring
Merge pull request #182 from iborodikhin/master
"Warning" and "critical" use
Bug fix
Adding 'warning' environment variable use
Adding critical environment variable use
Merge pull request #181 from kuriyama/master
Fix usage of appname at munin symbol translation
FMS appname may include '-' chars, and was translated to '_' becauseof Munin dislike this character.
But original appname is required to retrive values from getAppStatsAPI. So preserve original appname and translate it at only actually...
Fixed bug which only displays the first 5 zones
nn_: fix configuration example
nn: no need for such a recent Perl
nn: use M::P::clean_fieldname()
Added support for mysqlconfig in plugin configuration file
Added support for mysqlconfig in munin-node.conf