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
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
Add check for curl during autoconf.
Add plugin to track Reddit karma.
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
Port to /bin/sh
asterisk_channels plugin first added
This plugin monitors number of active asterisk channels
Fixed stupid last line
Fixed plugins/mysql/mysql_size_all to support database names with a "-" character
[resque] allow a namespace to be defined as an environment variable[resque] add a graph to monitor queue size
incorporate rewrite provided by TSUCHIYA Masatoshi <tsuchiya@namazu.org>
organize sensor-like plugins into one directory
sequoia_websens: encode as UTF-8 and whitespace cleanup
brand new, perl based, hplog_t-a-hp-proliant-server-temperatures plugin which will automatically graph any number of sensors.
added virtual fan - used on blades
moved hplog_* to sensors
Merge pull request #134 from minitux/master
New plugin : php_fpm_process
organize php plugins
organize email-related plugins into the mail directory
Merge pull request #124 from KonstantinKuklin/master
Plugins for Sphinx written on PHP
New plugin : get php-fpm status with fastcgi::client perl lib
so without need http protocol to get the information
make sure host_name is only printed once per plugin call
correct code indention, remove whitespaces at EOL, add documentation about vCenter usage
add the possibility to create graphs for all hosts managed by a vCenter with one plugin call
update view data; make everything work via vCenter too; add option to flatten the view to allow moving of VMs between hosts without breaking the VM graphs
Merge pull request #130 from mhwest13/master
Tweaked / Added to Redis Plugin
Updating redis plugin
Added autoconf and suggest capabilities, added additional graphs,and tweaked some existing graphs in order to attempt to meet bestpractices
Merge pull request #122 from C-Duv/netatalk
Adding "netatalk" plugin: monitors number of files held open by the Netatalk/AFP clients
Bugfix: missing perl argument
This was keeping this pluggin from configuring correctly on my arch box
Plugins for Sphinx on PHP
netatalk plugin moved to network directory and family.
Memory by user plugin
It enable a visualisation of memory usage per users.
Adding "netatalk" plugin: monitors number of files held open by theNetatalk/AFP clients.
Allow possibility to show tenant name instead of tenant id in graph
Fix import problem when keystone is not present