snmp__apc_pdu: rename from snmp__apc.
APC UPSes are different and will have different kind of graphs.
snmp__cpu: remove plugin superseded by snmp__cpuload.
snmp__memory_win, snmp_memory: remove plugins superseded by snmp__memory.
The snmp__memory plugin will do the same graphs and is part of Munin'sdistribution as of 2.0.5.
snmp__apc: rewrite to make use of get_entries and get_hash.
This should simplify quite a bit the handling of 3-phase PDUs, amongother things.
snmp__screenos: don't print anything after snmpconf.
snmp__screenos: align for readability.
snmp__if_combined: don't pull in unneeded data.
snmp__screenos: support receiving CPU utilization information.
snmp__screenos: first version of a plugin to monitor Juniper ScreenOS Resources
Right now this produces two graphs: memory and session allocation. CPUtime will be added shortly.
Merge pull request #174 from UWMobileLearningLab/master
New plugin for ARIS
Added GPL2 License in Header
Added plugin for ARIS
This plugin allows munin users to monitor server instances of the ARISlocative game engine. See http://arisgames.org
Merge pull request #173 from telematika/master
php-cgi improvements
Use ${CMD_...} only to check if command existsand use the real command e.g. grep, sed, etc. in the command line.
Remove "[GB]" from graph title.
Added output of memory usage to graph.
The memory consumption of all processes (not threads) is calculatedin GB and added to the graph.
Don't use hard coded paths to the used command line tools.
The tools grep, sed and wc may have a different path. Thereforethey are now evaluated via "which". If a command is not found the scriptexits with an error message and the exit code 1.
Merge pull request #172 from Flameeyes/master
One fix for my plugin and then remove deprecated graph_vtitle
plugins: make all of them use graph_vlabel instead of graph_vtitle.
snmp__apc: have a static title for the graph.
Instead of adding model and serial number to the graph itself, use astatic title for it and instead provide the model and serial number aspart of graph_info.
This change makes it much easier to forward the warning/critical...
Merge pull request #170 from MaxDudu/master
fix set call for redis-speed plugin
Merge pull request #169 from ndonegan/master
Changed from "which" to "command" to make the script a bit more POSIX compliant
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