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

4430 commits

Author SHA1 Message Date
Lars Kruse
c6f88968d1 Improve perlpod formatting for multiple plugins
Escpecially the final marker ("=cut") was missing in these plugins.
2020-10-06 00:29:38 +02:00
Lars Kruse
743395a605 Improve documentation formatting of some plugins 2020-10-06 00:05:51 +02:00
Lars Kruse
f9d8ce70ed Plugin tor_: fix perlpod formatting 2020-10-05 21:54:36 +02:00
Lars Kruse
94888223ff Plugin ipt_basic_: convert documentation to perlpod format 2020-10-05 04:05:50 +02:00
Lars Kruse
55b983f357 Plugin bbox: convert documentation to perlpod format 2020-10-05 03:59:02 +02:00
Lars Kruse
2e3f5acd9a Plugin battery_: convert documentation to perlpod format 2020-10-05 03:57:02 +02:00
Lars Kruse
5061ef1d25 Plugin dartybox: convert documentation to perlpod format 2020-10-05 03:33:46 +02:00
Lars Kruse
5a2f9abf8a Plugin rpi_temp: convert documentation to perlpod format 2020-10-05 01:17:37 +02:00
Lars Kruse
d369b31644 Plugin moinmoin_pages: convert documentation to perlpod format 2020-10-05 01:10:57 +02:00
Lars Kruse
118040e32a Plugin moinmoin_pages: migrate to python3 2020-10-05 01:04:06 +02:00
Lars Kruse
73817ba85c Rename "moinoin_pages" plugin to "moinmoin_pages"
The previous name was mistyped.
2020-10-05 00:58:59 +02:00
Lars Kruse
6f1e053870 Plugin cpu_freq_1sec: convert documentation to perldoc format 2020-10-05 00:57:20 +02:00
Lars Kruse
4e69103aac Fix special character in author name (KARASZI István) 2020-10-04 05:48:58 +02:00
Lars Kruse
aa3ee6dc01 Clarify a few copyright statements 2020-10-04 05:31:15 +02:00
Lars Kruse
cd05363876 Plugin brc_rssi: convert documentation to perldoc header 2020-10-04 05:31:15 +02:00
Lars Kruse
df47073323 Fix special character for author name (Kristian Lyngstøl)
Otherwise this author shows up with different spellings in the plugin
gallery.
2020-10-04 05:31:15 +02:00
Lars Kruse
105e7d459c Plugin backuppc: convert documentation to perldoc header 2020-10-04 05:31:14 +02:00
Steve Schnepp
e66faac0cc
Merge pull request #1002 from steveschnepp/dump_node
Dump node
2020-10-01 20:41:05 +02:00
Steve Schnepp
3e7d7308cf
Quoting vars 2020-10-01 20:40:43 +02:00
Nathaniel Clark
09b145cb85 Cleanup page decode
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
2020-09-26 12:59:47 +02:00
Nathaniel Clark
76b4675d1b Fix flake warnings
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
2020-09-26 12:59:47 +02:00
Nathaniel Clark
77e5305923 Merge both SB6183 plugins
Add more error handling for bad status from modem

Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
2020-09-26 12:59:47 +02:00
Nathaniel Clark
7b07874918 Address review comments
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
2020-09-26 12:59:47 +02:00
Nathaniel Clark
13e4b4aa94 Fix spelling in comments
Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
2020-09-26 12:59:47 +02:00
Nathaniel Clark
1671e3566d 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.

arris-sb6183 provides multigraphs for each channel.

Signed-off-by: Nathaniel Clark <Nathaniel.Clark@misrule.us>
2020-09-26 12:59:47 +02:00
Lars Kruse
d7f54f3ed2 Fix utf8 encoding of author names 2020-09-23 22:22:54 +02:00
Lars Kruse
0ff03ad469 Remove dummy plugins containing only references to external repositories 2020-09-23 05:06:01 +02:00
Lars Kruse
7f789c47cd
Merge pull request #1122 from shtrom/plugin/docker_improvements
[docker_] Fix a few bugs
2020-09-19 02:24:58 +02:00
Olivier Mehani
109144ded5 [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.

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-18 12:11:43 +10:00
Olivier Mehani
5bb9b46e08 [docker_] Fix network extinfo
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-18 08:03:18 +10:00
Olivier Mehani
b1e3e601fe [docker_] Fix missing f-string
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-17 23:17:43 +10:00
Lars Kruse
11861370c4
Merge pull request #1117 from shtrom/nextcloud_fixups
various fixups of the Nextcloud plugin
2020-09-13 20:48:50 +02:00
Lars Kruse
6906c857cd
Merge pull request #1115 from zivillian/kvm_mem
* remove empty line from config (causing an error message)
* switch to python3
2020-09-13 20:46:50 +02:00
Bianco Veigel
6b4a3124c7 switch to python3 2020-09-11 13:15:43 +02:00
Kai
c0108c9583 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).
2020-09-11 04:45:00 +02:00
Olivier Mehani
7dcbc91c7e [nextcloud_] Softer failure on missing data
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-11 10:03:43 +10:00
Olivier Mehani
4ce9e74251 [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 <shtrom@ssji.net>
2020-09-11 01:16:01 +02:00
Olivier Mehani
f47fddf326 [nextcloud_] Add scheme configuration and cleanup autoconf
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-10 22:39:41 +10:00
Olivier Mehani
12cb113403 [nextcloud_] Allow to control warnings on the number of available updates
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-10 22:39:41 +10:00
Olivier Mehani
a7d44887e4 [nextcloud_] Use fewer requests to work out the protocol to use
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-10 22:39:41 +10:00
Olivier Mehani
195a733d5d [nextcloud_] Add support for --pidebug, and more parameters
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-10 22:39:41 +10:00
Olivier Mehani
254eb56dde [docker_] Fake functools.cached_property for Python<3.8
Fixes: #1116
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-09-09 21:43:22 +02:00
ScratchBuild
3226446348 Fix
Fix `printf` and `sprintf` output numbers from %s to %d
2020-09-08 00:43:20 +02:00
Bianco Veigel
2385a6f570 refactoring and python3 compatibility 2020-09-07 19:13:39 +02:00
Martin Schobert
bba98f95b3
ssl-certificate-expiry: Feature added: checking intermediate certs as well (#1088) 2020-09-06 22:19:12 +02:00
Lars Kruse
81bdedaf42
Merge pull request #1086 from shtrom/transmission-consistency-fixups
[plugins/transmission] Fixups for consistency
2020-09-06 21:56:39 +02:00
Lars Kruse
1a614fb00d Plugin acpi_batt_: improve perldoc formatting 2020-09-04 01:55:06 +02:00
Olivier Mehani
92483a045b [plugins/transmission] Lint
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2020-08-31 12:56:14 +10:00
Olivier Mehani
897de1bbba squash! [plugins/transmission] Fixups for consistency
Only show host in title when not localhost
2020-08-31 12:55:40 +10:00
Bianco Veigel
8cb47cbfbb remove empty line from config 2020-08-30 20:57:50 +02:00