Whitespace cleanup
Plugin cpu-usage-by-process: fix shellcheck issues
Plugin cpu-usage-by-process: fix autoconf output
Plugins eoc_subscribers_count: fix shellcheck issues
Plugin proftpd_count: fix shellcheck issues
Plugin proftpd_bytes: fix shellcheck issues
Plugin proftpd_count: fix autoconf handling
Plugin proftpd_bytes: fix autoconf handling
Review and unify category assignments of plugins
Plguin xen_memory: change 'draw' style from lines to AREASTACK
Plugins xen_*: fix 'autoconf' logic and exitcode
Plugins xen_*: fix shellcheck issues
Plugin virtualbox_*: fix shellcheck issues
Plugin zapchans: fix shellcheck issue
Plugin radwho_cnt: fix shellcheck issues
Move 'update' plugin to munin directory
Move 'qstatcod4and5_' to quake directory
Plugin qstatcod4and5_: fix shellcheck issues
Move munin-related plugins to 'munin' directory
Adjust categories for some mail-related plugins
Change category for plugins from 'network' to 'wireless'
Add plugin 'wireless_channel_active_'
fix wrong example-graph filenames
Merge pull request #923 from smith153/master
Fix Odd number of elements in hash at linux_diskstat_ line 321
Revert "nginx_byprojects: use more compatible perl expression"
This reverts commit a836f07d56e35d230cdd9586bd35aae6343e9771.
Closes: #922
Reading from /sys/block/*/stat does not provide the disk major and minornumbers (versus reading from /proc/diskstats). When saving the disk databack to a temp state file, these empty values for the disk major and...
Plugin rtom_allsessions_*: mention the default API version
Merge pull request #921 from sulaweyo/master
rtorrent version 0.9.7 compatible
switch default API to current
Merge branch 'plugin-multibandwidth'
Plugin multibandwidth: fix 'applicable systems' documentation hint
Plugin multibandwidth: unify whitespace
Plugin multibandwidth: explicit handling of configuration variables
Plugin multibandwidth: rename environment setting for limiting the valid range
Plugin multibandwidth: proper handling of invalid values
Plugin multibandwidth: simplify speed calculation
Update multibandwidth
I will update more changes in the next days
bing have some random spikes. Added a variable that is used to indicate the maximum value of mbps that can be recorded (in bps).
Plugin minecraft-users-ram_: return "U" if no value can be retrieved
Plugin minecraft-users-ram_: reduce scope of LC_LANG override
Plugin minecraft-users-ram_: more precise netstat output filtering
Plugin minecraft-users-ram_: simplify calculation; do not reduce accuracy
Plugin minecraft-users-ram_: more quoting, simpler output
Plugin minecraft-users-ram_: add documentation header
fixed CPU percent calculation
Added rough CPU usage reading
Also translated strings to english
Plugins: unify shebang for ruby scripts
Merge pull request #919 from WanpengQian/master
change dependency from gawk to awk
fix category to be the same on all
again formating
fix indentation, rename lagacy to pre09
drop seperate files and make api version configureable
Update rtom_allsessions_097_vol
fix version
Update rtom_allsessions_097_peers
Create rtom_allsessions_097_vol
Add 0.9.7 compatible version
Create rtom_allsessions_097_peers
Create rtom_allsessions_097_mem
Create rtom_allsessions_097_spdd
Merge branch 'plugin-kvm_net'
Closes: #916
kvm_net: add technical details to 'graph_info'
kvm_net: improve the network interface name parser and admit its limits
The network interface parser of this plugin was overly specific before.It relied on a specific format of the arguments handed over to kvm whilestarting the VM. For example the following format was usable:...
kvm_net: update VM name parsing
kvm_net: simplify argument handling
kvm_net: avoid shell when using Popen
kvm_net: fix python code style issues
kvm_net: switch to perldoc documentation header
kvm_net: switch to python3
kvm_net: use print function for python3-compatibility
kvm_net: unify whitespace
kvm_net: unify quoting
kvm_net: remove unused function 'find_vms_tap'
Merge branch 'lxc_ram-cleanup'
lxc_ram: simplify config with/without 'areastack'
lxc_ram: add support for DIRTYCONFIG
lxc_ram: use functions for actions
lxc_ram: unify whitespace
lxc_ram: change from bash to sh
lxc_ram: fix shellcheck issues
lxc_ram: simplify quoting
Merge pull request #738 from mittyorz/lxc
Ubuntu 14.04 support, new graph option
Merge pull request #864 from adekock11/patch-1
Allow to specify database password
Merge branch 'postgresql_transactions-cleanup'
Various small improvements of this trivial plugin.
postgresql_transactions: use perldoc documentation header
postgresql_transactions: configurable host and user
postgresql_transactions: add support for DIRTYCONFIG
postgresql_transactions: change from bash to sh; fix shellcheck issues
postgresql_transactions: use DERIVE instead of COUNTER
Change commit and rollback types to "COUNTER"
By doing this, munin knows to take the difference of each request, thereby showing you a true commit and rollback "per minute"
fix location of example graph for 'tl_sg'
Merge pull request #894 from mad-ady/master
Add support for monitoring packets and link status for TPLink SG108E …
Merge pull request #913 from Cyclenerd/master
Plugin to get hashrate of Flypool Zcash mining pool
add example graphs for sshd_log plugin
Contributed by Niluge-KiWi: https://github.com/munin-monitoring/contrib/pull/770/files
Merge pull request #773 from Niluge-KiWi/sshd_log_journald_cursor
other/sshd_log: use DERIVE datatype and support logs from journald too (using cursors)
plugin's readme: fix broken sentence
sshd_log: allow both types GAUGE and DERIVE, default to GAUGE
In fact for journald mode internally it really is type ABSOLUTE, becausewe use journald cursor to get only new logs on each collect. It resultsin the same value as with a plain log file and type DERIVE: it's the...
sshd_log: allow multiple journalctl args
Useful for multiple filtering.At the cost of not being able to pass spaces properly in args, butthat's uncommon.
sshd_log: fix label typo
sshd_log: remove env.category: it should not be configurable
sshd_log: POD style documentation