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
Cleanup suggested by maintainer
Add documentation and example graphs for the tc_ plugin
Merge branch 'master' of https://github.com/munin-monitoring/contrib
Merge pull request #739 from RubenKelevra/patch-2
plugins: network/udp-statistics: added more fields
[udp-statistics] rename 'errors' field, add more fields
Area stack children
Output fields of tc can vary, possibly causing corrupted data to be gathered.
Look specifically for the "bytes" keyword
Make awk script more readable
Cosmetic whitespace uniformity
Hardcode tc path so we can run the script as non-root
[tr_ratios] restructure code
[tr_ratios] add documentation
[tr_ratios] include awk scripts; awk instead of gawk
since we cannot rely on the location of the two included awk scripts, wejust include them literally
[tr_ratios] switch from bash to sh; quoting
To get rid of non ascii characters in graphs
Merge pull request #728 from shtrom/upnpc_
[plugins/upnpc_] Add upnpc-based router monitoring plugin
[upnpc_] Move to network/ and document graphs
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Merge pull request #723 from sumpfralle/network-wifi-signal-noise
network: new wifi_signal_noise_ plugin for signal strength and noise
Merge pull request #687 from smith153/master
Fix plugins: QOS, modem-nvg510 and weather/temperature_
Merge pull request #590 from dgilman/master
vnstat_month: suppress warnings in perl 5.18+
Merge pull request #662 from farrokhi/master
Fix fieldname matching and correctly draw inout graphs [pf_table_ plugin]
Merge pull request #664 from sumpfralle/network-olsrd
new network plugin added: olsrd
Merge pull request #663 from sumpfralle/network-wifi-occupation
new network plugin added: wireless_channel_occupation
Merge pull request #668 from sumpfralle/network-wireless-ath9k
network: wireless ath9k
Merge pull request #634 from darac/topic-zenus
zenus_: Handle "unlimited" accounts
dhcp-pool: Fix off-by-one error in pool size.
"range" statement gives the lowest and highest IP addresses (bothinclusive) in a pool. dhcp-pool did not count the highest addresswhen calculating pool size.
dhcp-pool: Ignore comments in conffile.
This prevents dhcp-pool from detecting commented-out "range" statements.
Use longer timeout.
Replace digit regex.
Sometimes a digit column is blank and thus fails to be grabbed by theold regex. Just grab all of them and index as such.
Merge remote-tracking branch 'upstream/master'