Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
d8dba493 2021-07-14 18:11 Wilco de Boer

Source the `os-release` file in a subshell

a2556d05 2021-07-14 17:54 Wilco de Boer

Make indenting consistent across the rest of the file

31149eb0 2021-07-14 17:48 Wilco de Boer

Properly indent heredocs

e2b04d0b 2021-07-14 17:41 Wilco de Boer

Cleanup all the `printf`s

e641c802 2021-07-14 16:57 Lars Kruse

mysql_size_all: use clean fieldnames for databsaes with invalid characters

Thanks, Lokutos!

See: #1032

704a88ec 2021-07-14 16:40 Lars Kruse

w1_multi: process multiple sensors (based on "w1_")

All temperatures are displayed in a single graph.
This should provide more convenience than the "w1_" plugin (being a
"suggest"-based wildcard plugin).

Additionally the label of each sensor can be overridden.

085d7a9b 2021-07-14 16:30 Kim B. Heino

chrony_status: perlpod and small fixes

ebac5559 2021-07-14 16:30 Kim B. Heino

chrony: add multigraph plugin to monitor chrony's delay, freq time and stratum

9f1f96f6 2021-07-14 16:30 Kim B. Heino

raid2: fix "raid -> raid2" in perlpod

558360c4 2021-07-14 16:30 Kim B. Heino

raid2: use perlpod and small fixes

d3bcc2f9 2021-07-14 16:30 Kim B. Heino

raid2: yet another raid+scrub monitoring plugin

Supports:
- mdstat
- btrfs
- cciss
- megasasctl

a92c9a9b 2021-07-14 16:29 Kim B. Heino

varnish: rename, use perlpod and minor changes

b2a11780 2021-07-14 16:29 Kim B. Heino

varnish4_multigraph: multigraph version of varnish4_, rewritten in python

7e48a2c8 2021-07-14 16:29 Kim B. Heino

hue: use perlpod and other small changes

4f22cec9 2021-07-14 16:29 Kim B. Heino

hue: plugin to monitor Philips Hue light status and temperature sensors

c633ff00 2021-07-14 16:20 Lars Kruse

docker_: ignore contains which are not running

Some containers may be in "restarting" state. We should ignore these.

Thanks, ogmueller!

Closes: #1209

a3ae1af1 2021-07-14 16:17 Lars Kruse

docker_: use "exclude" filter for all graphs

64d5d8af 2021-07-14 16:11 Oliver

Added check to ensure network stats for container exist before reading them

78aac031 2021-07-14 16:07 Christian Neumann

nvidia_gpu_: add Rx/Tx throughput outputs

a542895c 2021-07-14 16:03 Jeremías

fix mongo_collection_ load of mongodb_uri env var

46723dec 2021-07-14 16:00 Kim B. Heino

nutups2: fix for status line without value

"upsc name" can output line "input.transfer.reason: " (key without value).
Allow it.

d43862ac 2021-07-14 15:49 Sebastian L

jitsi_videobridge: Small typo fixes and max time for curl

3886b9e4 2021-07-14 15:48 Sebastian L

signaling: Plugin for spreed standalone signaling server (nextcloud talk)

209567f8 2021-07-14 15:41 Lars Kruse

Merge branch 'haseharald'

8a2c0be5 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Make warning and critical configurable for all metrics per device.

d45c84e5 2021-07-14 15:41 HaseHarald

Missed one parameters equals with whitespaces.

cbd92356 2021-07-14 15:41 HaseHarald

Fix indention to please linter.

50265cce 2021-07-14 15:41 HaseHarald

Try to please linter with whitespaces arround equals.
This does not seam logical, because it explicitly want's spaces arround equal signs when setting a variable, but you musn't use them in parameters. But well, whatever makes the linter happy.

409e8896 2021-07-14 15:41 HaseHarald

Change if conditions to please the linter.

76c21fe7 2021-07-14 15:41 HaseHarald

Fix whitespaces to please the linter.

e169950d 2021-07-14 15:41 HaseHarald

[btrfs_device_usage] Document usage of optional warning and critical limits.

68190a6d 2021-07-14 15:41 HaseHarald

[btrfs_device_usage] Allow for configuring optional limits for warning and critical.
These are configurable as a global and individual value.

17298912 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Document usage of optional warning and critical limits.

0d8f8309 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Allow for configuring optional critical limits as a global and individual value.

d10c1198 2021-07-14 15:41 HaseHarald

[btrfs_device_stats] Allow for configuring warning values as a global and individual value.

b392cacc 2021-07-14 15:32 Kim B. Heino

redis: fix "autoconf" to return "no" if no instances are configured

Previously it returned "yes" and empty graph with all labels having
value "0". Also remove bogus "multigraph redis" line.

TODO: die() in get_conn() makes this plugin to fail if any Redis...

51af0be0 2021-07-14 15:29 Daniel Neugebauer

docker_: sanitize value container names

docker_ plugin sanitized container names when printing config but
not values which led to a disparity resulting in no data on graphs
for all containers whose names are subject to sanitization. (#1212)

ae7a2f6c 2021-07-14 15:28 Lionel Sausin

LXC v3.1 compatibility

The cgroup data was (yet again) moved to a new location in recent LXC
releases, starting with v3.1.0 from what I could gather.

https://github.com/lxc/lxc/issues/2782 states:

[The cgroup lxc.payload] exists to adhere to cgroup2 delegation requirements.

5039842a 2021-07-14 15:27 Kim B. Heino

nutups2_: "@" is invalid character in plugin name so use "." instead

This is needed when you monitor local and remote UPSes from single
host. You must be able to specify "ups@host" in plugin name so do
it as "ups.host".

09974133 2021-07-14 15:25 Adam Mizerski

ssl-certificate-expiry: fix handling domains starting with digits

resolves #1224

e794a441 2021-07-14 15:09 Olivier Mehani

Fix some AUTHORS so they all show properly in the plugin gallery

Signed-off-by: Olivier Mehani <>

ae458562 2021-07-14 15:06 Lars Kruse

Merge pull request #1219 from brknkfr/nextcloud_groupfolders

nextcloud_groupfolders_: Monitor sizes of groupfolders

e311c24d 2021-07-14 15:02 Sebastian L

coturn_sessions: Make it compatible with busybox telnet

0860ec94 2021-06-12 09:33 Steve Schnepp

Merge pull request #1098 from shtrom/snmp__cisco_

[plugins/snmp__cisco_] SNMP plugin to query arbitrary SNMP MIBs on Ci…

96ec850d 2021-05-29 10:14 Sebastian L

nextcloud_groupfolders_: Monitor sizes of groupfolders

f5851570 2021-05-18 10:31 Wilco de Boer

Fix CI problems

b247f8f2 2021-05-18 09:33 Wilco de Boer

Get the default suite from `/etc/os-release`

40366a4c 2021-05-18 09:26 Wilco de Boer

Correctly handle empty lists

Using `echo` adds an enter to empty lists, which gets seen as one entry and is sent to Munin as such. Using `printf` prevents this.

6b28a1ba 2021-05-18 08:57 Wilco de Boer

Remove superfluous quotation marks

f23aa079 2021-05-18 08:53 Wilco de Boer

Add suggest capability to debsecan plugin

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

Formats disponibles : Atom