Fix utf8 encoding of author names
[whois_] Plugin to monitor domain registration expiries
This plugin only monitors one domain per instance, but should be easilyextensible to monitor several at once if need be.
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Merge pull request #1086 from shtrom/transmission-consistency-fixups
[plugins/transmission] Fixups for consistency
[plugins/transmission] Lint
squash! [plugins/transmission] Fixups for consistency
Only show host in title when not localhost
Ruby plugins: apply code changes as suggested by "rubocop --auto-correct"
Ruby plugins: apply style changes as suggested by "rubocop --fix-layout"
Unify file encodings to UTF8
Fix spelling mistakes
Use standard colours for the transmission_activity plot (but keep adarker one for paused torrents).
Also, remove the ${host} from the graph_title, and add it in thegraph_info, for better groupability.
Fix spelling mistakes in variable names
Thanks, codespell!
Fix spelling mistakes in comments and descriptions
typo: retransmited -> retransmitted
Signed-off-by: corbolais <corbolais@gmail.com>
[network/upnpc_] Add missing vlabel
[transmission] Show counts as stacked areas
[network/hostsdeny] Refactor to support any blocked service
The HostDenied field is renamed to ssh. To preserve existing data,
This refactor incidentally also fixes a bug where empty or commented-out...
Fix titles of similar plugins so they are better grouped in category views
[router/upnpc] Fix autoconf
[network/upnpc_] Add support for host_name
[network/upnpc] Add hostname in graph titles
[network/upnpc_] Add multigraph support
[network/upnpc_traffic] Show max bitrate
Deprecate bitrate mode in suggest, but keep support for it so as not tobreak existing installations.
[network/upnpc_] Add dirtyconfig support
[network/upnpc_] Cleanup shell code and centralise call to upnpc
Fix multiple python code issues (detected by flake8)
[network/upnpc_] don't let the shell expand ${graph_period}
Also, update license and add SPDX identifier
Plugins tc_*: check existence of "tc" during autoconf
Merge branch 'fix-autoconf-exitcode'
Various plugins still followed the old (before 2009?) convention of usinga non-zero exitcode for indicating "no". Most of these (obvious) occasionsshould be fixed now.
Restructure incomplete or broken "autoconf" implementations
Some plugins with non-zero autoconf exitcodes (it must be zero instead)deserved a bit of code cleanup for improved readability.
Fix trivial instances of wrong autoconf exitcodes
network.tc*: add the ability to detect systemd based network device names
Whitespace cleanup
Review and unify category assignments of plugins
fix wrong example-graph filenames
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 ipset: add support for DIRTYCONFIG capability
plugin ipset: use "set -eu"
plugin ipset: fix shellcheck issues
removed exit
Modified ipset according to #734
Merge https://github.com/munin-monitoring/contrib
p/*1sec-c: improve error handling
p/if1sec-c: handle absence of state file
olsrd: add example graphs
olsrd: various improvements
move "ath9k_" from network to wifi
wireless_channel_occupation_: move from "network" to "wifi"
wireless_channel_occupation_: various improvements
plugin multiping_async: move to 'network'; fix filename
plugin categories: reorganize multiple plugins
Plugin sockstat-via-procfs: fix style issues
rename plugin example graphs for plugin gallery visualization
Some example graphs did not follow the naming convention required by theplugin gallery.
added executable permission for multiple plugins
shell: use 'command -v' instead of 'hash' (for non-bash)
see https://stackoverflow.com/a/677212
iptables-related plugins: use "-w" for consistent results
The parameter "-w" forces iptables to wait for a lock beforeprinting data.
The parameter requires iptables 1.6 (released 2015).
See https://github.com/munin-monitoring/munin/issues/586
olsrd: adjustments for the output format used by olsrd v0.9.5
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
Merge pull request #834 from ka7/feature/spelling2
spelling fixes (2nd try)
Correction of a bug with spaces when there was an output of more than 2 digits
multibandwidth
Plugin to monitor the bandwidth between localhost and serveral hosts.
Plugin-Gallery: Get better 2nd level headingsReview of category "system"
Plugin-Gallery: Get better 2nd level headingsReview of category processes, system, snmp
Plugin-Gallery: Better 2nd level headings
Plugin-Gallery: get better 2nd level structure
Reduce number of categoriesbird -> network (bird)chilli -> wireless (chilli)geowebcache -> other (geowebcache)healthcheck -> other (healthcheck)j-chkmail -> mail (j-chkmail)mythtv -> tvscalix -> mail
Reduce number of categories, move "other" plugins
Reduce number of categories
Category Tree: Reduce number of categoriessquid -> webserver (squid)openfire -> chatenfs -> fsxastir -> radio
Category Tree: reduce number of categories
Gallery: single dirname shall show up as second level heading
Category Tree: Reduce number of categoriesfirebird -> dbmssql -> dbpdns -> dns
Category Tree: Reduce number of categories
Update avm-fritzbox-wan-traffic to remove spikes
Switched from COUNTER to DERIVE and added .min = 0 to remove spikes on re-connect of the WAN port (which cause a reset of the counter).
add motorola_sb6141 plugin to monitor the Motorola SB6141 cable modem
Merge pull request #764 from nyetwurk/master
Prevent data corruption if output fields of "tc -s" vary, stack children lines
Add the documentation in to the script. Should have gone with previous commit.
Add comment for hardcoded hop_o value and configs
Make whitespace consistent, converting tabs to 4 spaces and fixing indents
Use source hostname as first 'hop' value (removing it from graph title)
Add source HOST to graph_title
Embed tc_ pod documentation into the plugin itself
Forgot the suggest tag
Set family to auto in tc_.pod as well