Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
c1854c05 2021-11-11 05:39 Michael Grote

add proxmox_vm_count plugin (#1251)

Count the number of running virtual machines in a proxmox environment.

a68ed9a1 2021-11-08 09:20 Dennis Paul

fix(issue #1247): ubiquiti - unifi_api spamming errors (#1248)

Closes: #1247

60600d6b 2021-11-05 17:54 Tim Connors

zfs list -t filesystem,volume to suppress snapshots

zfs list might list a bunch of transient snapshots if `zpool
listsnapshots=on` and something like zfs-auto-snapshot is used. It's
also not useful to graph them since they're unchanging in time, and
the parent volume is graphed anyway. Limit zfs list to...

d7c353b9 2021-10-29 18:56 Kim B. Heino

nginx_unit: rename from "unit", minor fixes

e6c47a3a 2021-10-29 18:56 Kim B. Heino

unit: add new plugin to monitor nginx unit app server

This multigraph plugin does basic monitoring of unit's applications.
See: https://unit.nginx.org/

c6590b67 2021-10-25 15:18 Andreas Perhab

letsencrypt_weekly: display by registered domain

b5595716 2021-10-25 15:14 Andreas Perhab

systemd_mem: fix handling unlimited number on debian stretch

b21206c6 2021-10-25 15:14 Andreas Perhab

systemd_mem: add env option to monitor all services

b44d8093 2021-10-25 15:14 Andreas Perhab

systemd_mem: add warning and critical from systemd config

35c403ed 2021-10-25 15:12 Olivier Mehani

[wunderground_] Allow to disable alerts with `env.alerts no`

Signed-off-by: Olivier Mehani <>

520c436c 2021-10-14 13:06 Kim B. Heino

fronius: support jq builds without math library

"round" is part of jq's math support. Some distros (rhel8) don't enable it.
Fortunately round can be emulated with "floor" which is always present in
modern jq.

64089240 2021-10-13 06:34 Andreas Perhab

nvme: enable specifying warnings and criticals for serial numbers

50234857 2021-10-13 06:31 Lars Kruse

Plugin dovecot: remove usage of "expr"

The usage of "expr" can be replaced easily with a shell builtin.
"expr" caused problems due to its hard-coded path.

Closes: #1240

4308f247 2021-09-22 14:31 K.Cima

Add switchbotmeterbt plugin

d3140645 2021-09-19 00:03 Lars Kruse

plugin rsnapshot_duration: avoid "broken pipe" errors from tac

Consume the complete input from "tac". Otherwise spammy error messages
would appear in the log.

818886ba 2021-08-22 20:57 Lars Kruse

Merge pull request #1236 from shakemid/add_switchbotmeter

Add swichbotmeter plugin

dd96f186 2021-08-19 11:07 shakemid

Fix switchbotmeter for pullreq https://github.com/munin-monitoring/contrib/pull/1236

c21acdf2 2021-08-18 19:59 shakemid

Fix switchbotmeter plugin to display deviceid at graph title

3934b4d0 2021-08-18 18:39 Lars Kruse

Merge pull request #1235 from kmkr/master

Improve code readability and consistency

b6cd969b 2021-08-17 14:59 Kris-Mikael Krister

Add example graphs for the deluge plugin

edf886e0 2021-08-17 14:55 Kris-Mikael Krister

Reformat deluge_ with black and flake8

8f18f1f8 2021-08-17 09:48 shakemid

Add swichbotmeter plugin

99c78803 2021-08-11 08:41 Kris-Mikael Krister

Improve code readability and consistency

This commit:

- Changes to Python 3 template string rather than the formatted string
syntax.
- Calls the Deluge API once per plugin run for the "states" mode, rather
than once per torrent. Lines of code are reduced. The readability is...

398a3ab2 2021-08-08 09:55 Lars Kruse

Plugin pacman_pending_updates: switch to simple shell

The plugin did not use any bash-specific features.

c2aa5653 2021-08-08 09:55 Lars Kruse

Plugin pacman_pending_updates: handle absence of available updates properly

"checkupdates" returns the exit code 2, if no updates are pending.
Previously the plugin did not output anything in this case.

Closes: #1233

13b9078f 2021-08-08 09:27 Kris-Mikael Krister

Update the Deluge plugin to handle Deluge 2.x

Version 1.0.0 of this plugin requires version 1 of Deluge. Deluge 2 was
released in June 2019.

This commits bumps the plugin to version 2.0.0.

This plugin has three modes. The modes "bandwidth" and "states" are...

0ab2cff0 2021-08-08 09:10 Lars Kruse

Merge pull request #1058 from jtsage/add-template-munstrap4

Add "munstrap4" template.

49b41976 2021-08-08 09:08 Lars Kruse

Plugin rtom_allsessions_vol: remove unused fields

These fields were never used.

Thanks, Matt Merhar!

9c8415ef 2021-08-08 09:07 Matt Merhar

rtom_vol: remove unused config parameters

Since there are no associated values for 'hashing', 'seeding', and
'active', a warning is seen in munin-update.log every time this plugin
is fetched.

d6ed84a7 2021-07-27 17:59 Christian Neumann

nvidia_gpu: fix units of Rx/Tx throughput (multiple gpus)

323f69fd 2021-07-25 00:06 Andreas Perhab

bind9_*_stats: fix using env variable stat_file

previously only stat_file would only be used for data cleanup not for
fetching the data. also fixed some shellcheck warnings.

07e747a1 2021-07-22 07:58 kaihen

Fix for docker_containers

07220eeb 2021-07-20 10:26 Lars Kruse

Merge pull request #1221 from shtrom/snmp__if_combined-stacked

Snmp if combined stacked

ecb1d348 2021-07-19 21:08 Olivier Mehani

[snmp__if_combined] Reindent

6ac458ac 2021-07-19 21:08 Olivier Mehani

[snmp__if_combined] Add support for stacked series in root graph

From a summary comment in the code:

If a stacked graph is requested, plot the total. Rather than
aggregating them with CDEFs of SUMs, we sum them in the script, which
allows us to create real series than can be easily borrowed by other...
61473dfd 2021-07-19 18:29 Olivier Mehani

[snmp__if_combined] fix error value

Signed-off-by: Olivier Mehani <>

57965df5 2021-07-19 18:29 Olivier Mehani

[snmp__if_combined] Fix issue with extrainfo

It was not collected / shown in the right spot, resulting in incorrect
information being shown.

Signed-off-by: Olivier Mehani <>

6bb4a579 2021-07-19 18:29 Olivier Mehani

[snmp__if_combined] Fix All interfaces titles so they are better grouped in category views

Signed-off-by: Olivier Mehani <>

2f2ed4e4 2021-07-19 18:29 Olivier Mehani

[snmp__if_combined] use snmp v2 description for root traffic graph

Signed-off-by: Olivier Mehani <>

e3c55155 2021-07-19 07:26 Olivier Mehani

[internode_usage] loan from other graphs in root

Also, don't use mathlib with `bc`, as it's not needed, and only adds
spurious fractional bytes to the computed ideal usage.

Signed-off-by: Olivier Mehani <>

e612fbbd 2021-07-19 07:26 Olivier Mehani

[wunderground_] loan from other graphs in root

Signed-off-by: Olivier Mehani <>

f018bada 2021-07-19 07:26 Olivier Mehani

[upnpc_] loan from other graphs in root

Signed-off-by: Olivier Mehani <>

c3a1679d 2021-07-16 23:29 Lars Kruse

Merge pull request #1206 from kimheino/amavis-guap

amavis_multi: multigraph plugin to monitor amavis mail filter

e8afee7d 2021-07-16 23:29 Lars Kruse

Merge pull request #1159 from cortices/master

openstack_swift_stats_: Add openstack_swift_stats_ plugin

181f3ed9 2021-07-16 05:03 s0

Fix pod doc in header of file

30328b35 2021-07-16 04:37 Kim B. Heino

amavis_multi: fix spelling, it's "processes", not "childs" or "children"

839a29e9 2021-07-15 17:18 Lars Kruse

Merge pull request #1217 from Wicloz/patch-1 (improve debian/debsecan_ plugin)

Add suggest capabilities to the debian/debsecan_ plugin.

e70f572e 2021-07-15 05:55 s0

Fix copy-paste bug where objects graph was never updated.

4ed6c56f 2021-07-15 03:52 s0

Refactor script to pure POSIX sh compliance.

Also includes recommended fixes

5c048c98 2021-07-14 18:18 Wilco de Boer

Actually, echo suite even when sourcing `os-release` fails

(51-100/4761) Par page : 50, 100, 200

Formats disponibles : Atom