Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
fc50063a 2022-01-20 12:30 Kienan Stewart

Add nfsiostat_ plugin

d212e126 2022-01-09 17:16 Doctor

Fix chmod for exodus/exodus_ plugin

3c20ac15 2022-01-09 10:30 Codimp

[exodus_] Add plugin to monitore number of applications, reports and trackers (#1286)

Add monitoring of count for applications, reports and trackers of an
exodus instance.

38f3a429 2022-01-06 15:47 Olivier Mehani

[wunderground_] Fix windChil and heatIndex in root graph

The data was incorrectly loaned from a `temp` subgraph, which should
have been `temperature`.

This led to errors during munin-graph, as follow

[ERROR] Failed to find windChill source at temp.windChill, skipping field...
8061bfcf 2021-12-31 13:31 Michael Grote

Add zswap Plugin

94066132 2021-12-31 13:26 Olivier Mehani

[ssl-certificate-expiry] add env.skip_cert_hashes to skip certificates

This fix allows to skip validity checks on any intermediate certificate
which subject hash appears in the list.

Let's Encrypt certificates are cross-signed by both DST Root CA X3 and...

02451d8f 2021-12-30 21:13 Olivier Mehani

[whois] Allow to specificy whois server per domain

Also, clean up some old code that pre-dates multi-domain handling

Signed-off-by: Olivier Mehani <>

ca8ce743 2021-12-28 11:59 Michael Grote

chmod +x for ksm

0a13d5c2 2021-12-28 11:59 Sebastian L

murmur-stats: Enhancements

- python3 compatibility
- multigraph
- added muted/registered/unregistered users

63f8552a 2021-12-21 06:16 Sebastian L

quake/qstat: enhancements
- dash
- bots
- configurable binary

adcc2f54 2021-12-21 06:13 Michael Grote

added new plugin: "kernel_same_page_merging" (#1271)

db27ad45 2021-12-13 08:40 Michael Grote

repaired perldoc header: zfs_fragmentation

f63321c5 2021-12-13 08:40 Michael Grote

repaired perldoc header: zfs_pool_dataset_count

d41a94b1 2021-12-13 08:40 Michael Grote

repaired perldoc header: zfs_list

c39639b4 2021-12-13 08:40 Michael Grote

repaired perldoc header: mikrotik_system

09d6135a 2021-12-13 08:40 Michael Grote

repaired perldoc header: proxmox_vm_count

00cbc8d3 2021-12-12 15:46 Lars Kruse

Merge branch 'enhance_mikrotik_system_with_error_return'

3e83f451 2021-12-12 15:45 Younes Ichiche

fix get_ros_version function

f7282a83 2021-12-12 15:45 Younes Ichiche

fix missing quote

7405ade2 2021-12-12 15:45 Younes Ichiche

regex grep didnt made sense

79706f9d 2021-12-12 15:45 Younes Ichiche

convert get_name to a fallback function where board-name is first selected and if the name is set, then tat one will be used + trimming

38649d31 2021-12-12 15:45 Michael Grote

translated comments form german to englisch

74b7eb2a 2021-12-12 15:45 Younes Ichiche

get the correct name from the routerboard and replace all special characters with _

3dd16cc5 2021-12-12 15:45 Younes Ichiche

represent the memory as a floating point with 0 after the dot so it will be rounded and not floored

58dbb4d0 2021-12-12 15:45 Younes Ichiche

added the source for the catch function

9c3855be 2021-12-12 15:45 Younes Ichiche

adapt awk with variable + fix memory and disk multigraph name to align

b43ec018 2021-12-12 15:45 Younes Ichiche

use printf and pass variable to awk

3790d201 2021-12-12 15:45 Younes Ichiche

remove double catch function

144f333c 2021-12-12 15:45 Younes Ichiche

use integers + fix bad blocks to be 5% max then the mikrotik needs to be reinstalled

ee4f4ce2 2021-12-12 15:45 Younes Ichiche

add catching of error code on ssh

8654230b 2021-12-12 15:19 Nathaniel Clark

Fix review comments

Signed-off-by: Nathaniel Clark <>

b85c9aec 2021-12-12 15:19 Nathaniel Clark

arris-sb6183: Fix int32 wrapping in WebUI

When error counts wrap they are displayed as int32 and negative.
Recast them to uint32 to fix math.

Signed-off-by: Nathaniel Clark <>

1977235f 2021-12-12 15:12 HaseHarald

[minecraft-users-ram] Fix several bugs in plugin minecraft-users-ram_

Fixes:
- Make playercount work on non english systems
- Avoid getting an invalid PID if not run with sufficient permissions
- Fix getting CPU usage

Enhance:
- Clearify that CPU usage is in percent

4612c1bc 2021-12-12 14:59 Michael Grote

plugin zfs_list: add "ignore_datasets_pattern" configuration

Allow to ignore certain volumes.

87280ed7 2021-12-12 13:26 Doctor

Fix urllib request decoding

16d38264 2021-12-12 07:20 HaseHarald

[btrfs_device_usage] fix division by zero when btrfs pool is unhealthy

During certain situations, a device in the btrfs pool can show a total
capacity of 0 bytes. This is aspecially true when replacing or removing a
failed disk.

This fix stops the plugin from crashing in that situation but just report...

fea81596 2021-12-03 20:30 Andreas Perhab

certificate_file_expiry: optional logarithmic view for long lived certs

logarithmic was removed in d885a314ade7c1287237d61f4d2b1f24db509533
but still has it's benefits for openvpn CA and CRL certs. when enabling
logarithmic we keep the SI units now instead of rrdtools default...

fd2fb560 2021-12-02 11:16 Andreas Perhab

bind95_: report 0 values for not found lines

31db64fe 2021-12-02 10:38 Kim B. Heino

certificate_file_expiry: label "50" instead of "5e+01"

Scale values were "4e+01, 5e+01, ...". Using linear scale and "48, 50, 52, ..." is much more readable.

Also use shorter vlabel, old one is too long.

6f70cfc6 2021-11-26 14:54 HaseHarald

[sshd_log] Allow for configuration of warning and critical levels

Allows for configuring either general or specific warning or critical
levels, or any combination of that.

This should be backwards compatible, since it doesn't change a thing to
the output, unless specific variables are specified.

6a79efee 2021-11-26 12:05 Younes Ichiche

fixed file mode of mikrotik_system + added that it was rtested on RB493G

0d2bef5c 2021-11-19 17:44 Sebastian L

add adguardhome plugin

Display blocking stats, dns queries, client protocols and average
processing time of AdGuardHome

f184607b 2021-11-19 17:43 Andreas Perhab

munin_events: fix plugin having too much output

in 56cd2c926ca99e396a0b6c2ebee76394bb4de195 "&> /dev/null" was converted
to posix in an invalid way, should have been ">/dev/null 2>&1"

74c7fc3d 2021-11-18 15:29 Michael Grote

add ssh-based mikrotik_system plugin (#1252)

367a4b37 2021-11-17 08:32 Alois

munin-libvirtpy now in python3 (#1258)

  • works on debian bullseye
  • flake8 compatiblity ckecked
  • print errors to file=sys.stderr
b7617471 2021-11-16 17:13 Alois

kvm_io now in python3 (#1254)

  • works on debian bullseye with this modification.
  • removed all codestyle issues, checked with "pycodestyle" on debian bullseye, besides two "line too long"
  • "config" param must not have newlines to avoid a warning in munin-update.log
0866add1 2021-11-15 08:38 Kenyon Ralph

chrony_status: fix fetch output for serverstats graph

Was not expecting #1255 to be merged so quickly 🤪. Now the new
serverstats graph has been fully tested and actually works 😉.

This change also doesn't needlessly convert all values to floating
point numbers, instead provides the values to munin in the same format...

357c3586 2021-11-14 17:53 Kenyon Ralph

chrony_status: add a serverstats graph

This graph shows packet rates for the chronyd server.

02630d31 2021-11-13 13:53 Michael Grote

add zfs plugins (#1250)

86f20791 2021-11-13 13:50 Michael Grote

added license to plugin: proxmox_vm_count_plugin

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

Formats disponibles : Atom