1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

4739 commits

Author SHA1 Message Date
Wilco de Boer
31149eb05d Properly indent heredocs 2021-07-14 23:48:41 +02:00
Wilco de Boer
e2b04d0b46 Cleanup all the printfs 2021-07-14 23:41:54 +02:00
Lars Kruse
e641c80284 mysql_size_all: use clean fieldnames for databsaes with invalid characters
Thanks, Lokutos!

See: #1032
2021-07-14 22:57:40 +02:00
Lars Kruse
704a88ecda 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.
2021-07-14 22:40:13 +02:00
Kim B. Heino
085d7a9ba8 chrony_status: perlpod and small fixes 2021-07-14 22:30:51 +02:00
Kim B. Heino
ebac55597d chrony: add multigraph plugin to monitor chrony's delay, freq time and stratum 2021-07-14 22:30:51 +02:00
Kim B. Heino
9f1f96f656 raid2: fix "raid -> raid2" in perlpod 2021-07-14 22:30:32 +02:00
Kim B. Heino
558360c412 raid2: use perlpod and small fixes 2021-07-14 22:30:32 +02:00
Kim B. Heino
d3bcc2f9bf raid2: yet another raid+scrub monitoring plugin
Supports:
- mdstat
- btrfs
- cciss
- megasasctl
2021-07-14 22:30:32 +02:00
Kim B. Heino
a92c9a9b67 varnish: rename, use perlpod and minor changes 2021-07-14 22:29:41 +02:00
Kim B. Heino
b2a11780b3 varnish4_multigraph: multigraph version of varnish4_, rewritten in python 2021-07-14 22:29:41 +02:00
Kim B. Heino
7e48a2c8b5 hue: use perlpod and other small changes 2021-07-14 22:29:07 +02:00
Kim B. Heino
4f22cec97c hue: plugin to monitor Philips Hue light status and temperature sensors 2021-07-14 22:29:07 +02:00
Lars Kruse
c633ff00ea docker_: ignore contains which are not running
Some containers may be in "restarting" state.  We should ignore these.

Thanks, ogmueller!

Closes: #1209
2021-07-14 22:20:51 +02:00
Lars Kruse
a3ae1af155 docker_: use "exclude" filter for all graphs 2021-07-14 22:17:26 +02:00
Oliver
64d5d8af08 Added check to ensure network stats for container exist before reading them 2021-07-14 22:11:45 +02:00
Christian Neumann
78aac0314b nvidia_gpu_: add Rx/Tx throughput outputs 2021-07-14 22:07:56 +02:00
Jeremías
a542895c0f fix mongo_collection_ load of mongodb_uri env var 2021-07-14 22:03:52 +02:00
Kim B. Heino
46723dec16 nutups2: fix for status line without value
"upsc name" can output line "input.transfer.reason: " (key without value).
Allow it.
2021-07-14 22:00:29 +02:00
Sebastian L
d43862ac62 jitsi_videobridge: Small typo fixes and max time for curl 2021-07-14 21:49:48 +02:00
Sebastian L
3886b9e42d signaling: Plugin for spreed standalone signaling server (nextcloud talk) 2021-07-14 21:48:30 +02:00
Lars Kruse
209567f80d Merge branch 'haseharald' 2021-07-14 21:41:42 +02:00
HaseHarald
8a2c0be5b2 [btrfs_device_stats] Make warning and critical configurable for all metrics per device. 2021-07-14 21:41:02 +02:00
HaseHarald
d45c84e59f Missed one parameters equals with whitespaces. 2021-07-14 21:41:02 +02:00
HaseHarald
cbd9235623 Fix indention to please linter. 2021-07-14 21:41:02 +02:00
HaseHarald
50265ccea9 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.
2021-07-14 21:41:02 +02:00
HaseHarald
409e88968d Change if conditions to please the linter. 2021-07-14 21:41:01 +02:00
HaseHarald
76c21fe7ef Fix whitespaces to please the linter. 2021-07-14 21:41:01 +02:00
HaseHarald
e169950da6 [btrfs_device_usage] Document usage of optional warning and critical limits. 2021-07-14 21:41:01 +02:00
HaseHarald
68190a6d1c [btrfs_device_usage] Allow for configuring optional limits for warning and critical.
These are configurable as a global and individual value.
2021-07-14 21:41:01 +02:00
HaseHarald
17298912b4 [btrfs_device_stats] Document usage of optional warning and critical limits. 2021-07-14 21:41:01 +02:00
HaseHarald
0d8f830934 [btrfs_device_stats] Allow for configuring optional critical limits as a global and individual value. 2021-07-14 21:41:01 +02:00
HaseHarald
d10c11989b [btrfs_device_stats] Allow for configuring warning values as a global and individual value. 2021-07-14 21:41:01 +02:00
Kim B. Heino
b392cacc4b 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
instance can't be connected.
2021-07-14 21:32:21 +02:00
Daniel Neugebauer
51af0be02b 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)
2021-07-14 21:29:40 +02:00
Lionel Sausin
ae7a2f6c65 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.
2021-07-14 21:28:17 +02:00
Kim B. Heino
5039842a4f 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".
2021-07-14 21:27:34 +02:00
Adam Mizerski
09974133b3 ssl-certificate-expiry: fix handling domains starting with digits
resolves #1224
2021-07-14 21:25:22 +02:00
Olivier Mehani
e794a441e4 Fix some AUTHORS so they all show properly in the plugin gallery
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2021-07-14 21:09:48 +02:00
Lars Kruse
ae45856228
Merge pull request #1219 from brknkfr/nextcloud_groupfolders
nextcloud_groupfolders_: Monitor sizes of groupfolders
2021-07-14 21:06:47 +02:00
Sebastian L
e311c24d69 coturn_sessions: Make it compatible with busybox telnet 2021-07-14 21:02:21 +02:00
Steve Schnepp
0860ec94cb
Merge pull request #1098 from shtrom/snmp__cisco_
[plugins/snmp__cisco_] SNMP plugin to query arbitrary SNMP MIBs on Ci…
2021-06-12 15:33:38 +02:00
Sebastian L
96ec850d21 nextcloud_groupfolders_: Monitor sizes of groupfolders 2021-05-29 16:14:03 +02:00
Wilco de Boer
f58515705e
Fix CI problems 2021-05-18 16:31:43 +02:00
Wilco de Boer
b247f8f228
Get the default suite from /etc/os-release 2021-05-18 15:33:16 +02:00
Wilco de Boer
40366a4c1e
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.
2021-05-18 15:26:54 +02:00
Wilco de Boer
6b28a1ba21
Remove superfluous quotation marks 2021-05-18 14:57:15 +02:00
Wilco de Boer
f23aa0798b
Add suggest capability to debsecan plugin 2021-05-18 14:53:56 +02:00
Steve Schnepp
c31cb283fe
Remove the stale action
I didn't want to "close" the old one, just to detect them. 

Removing the action.
2021-04-27 23:45:09 +02:00
Steve Schnepp
4dcf4ec03c
Create Stale Workflow Action 2021-04-16 22:02:23 +02:00