Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / network @ d7f54f3e

# Date Auteur Commentaire
d7f54f3e 2020-09-23 16:22 Lars Kruse

Fix utf8 encoding of author names

4ce9e742 2020-09-10 19:16 Olivier Mehani

[whois_] Plugin to monitor domain registration expiries

This plugin only monitors one domain per instance, but should be easily
extensible to monitor several at once if need be.

Signed-off-by: Olivier Mehani <>

81bdedaf 2020-09-06 15:56 Lars Kruse

Merge pull request #1086 from shtrom/transmission-consistency-fixups

[plugins/transmission] Fixups for consistency

92483a04 2020-08-30 22:56 Olivier Mehani

[plugins/transmission] Lint

Signed-off-by: Olivier Mehani <>

897de1bb 2020-08-30 22:55 Olivier Mehani

squash! [plugins/transmission] Fixups for consistency

Only show host in title when not localhost

809639ab 2020-08-25 11:44 Lars Kruse

Ruby plugins: apply code changes as suggested by "rubocop --auto-correct"

b0b39b01 2020-08-25 11:44 Lars Kruse

Ruby plugins: apply style changes as suggested by "rubocop --fix-layout"

3bc93969 2020-08-25 11:44 Lars Kruse

Unify file encodings to UTF8

36748826 2020-08-25 11:44 Lars Kruse

Fix spelling mistakes

e254623b 2020-05-27 04:02 Olivier Mehani

[plugins/transmission] Fixups for consistency

Use standard colours for the transmission_activity plot (but keep a
darker one for paused torrents).

Also, remove the ${host} from the graph_title, and add it in the
graph_info, for better groupability.

Signed-off-by: Olivier Mehani <>

f776b7e0 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in variable names

Thanks, codespell!

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

561da1a3 2020-02-28 18:33 corbolais

typo: retransmited -> retransmitted

Signed-off-by: corbolais <>

6ad466b1 2019-10-13 10:59 Olivier Mehani

[network/upnpc_] Add missing vlabel

Signed-off-by: Olivier Mehani <>

6ca9f65a 2019-10-13 10:59 Olivier Mehani

[transmission] Show counts as stacked areas

Signed-off-by: Olivier Mehani <>

cfe070ea 2019-10-13 10:59 Olivier Mehani

[network/hostsdeny] Refactor to support any blocked service

The HostDenied field is renamed to ssh. To preserve existing data,

  1. cd /var/lib/munin/example.net
  2. mv hostname-hostsdeny-HostsDenied-g.rrd hostname-hostsdeny-sshd-g.rrd

This refactor incidentally also fixes a bug where empty or commented-out...

e926acaf 2019-10-13 10:59 Olivier Mehani

Fix titles of similar plugins so they are better grouped in category views

Signed-off-by: Olivier Mehani <>

cf747932 2019-10-03 11:28 Olivier Mehani

[router/upnpc] Fix autoconf

Signed-off-by: Olivier Mehani <>

282b32b0 2019-10-03 11:28 Olivier Mehani

[network/upnpc_] Add support for host_name

Signed-off-by: Olivier Mehani <>

01edaf00 2019-10-03 11:28 Olivier Mehani

[network/upnpc] Add hostname in graph titles

Signed-off-by: Olivier Mehani <>

076545b5 2019-10-03 11:28 Olivier Mehani

[network/upnpc_] Add multigraph support

Signed-off-by: Olivier Mehani <>

3212af2e 2019-10-03 11:28 Olivier Mehani

[network/upnpc_traffic] Show max bitrate

Deprecate bitrate mode in suggest, but keep support for it so as not to
break existing installations.

Signed-off-by: Olivier Mehani <>

5382722f 2019-10-03 11:28 Olivier Mehani

[network/upnpc_] Add dirtyconfig support

Signed-off-by: Olivier Mehani <>

81bf32a5 2019-10-03 11:28 Olivier Mehani

[network/upnpc_] Cleanup shell code and centralise call to upnpc

Signed-off-by: Olivier Mehani <>

be192b52 2019-08-12 23:16 Lars Kruse

Fix multiple python code issues (detected by flake8)

92db831b 2019-06-06 06:20 Olivier Mehani

[network/upnpc_] don't let the shell expand ${graph_period}

Also, update license and add SPDX identifier

Signed-off-by: Olivier Mehani <>

6995742e 2018-09-17 21:07 Lars Kruse

Plugins tc_*: check existence of "tc" during autoconf

272220c6 2018-09-16 09:18 Lars Kruse

Merge branch 'fix-autoconf-exitcode'

Various plugins still followed the old (before 2009?) convention of using
a non-zero exitcode for indicating "no". Most of these (obvious) occasions
should be fixed now.

9cef55a3 2018-09-16 09:17 Lars Kruse

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.

e4cd049b 2018-09-15 22:03 Lars Kruse

Fix trivial instances of wrong autoconf exitcodes

f3347821 2018-09-10 14:03 RubenKelevra

network.tc*: add the ability to detect systemd based network device names

17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
33e95e6f 2018-08-01 17:56 Lars Kruse

Review and unify category assignments of plugins

fdb2bb0d 2018-08-01 16:19 Lars Kruse

fix wrong example-graph filenames

14436e80 2018-07-11 14:42 Lars Kruse

Plugin multibandwidth: fix 'applicable systems' documentation hint

ecc6e30d 2018-07-11 14:42 Lars Kruse

Plugin multibandwidth: unify whitespace

5fb2e02e 2018-07-11 14:40 Lars Kruse

Plugin multibandwidth: explicit handling of configuration variables

580a39ed 2018-07-11 14:40 Lars Kruse

Plugin multibandwidth: rename environment setting for limiting the valid range

ade6f5f2 2018-07-11 14:40 Lars Kruse

Plugin multibandwidth: proper handling of invalid values

49aecf4e 2018-07-11 14:40 Lars Kruse

Plugin multibandwidth: simplify speed calculation

1ae4ac09 2018-07-11 14:40 Jose Manuel Febrer Cortés

Update multibandwidth

I will update more changes in the next days

a1cc26f2 2018-07-11 14:40 Jose Manuel Febrer Cortés

Update multibandwidth

bing have some random spikes. Added a variable that is used to indicate the maximum value of mbps that can be recorded (in bps).

b745a75c 2018-04-17 22:06 Lars Kruse

plugin ipset: add support for DIRTYCONFIG capability

4b9fcc0b 2018-04-17 22:05 Lars Kruse

plugin ipset: use "set -eu"

919991ee 2018-04-17 22:04 Lars Kruse

plugin ipset: fix shellcheck issues

0bb9b588 2018-04-17 06:28 Tomas Mudrunka

removed exit

ccebcb7b 2018-04-16 19:17 Tomas Mudrunka

Modified ipset according to #734

616bbd93 2018-04-16 18:56 Tomas Mudrunka

Merge https://github.com/munin-monitoring/contrib

0a40358f 2018-04-16 13:48 Steve Schnepp

p/*1sec-c: improve error handling

cc0b0949 2018-04-10 16:26 Steve Schnepp

p/if1sec-c: handle absence of state file

4bd1dd52 2018-04-03 23:40 Lars Kruse

olsrd: add example graphs

04b9fc04 2018-04-03 23:40 Lars Kruse

olsrd: various improvements

  • support dirty config
  • add perldoc header
  • flake8 and shellcheck clean
b182abfd 2018-04-03 22:20 Lars Kruse

move "ath9k_" from network to wifi

0fad0a30 2018-04-03 22:17 Lars Kruse

wireless_channel_occupation_: move from "network" to "wifi"

50dd7cc9 2018-04-03 22:09 Lars Kruse

wireless_channel_occupation_: various improvements

  • add documentation header
  • support dirty config
  • fix shellcheck issues
2449118c 2018-03-28 20:14 Lars Kruse

plugin multiping_async: move to 'network'; fix filename

34eeebbe 2018-03-27 22:33 Lars Kruse

plugin categories: reorganize multiple plugins

86692d70 2018-03-26 22:56 Lars Kruse

Plugin sockstat-via-procfs: fix style issues

989f09e6 2018-03-23 23:03 Lars Kruse

rename plugin example graphs for plugin gallery visualization

Some example graphs did not follow the naming convention required by the
plugin gallery.

7c62b9b6 2018-03-08 18:18 Lars Kruse

added executable permission for multiple plugins

189c3953 2018-03-07 22:26 Lars Kruse

shell: use 'command -v' instead of 'hash' (for non-bash)

see https://stackoverflow.com/a/677212

c9157be3 2018-02-24 16:58 Lars Kruse

iptables-related plugins: use "-w" for consistent results

The parameter "-w" forces iptables to wait for a lock before
printing data.

The parameter requires iptables 1.6 (released 2015).

See https://github.com/munin-monitoring/munin/issues/586

a8d117a3 2017-09-10 18:51 Lars Kruse

olsrd: adjustments for the output format used by olsrd v0.9.5

Changes include:
  • use short names for "urls" (e.g. "lin" instead of "links")
  • whitespace instead of semicolon used as separators in "mid"
  • ignore variable number of header lines
4b2fcbf8 2017-04-18 17:32 Lars Kruse

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

71149527 2017-04-17 18:24 sumpfralle

Merge pull request #834 from ka7/feature/spelling2

spelling fixes (2nd try)

8589c6df 2017-04-17 16:43 klemens

spelling fixes (2nd try)

1bed50bb 2017-03-23 06:15 Jose Manuel Febrer Cortés

Update multibandwidth

f679a922 2017-03-22 10:53 Jose Manuel Febrer Cortés

Update multibandwidth

d638d14a 2017-03-14 06:07 Jose Manuel Febrer Cortés

Update multibandwidth

Correction of a bug with spaces when there was an output of more than 2 digits

aa3cd831 2017-03-13 09:14 Jose Manuel Febrer Cortés

Update multibandwidth

26e9009d 2017-03-10 09:44 Jose Manuel Febrer Cortés

multibandwidth

Plugin to monitor the bandwidth between localhost and serveral hosts.

7fdb4741 2017-02-24 17:54 dipohl

Plugin-Gallery: Get better 2nd level headings
Review of category "system"

e777037d 2017-02-24 13:50 dipohl

Plugin-Gallery: Get better 2nd level headings
Review of category processes, system, snmp

f7693710 2017-02-24 10:11 dipohl

Plugin-Gallery: Better 2nd level headings

6ffdebec 2017-02-23 23:01 dipohl

Plugin-Gallery: Better 2nd level headings

d2161137 2017-02-23 22:09 dipohl

Plugin-Gallery: Better 2nd level headings

e10e386b 2017-02-23 21:40 dipohl

Plugin-Gallery: Better 2nd level headings

ae4e85ab 2017-02-23 21:13 dipohl

Plugin-Gallery: Better 2nd level headings

3a6fdce8 2017-02-23 19:35 dipohl

Plugin-Gallery: get better 2nd level structure

212768ed 2017-02-23 16:27 dipohl

Reduce number of categories
bird -> network (bird)
chilli -> wireless (chilli)
geowebcache -> other (geowebcache)
healthcheck -> other (healthcheck)
j-chkmail -> mail (j-chkmail)
mythtv -> tv
scalix -> mail

c0568802 2017-02-23 15:14 dipohl

Reduce number of categories, move "other" plugins

99542938 2017-02-23 14:45 dipohl

Reduce number of categories

3ad41d6a 2017-02-22 22:29 dipohl

Category Tree: Reduce number of categories
squid -> webserver (squid)
openfire -> chate
nfs -> fs
xastir -> radio

6c3ce4e1 2017-02-22 10:22 dipohl

Category Tree: reduce number of categories

c4b2d9a8 2017-02-21 22:48 dipohl

Category Tree: reduce number of categories

29bdf34e 2017-02-21 20:54 dipohl

Category Tree: reduce number of categories

abd40922 2017-02-21 18:57 dipohl

Gallery: single dirname shall show up as second level heading

fa99ece8 2017-02-21 18:30 dipohl

Category Tree: Reduce number of categories
firebird -> db
mssql -> db
pdns -> dns

62560fae 2017-02-21 09:09 dipohl

Category Tree: Reduce number of categories

f5857c2b 2017-02-16 00:40 Andreas Kreisl

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).

2bb6892e 2016-12-23 19:27 Kenyon Ralph

add motorola_sb6141 plugin to monitor the Motorola SB6141 cable modem

a8dca907 2016-11-16 22:51 sumpfralle

Merge pull request #764 from nyetwurk/master

Prevent data corruption if output fields of "tc -s" vary, stack children lines

21572e11 2016-11-16 21:25 Nye Liu

Add the documentation in to the script. Should have gone with previous commit.

caa2f4be 2016-11-12 15:20 Lee Clemens

Add comment for hardcoded hop_o value and configs

d9cce216 2016-11-12 14:29 Lee Clemens

Make whitespace consistent, converting tabs to 4 spaces and fixing indents

b3a486fa 2016-11-12 13:48 Lee Clemens

Use source hostname as first 'hop' value (removing it from graph title)

dc129c54 2016-11-12 12:56 Lee Clemens

Add source HOST to graph_title

49b79ca2 2016-11-06 00:08 Nye Liu

Embed tc_ pod documentation into the plugin itself

c4e03516 2016-11-05 17:58 Nye Liu

Forgot the suggest tag

fd25056f 2016-11-05 17:57 Nye Liu

Set family to auto in tc_.pod as well