Projet

Général

Profil

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

root @ 09b88141

# Date Auteur Commentaire
09b88141 2020-10-24 11:29 Lars Kruse

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.

384d482f 2020-10-23 13:37 Rowan Wookey

Added mulitgraph redis plugin

This is a replacement for the redis_ plugin

Changes in the replacement:

  • Supports multiple redis instances
  • Supports AWS elasticache and other environments where the CONFIG
    command is disabled
  • Uses multigraph to separate graphs by instance
91cffec4 2020-10-23 13:36 Rowan Wookey

Added php_fpm_status plugin

This is a replacement for the php5-fpm_status plugin.

Changes:

  • Supports multiple pools using environment variables to specify urls
  • Supports wget and curl
  • Added GPLv3 License
95003946 2020-10-19 15:25 Lars Kruse

Unify more author names with special characters

Additionally an ambiguous line in the "author" section of a plugin was
removed in order to avoid confusion for the Munin Plugin Gallery parser.

a9c0e2bb 2020-10-19 15:04 Lars Kruse

Unify spelling of author "Dagfinn Ilmari Mannsåker"

Previously some occurrences lacked the special character.

b4109460 2020-10-14 15:36 Lars Kruse

Merge pull request #1087 from moisseev/freeipmi

Improve freeipmi plugin

4259869d 2020-10-14 15:21 Sebastian L

ehterpadlite_: Monitor number of pads

a8c2b8af 2020-10-14 15:19 Lars Kruse

Plugin loolwsd: categorization

  • move the plugin to `libreoffice` (should be easier to find for most
    users)
  • add the graph category "appserver"
83323a47 2020-10-14 15:13 Sebastian L

loolwsd: Monitor libreoffice online usage

- Open documents and active views
- Memory usage

26e497fc 2020-10-14 09:04 Lars Kruse

Plugin moinmoin_pages: fix style issues

999be27b 2020-10-14 09:04 Lars Kruse

Plugin cronjobs: fix style issue

0253df6f 2020-10-11 22:50 Lars Kruse

Plugin ag241-adsl: improve documentation formatting and add author

c6f88968 2020-10-05 18:29 Lars Kruse

Improve perlpod formatting for multiple plugins

Escpecially the final marker ("=cut") was missing in these plugins.

743395a6 2020-10-05 18:05 Lars Kruse

Improve documentation formatting of some plugins

f9d8ce70 2020-10-05 15:54 Lars Kruse

Plugin tor_: fix perlpod formatting

94888223 2020-10-04 22:05 Lars Kruse

Plugin ipt_basic_: convert documentation to perlpod format

55b983f3 2020-10-04 21:59 Lars Kruse

Plugin bbox: convert documentation to perlpod format

2e3f5acd 2020-10-04 21:57 Lars Kruse

Plugin battery_: convert documentation to perlpod format

5061ef1d 2020-10-04 21:33 Lars Kruse

Plugin dartybox: convert documentation to perlpod format

5a2f9abf 2020-10-04 19:17 Lars Kruse

Plugin rpi_temp: convert documentation to perlpod format

d369b316 2020-10-04 19:10 Lars Kruse

Plugin moinmoin_pages: convert documentation to perlpod format

118040e3 2020-10-04 19:04 Lars Kruse

Plugin moinmoin_pages: migrate to python3

73817ba8 2020-10-04 18:58 Lars Kruse

Rename "moinoin_pages" plugin to "moinmoin_pages"

The previous name was mistyped.

6f1e0538 2020-10-04 18:57 Lars Kruse

Plugin cpu_freq_1sec: convert documentation to perldoc format

4e69103a 2020-10-03 23:48 Lars Kruse

Fix special character in author name (KARASZI István)

aa3ee6dc 2020-10-03 23:31 Lars Kruse

Clarify a few copyright statements

cd053638 2020-10-03 23:31 Lars Kruse

Plugin brc_rssi: convert documentation to perldoc header

df470733 2020-10-03 23:31 Lars Kruse

Fix special character for author name (Kristian Lyngstøl)

Otherwise this author shows up with different spellings in the plugin
gallery.

105e7d45 2020-10-03 23:31 Lars Kruse

Plugin backuppc: convert documentation to perldoc header

e66faac0 2020-10-01 14:41 Steve Schnepp

Merge pull request #1002 from steveschnepp/dump_node

Dump node

3e7d7308 2020-10-01 14:40 Steve Schnepp

Quoting vars

09b145cb 2020-09-26 06:59 Nathaniel Clark

Cleanup page decode

Signed-off-by: Nathaniel Clark <>

76b4675d 2020-09-26 06:59 Nathaniel Clark

Fix flake warnings

Signed-off-by: Nathaniel Clark <>

77e53059 2020-09-26 06:59 Nathaniel Clark

Merge both SB6183 plugins

Add more error handling for bad status from modem

Signed-off-by: Nathaniel Clark <>

7b078749 2020-09-26 06:59 Nathaniel Clark

Address review comments

Signed-off-by: Nathaniel Clark <>

13e4b4aa 2020-09-26 06:59 Nathaniel Clark

Fix spelling in comments

Signed-off-by: Nathaniel Clark <>

1671e356 2020-09-26 06:59 Nathaniel Clark

Add plugins for Arris Cable Modem SB6183

This provides two plugins:
  • arris-sb6183 - Power levels, SNR, error counts
  • arris-sb6183_uptime - Uptime in days

These are two seperate plugins because it's two different
urls it needs to hit, and this seemed simpler....

d7f54f3e 2020-09-23 16:22 Lars Kruse

Fix utf8 encoding of author names

0ff03ad4 2020-09-22 23:06 Lars Kruse

Remove dummy plugins containing only references to external repositories

7f789c47 2020-09-18 20:24 Lars Kruse

Merge pull request #1122 from shtrom/plugin/docker_improvements

[docker_] Fix a few bugs

109144de 2020-09-17 22:11 Olivier Mehani

[docker_] Get CPU count from os.cpu_count() everywhere

Docker-py and os.cpu_count() disagree on the count, leading to data
going beyond the scale of the graph. As Docker-py seems to have dummy
CPU data in the stats, we instead always rely on Python's CPU count....

5bb9b46e 2020-09-17 18:03 Olivier Mehani

[docker_] Fix network extinfo

Signed-off-by: Olivier Mehani <>

b1e3e601 2020-09-17 09:17 Olivier Mehani

[docker_] Fix missing f-string

Signed-off-by: Olivier Mehani <>

11861370 2020-09-13 14:48 Lars Kruse

Merge pull request #1117 from shtrom/nextcloud_fixups

various fixups of the Nextcloud plugin

6906c857 2020-09-13 14:46 Lars Kruse

Merge pull request #1115 from zivillian/kvm_mem

  • remove empty line from config (causing an error message)
  • switch to python3
6b4a3124 2020-09-11 07:15 Bianco Veigel

switch to python3

c0108c95 2020-09-10 22:45 Kai

Fixed data for UAP

Data for UAP's is (now?) encapsulated within 'stat'->'ap', changed reference to reflect this change.
Also: Fixed handling of uninitialized values in case they do not exist (// 0).

7dcbc91c 2020-09-10 20:03 Olivier Mehani

[nextcloud_] Softer failure on missing data

Signed-off-by: Olivier Mehani <>

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

f47fddf3 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Add scheme configuration and cleanup autoconf

Signed-off-by: Olivier Mehani <>

12cb1134 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Allow to control warnings on the number of available updates

Signed-off-by: Olivier Mehani <>

a7d44887 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Use fewer requests to work out the protocol to use

Signed-off-by: Olivier Mehani <>

195a733d 2020-09-10 08:39 Olivier Mehani

[nextcloud_] Add support for --pidebug, and more parameters

Signed-off-by: Olivier Mehani <>

254eb56d 2020-09-09 15:43 Olivier Mehani

[docker_] Fake functools.cached_property for Python<3.8

Fixes: #1116
Signed-off-by: Olivier Mehani <>

32264463 2020-09-07 18:43 ScratchBuild

Fix

Fix `printf` and `sprintf` output numbers from %s to %d

2385a6f5 2020-09-07 13:13 Bianco Veigel

refactoring and python3 compatibility

bba98f95 2020-09-06 16:19 Martin Schobert

ssl-certificate-expiry: Feature added: checking intermediate certs as well (#1088)

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

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

[plugins/transmission] Fixups for consistency

1a614fb0 2020-09-03 19:55 Lars Kruse

Plugin acpi_batt_: improve perldoc formatting

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

8cb47cbf 2020-08-30 14:57 Bianco Veigel

remove empty line from config

6a1a9c7c 2020-08-29 18:54 Lars Kruse

Fix wrong "example-directory" names

7a00a8b5 2020-08-28 08:38 Lars Kruse

plugins/README: mention more style check tools

84e0858b 2020-08-28 08:37 Lars Kruse

README: remove references for subversion

047725bc 2020-08-28 08:36 Lars Kruse

README: whitespace adjustments

bd872f7a 2020-08-25 21:24 Lars Kruse

btrfs_*_usage: add example graphs

Provided by HaseHarald.
See https://github.com/munin-monitoring/contrib/pull/1114.

c6ad9524 2020-08-25 21:18 Lars Kruse

Merge pull request #1114 from HaseHarald/master

[plugins/disk/] Add plugins to monitor btrfs pools on a per device base

3f92394b 2020-08-25 16:01 HaseHarald

Touchups on configuration.

6f0e91f8 2020-08-25 14:21 HaseHarald

Add perldoc-style header.

3143c2c5 2020-08-25 11:49 Lars Kruse

Tests: apply the exceptions to ruby-based code checks

758c3ecd 2020-08-25 11:44 Lars Kruse

Tests: add ruby style and code checks via rubocop

At the moment all plugins fail the test out of various reasons.
Thus they are exempted from causing test failures.

But future (new) plugins will fail the test and thus indicate the
relevant steps to fix issues before a plugin is included.

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"

26c29daa 2020-08-25 11:44 Lars Kruse

t/test-exception-wrapper: fix documentation

40827a05 2020-08-25 11:44 Lars Kruse

Python plugins: fix style issues

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

Unify file encodings to UTF8

36748826 2020-08-25 11:44 Lars Kruse

Fix spelling mistakes

d1a69fe2 2020-08-25 11:44 Lars Kruse

lint: ignore python's compiled files for codespell

72eeb415 2020-08-25 11:44 Lars Kruse

spelling: change "licenced" to "licensed"

Even though "licenced" is proper (British English) spelling,
"spellcheck" complains about it (probably being focused on American
English).
The change should just clean up the output of the spelling linter and
should not be interpreted as a language preference....

13d5b234 2020-08-25 10:17 Olivier Mehani

[plugin/docker_] Improvements to docker_ plugin (#1094)

  • Add support for docker_network
  • Actually show non running containers counts
  • Show intermediate and dangling images counts
  • Add warnings on dangling images and dead containers
  • Fully support autoconf and suggest...
bffbc23a 2020-08-24 15:37 HaseHarald

Fix linting issues.

675dedf1 2020-08-23 12:17 HaseHarald

[plugins/disk/btrfs_device_usage] Reformat linebreaks.

Following suggestions from linting.

f12bfed7 2020-08-23 12:15 HaseHarald

[plugins/disk/btrfs_device_stats] Remove unused variable.

7d220d0a 2020-08-23 11:45 HaseHarald

[plugins/disk/btrfs_device_usage] Fix issues brought up by CI.

- Remove trailing whitespace.
- Add whitespace around operators.
- Add linebreaks to shorten the lines.

5f88f9ad 2020-08-23 11:34 HaseHarald

Fix issues brought up by CI.

- Remove trailing whitespace
- Remove unused variable.

7bf77a00 2020-08-23 10:43 HaseHarald

[plugins/disk/btrfs_device_stats] Add a plugin to monitor device stats from btrfs.

Monitors the different device-counters (mostly for errors) of the disks in a btrfs pool.

10f2d97f 2020-08-23 10:38 HaseHarald

[plugins/disk/btrfs_device_usage] Add plugin to monitor btrfs usage on a device level.

Shows the used size of each device in a btrfs pool in bytes and percent.

6052c56d 2020-08-23 08:21 Kenyon Ralph

plugins/puppet/puppet_runtime: fix formatting

Used rufo https://github.com/ruby-formatter/rufo

852aa41a 2020-08-19 16:47 Lars Kruse

Remove global flake8 override

10ca1256 2020-08-19 16:44 pcy

[plugins/mysql/mysql_audit] Added plugin for monitoring the audit log

Shows the number of active over time

271e21d3 2020-08-19 16:43 pcy

[plugin/user/cronjobs] added plugin to monitor cronjobs

Graphs the number of cronjobs active at a certain moment, per user

7761514c 2020-08-19 16:42 pcy

[plugins/git/gitlab_statistics] added plugin to display GitLab stats

Graphs common GitLab statistics (user, repo, fork, ... count) using its
HTTP API statistics endpoint (requires a token to be set and passed to
the plugin)

260c8c8f 2020-08-17 22:15 Andreas Perhab

docker_cpu: fix warnings when docker ps has empty list

0853d409 2020-08-17 22:15 Andreas Perhab

docker_cpu: fix data for container names starting with numbers

a1cff256 2020-08-17 22:12 pcy

[plugins/dovecot/dovecot] make 'connected users' graph DERIVEable

06919f18 2020-08-17 10:20 Lars Kruse

Plugin mysql_disk_by_prefix: remove flake8 override and unused import

The flake8 line was interpreted as "ignore this file".

ee226a60 2020-08-17 09:51 pcy

[plugins/mysql/mysql_disk_by_prefix] Add plugin for DB size by user

6fdf6995 2020-08-16 21:05 pcy

[plugins/user/procbyuser] added plugin to monitor processes of a user

Graphs the number of processes owned by a user over time

0031acd6 2020-08-16 21:02 pcy

[plugins/user/cpubyuser] Bugfixes and enhancements

- Fix USERS=ALL only enumerating processes with a tty or pty attached
(and thus not eg. user-owned FastCGI processes, owned by eg. Apache)
- ps(1) is used to make process list parsing easier and more robust...