Update plugins/redis/redis-speed
Merge pull request #166 from Niluge-KiWi/master
nvidia_smi: Get memory usage even if nvmlDeviceGetUtilizationRates is not available
Merge pull request #165 from stimpy23/master
apache_vhosts updates
updated apache_vhost to actually work (at least on my debian squeeze machine..): Surrounded thaw by eval{} to suppress error at the very first run and escaped "." and "-" at the sanitizing regex in apache_pipelogger
Merge pull request #164 from Flameeyes/master
SNMP & JMX plugins improvements
Move some more plugins in their place.
Move weather plugins where they belong.
Remove sensors that use lm_sensors. These are already supported by sensors_ in main repository.
Make the script executable as well.
Move freeipmi_ to sensors.
Move php plugins where they belong.
Remove jmx2munin.
This plugin is also developed on its own GIT repository:
https://github.com/tcurdt/jmx2munin
Remove snmp_hp_.
This plugin is doing the same thing that snmp__if_ is doing, but itdoesn't have a clear license and does not support 64-bit counters.
Remove snmp plugins for printer supplies.
At least Munin 2.0 already provides snmp__printer_supplies that takescare of the same data (they all use Printer-MIB values). Also thatplugin uses Munin's own SNMP abstraction instead of using net-snmpcommands directly, which makes it more suitable for the job.
Remove executable bit from images.
snmp__if_combined: create a single graph showing traffic from all interfaces.
This allows normalising the graph range and shows aberrations in thebandwidth usage more clearly.
Merge pull request #162 from Flameeyes/master
Housekeeping
More housekeeping.
Extract tarballs committed to git as plugins.
Remove plugins that are managed as a separate repository.
activemq: http://sourceforge.net/p/munin-activemq/home/Home/twilio-balance: https://github.com/jsoncorwin/twilio-munin
Uncompress assp-* plugins that were shipped as gzip.
More housecleaning.
Collapse some categories; remove duplicates; move plugins in wherethey belong, remove files that are not really plugins at all.
ipmi: remove the multiple IPMI plugins and simply introduce my FreeIPMI plugin.
This is a catch-all that will work with any recent FreeIPMI andactually supports all the features of the others.
Do some more housecleaning.
Remove apcupsd plugin (is actually a readme file), reorder UPSes.
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.
ups: remove two older PDU plugins.
My plugin uses the same SNMP framework as the official plugins inmunin; these use either sh and net-snmp commands, or Net::SNMPdirectly, and neither seems to be generic enough.
snmp__apc: initial import.
This is a simple plugin that makes it possible to monitor the ampdrain on APC's PDUs.
Merge pull request #161 from ndonegan/master
Wildcard to multigraph conversion of imapproxy
Renamed to imapproxy_multi
Converted imapproxy_ to multigraph
Merge pull request #160 from Marenz/patch-1
Update plugins/teamspeak/ts3v2_
prevent error "Use of uninitialized value $ARGV0 in string eq"
Merge pull request #159 from C-Duv/patch-1
Make the php_apc.php script's URL configurable
Merge pull request #158 from ndonegan/imapproxy
Added in an imapproxy plugin
Moved the imapproxy_ plugin to the mail directory
I've made the "URL" parameter look up if not already defined (in munin-node configuration file) before defaulting to http://localhost/php_apc.php.
Merge pull request #157 from iborodikhin/master
Little optimization of plugin
Merge pull request #154 from dotdoom/master-private
Featuring ping plugin
Adding limits to optimize traffic between Sphinxsearch and plugin
Ping plugin: updated info, fixed labels, new image
Rewriting Ping plugin in perl
Merge pull request #156 from ndonegan/master
LVM Plugin Tidy
Merge pull request #155 from iborodikhin/master
New plugin for SphinxSearch
Merge pull request #145 from lexsimon/master
Little plugin for Solr
Moving usage documentation from README.md to plugin file header
Redirected the output of which to the great bitbucket in the sky.
Converted the documentation to POD
Added some basic checks to lvm_
Updating README.md to correct syntax
Including readme file
Added plugin which shows number of documents in Sphinx index.
Merge pull request #153 from dotdoom/master
ejabberd_scanlog plugin update
Merge pull request #152 from ndonegan/master
LVM Plugin Fix
Merge pull request #148 from sayadn/master
Celery plugins compatible to it's current version
Merge pull request #147 from stfnndrsn/master
MongoDB Replication Lag
remove redundant README and move BIRD plugin to network directory
Merge pull request #146 from luben/master
Plugin for Bird dynamic routing daemon monitoring
Merge pull request #143 from azet/master
added ntp PLL precision and tolerance graphing, merged timing directories
Adding simple and useful ping plugin
Typo in the config example fixed.
Updated the graph title.
Renamed back to lvm_
Added in a suggest function in order to get the wildcard working again
Modifying ejabberd_scanlog
lvs defaults to multiples of 1024 so updating the base for the graph.
Updated the line updating the "vg" variable.
Renamed lvm_ to lvm as otherwise munin-node is treating it as a wildcard plugin
Merge pull request #150 from ndonegan/master
Small typo fix in the xen-multi plugin.
/bin/sh is way better.
Fixed small typo in the POD documentation for xen-multi
Merge pull request #149 from markcaudill/master
Add plugin to track Reddit karma.
Add check for curl during autoconf.
Renamed plugins to their actual names
Update task's states to work with Celery 3.0
Simplify graph logic, don't use a multigraph
Initial commit of mongo_lag
[NEW] use curl instead of relying on allow_url_fopen if extension exists[FIX] indexSize now returns values in Bytes and graph is 1024 based[NEW] fieldValueCache aliases declaration[FIX] (minor) admin path contains two '/'
Add Bird dynamic routing daemin monitoring plugin
[FIX] wfsolr_indexSize: always output values in the same unit (MB)
[NEW] wfsolr_ derived from solr-stats, with some additions:
- added ntp plugins for precision and tolerance graphing- merged timing directoriessee last pull request: https://github.com/munin-monitoring/contrib/pull/112
Added comment about running as root
actually test if it can be run
plugins are executable
fix sh warnings
Merge pull request #139 from varnav/master
monitoring number of active asterisk channels
Merge pull request #1 from steveschnepp/patch-1
Port to /bin/sh
asterisk_channels plugin first added
This plugin monitors number of active asterisk channels
Merge pull request #138 from clorch/master
Fixed mysql_size_all to support database names with a "-" character
Added a link to tuto for commit comments
Fixed stupid last line
Fixed plugins/mysql/mysql_size_all to support database names with a "-" character
Merge pull request #137 from ftopia/extend_resque_with_namespace_and_queues_size
define namespace for resque plugin
[resque] allow a namespace to be defined as an environment variable[resque] add a graph to monitor queue size