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
plugin percona_: fix python style; python3 compatibility
plugin relayd: fix category spelling
plugin snmp__juniper: change category from "system" to "fw"
Merge pull request #915 from Talkless/patch-1
Fix du-2 to use clean_fieldname()
Munin ILIAS plugin: First release
Update du-2 to fix "No .label provided" error by using clean_fieldname().
Fix 2 forgotten backslashes
plugin apt_ubuntu: various improvements
plugin ksm_: various improvements
plugin cpanp_o: change category from 'other' to 'security'
plugin approx: move from 'approx' to 'apt'
plugin approx: various improvements
All PEP8 issues are fixed now.
Plugin backup: fix quoting
plugin categories: reorganize multiple plugins
plugin categories: other -> htc (crypto currencies)
plugin categories: other -> cloud
plugin categories: other -> sensors
plugin categories: other -> voip
nagios_multi_: fix categories according to well-known category list
Improve plugins call to status and few other fixes
Add strelay_ example graphs
Zcash Flypool Hashrate
Munin plugin to monitor your zcash.flypool.org hashrate.
Plugin deluge_: fix style issues
Plugin swift-dispersion: fix style issues
Plugin etherscan_balance_: fix style issues; change to python3
Plugin sockstat-via-procfs: fix style issues
Plugin monit_parser: fix style issues
Plugin weather_press_: fix style issues
Plugin bacula_sd: fix type issues
add trivial .flake8 file (for flake8/PEP8) checks
Plugin prosody_: fix style issues
various plugins: fixed small style issues
Plugin glance_size_: fixed style issues
Plugin: weather_temp_: fix style issues
Plugin weather_: fixes style issues
Plugin sphindex_: fix style issues
Plugin bacula_job: various improvements, flake8-clean