Whitespace cleanup
Plugins: unify shebang for ruby scripts
add example graphs for sshd_log plugin
Contributed by Niluge-KiWi: https://github.com/munin-monitoring/contrib/pull/770/files
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....
replace hard-coded paths (e.g. '/var/lib/munin/plugin-state') with '$MUNIN_PLUGSTATE'
see http://guide.munin-monitoring.org/en/latest/plugin/env.html
Use $MUNIN_PLUGSTATE instead of hardcoded path
Plugin-Gallery: get better 2nd level structure
Reduce number of categories, move "other" plugins
Category Tree: Reduce number of categoriesrackspace -> cloud (rackspace)openvpn -> network (openvpn)rethinkdb -> db (rethinkdb)glance -> cloud (glance)
More housekeeping.
- have some dirs