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
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
sshd_log: cleanup autoconf
sshd_log: fix shellcheck warnings
sshd_log: use DERIVE datatype and support logs from journald too
Now shows the number of events per time unit, instead of a counteralways increasing until logrotate.
To use journald, set env.logfile to special value 'journald': It willread the sshd logs from journalctl _COMM=sshd....
Merge pull request #911 from pawohl/master
Add ILIAS plugin
ILIAS plugin v2: Use bash+CLI and combine graphs
Combine multiple graphs into one as suggested by@sumpfralle.
plugin ipset: add support for DIRTYCONFIG capability
plugin ipset: use "set -eu"
plugin ipset: fix shellcheck issues
Merge pull request #734 from Harvie/master
added graph for netfilter ipset
removed exit
Modified ipset according to #734
Merge https://github.com/munin-monitoring/contrib
p/multicpu1sec-c: fix stackoverflow in acquire()
When acquire() cannot open/create the cache file, it wrongly calleditself.
A fatal error is now thrown instead
p/*1sec-c: improve error handling
Sample graph of traffic
Changed link speed graphs to area instead of line for better visibility
Documentation for multiple instances and fake host, Link speed labels documented and drawn as different colors
Cleaned-up documentation, added config option for number of ports, renamed switch ip to hostname, added optional TCP port, changed category from switch to network
Renamed plugin name to allow a broader range of devices to reuse it
p/multicpu1sec-c: use stdlib IO
p/if1sec-c: handle absence of state file
unify DIRTYCONFIG handling in shell and python plugins
add new plugin "wireless_signal_ranges_"
monitor an overview for an anonymous (and maybe varying) set of wireless peers
olsrd: add example graphs
olsrd: various improvements
wireless_signal_noise_: add example graph
wireless_signal_noise_: various improvements
rename wifi_signal_noise_ to wireless_signal_noise_ (upstream name)
wireless_channel_occupation_: add example graph
ath9k: add example graphs
ath9k_: various improvements
move "ath9k_" from network to wifi
wireless_channel_active_: add example graphs
wireless_channel_occupation_: move from "network" to "wifi"
wireless_channel_occupation_: various improvements
use json.loadS
set U as default
print magic value U if error
plugin xen_cpu_v2: prevent "divide by zero"
Closes: #475
plugins ssl_ and ssl-certificate-expiry: various improvements
Closes: #893
Merge pull request #885 from daftaupe/syncthing
Add syncthing plugin
Clarify the non-declared env variables
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
codecs.getreader ("utf-8") added again
without python3.4 fails
better except
exit if api failed
reader removed
python3 only
plugin categories: fixed emc_vnx_file_ and opentracker_
plugin multiping_async: move to 'network'; fix filename