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
Fixed typos & bad English
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.
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
change license
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
Added newznab plugin
senderscore: fix doc
Update plugins/system/debsecan
adjusted patterns to grep
tomcat access plugin
Add a plugin for monitoring senderscore repuation.
Added nginx check for upstream access times
Changed from COUNTER to DERIVE with a min of 0 for CPU time.
snmp__brocade_ifs: rename and update code to use the new name.
esxi__sensors: remove broken reference to snmp__sensors.
Move and rename cirix netscaler plugins as well.
netapp: move plugins within snmp folder as that's what they are.
Fix them so that the renamed version works; these still don't useMunin::SNMP and somebody who has access to them might want to renamethem.
netapp_if_: remove, superseded by snmp__if_.
boinc_projs: avoid using snmp references.
There is no reason to feign this is a SNMP plugin; it's just like anyother virtual node.
printer-ink-levels-by-percent: remove as superseded by snmp__print_supplies
Cleanup APC UPS plugins using SNMP.
Remove the plugins using snmpwalk to produce their results, as thereare three different, Perl-based implementations.
Of these, one might not work because it uses net-snmp and thus rely onthe presence of some MIB file which might not be present....
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.
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
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.
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
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
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.
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