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

5061 commits

Author SHA1 Message Date
Rowan Wookey
80d63a8b7f Added docker container size plugin
Requested via mailing list https://sourceforge.net/p/munin/mailman/message/58765217/
2024-04-26 20:37:12 +01:00
Andreas Perhab
06c8186bd7 nvme: use non-capturing group for 0x
fixes issues on systems where namespace is not yet prefixed by 0x
2024-04-24 12:49:37 +02:00
Andreas Perhab
d3f6266814 docker_cpu: enable configuring warnings for cpu usage 2024-04-24 10:18:40 +02:00
Kenyon Ralph
f165c625bf
Merge pull request #1428 from g0tmi1k/nginx_vhost_traffic 2024-04-21 16:54:00 -07:00
g0t mi1k
52890bf0d1 nginx_vhost_traffic: Fix typo aggregate 2024-04-21 06:29:54 +01:00
Kenyon Ralph
d96df7008f
Merge pull request #1424 from codeurimpulsif/varnish-warning
[varnish] Move warnings in environment variables
2024-04-16 13:28:03 -07:00
Codimp
0eabf81e7a
move warnings in environment variables 2024-04-12 15:19:52 +02:00
Kenyon Ralph
ed0cd4c9cf
Merge pull request #1423 from ap-wtioit/master-fix_nvme_github
nvme: fix handling namespaces prefixed with 0x
2024-04-09 16:31:42 -07:00
Andreas Perhab
2eab6784c0 nvme: fix handling namespaces prefixed with 0x 2024-04-09 11:26:51 +02:00
Kenyon Ralph
2e8f4da189
Merge pull request #1422 from shakemid/fix_switchbotmeter_multi
Fix switchbotmeter_multi
2024-03-29 15:04:39 -07:00
shakemid
8e49ddc2e7 fix to fetch data from api in parallel 2024-03-29 15:28:55 +09:00
shakemid
6f88755276 fix switchbotmeter_multi for handling HTTP errors 2024-03-29 15:28:55 +09:00
Kenyon Ralph
d104e6db99
Merge pull request #1421 from artickl/feat-add-wireguard-plugin-metric-active
Adding active peer information into wireguard_ plugin
2024-03-22 15:59:06 -07:00
artickl
8262e12e74 Metric pc_active_on_* changed to apc_on_ - active peer connections
Threshold for active connections moved out of the loop, plus moved to optional config setting
2024-03-21 23:23:12 +00:00
Artem Zavyalov
bb26f900b1
Update plugins/wireguard/wireguard_
Co-authored-by: Pim <pimlie@hotmail.com>
2024-03-21 15:30:26 -07:00
artickl
7ff94424c0 Added count of active peers based on 10 munutes threshold 2024-03-19 19:21:27 +00:00
Kenyon Ralph
a925960d04
Merge pull request #1420 from shakemid/fix_switchbotmeter_multi
fix switchbotmeter_multi to add graph_args --lower-limit --upper-limit
2024-03-16 16:58:10 -07:00
shakemid
b8d47c6626 add graph_args --lower-limit --upper-limit 2024-03-15 22:38:34 +09:00
Kenyon Ralph
162fdae459
Merge pull request #1419 from CyrilBrulebois/master
feat: add ipsec plugin
2024-03-10 17:08:31 -07:00
Cyril Brulebois
e02cf4445a feat: add ipsec plugin
This makes it possible to monitor IPsec security associations (up and
connecting).
2024-03-07 06:19:04 +01:00
Kenyon Ralph
83f4e970c4
Merge pull request #1418 from pimlie/feat-add-wireguard-plugin
feat: add wireguard plugin
2024-03-03 09:51:16 -08:00
Kenyon Ralph
bec9e0aae4
Merge pull request #1417 from brknkfr/nextcloud_fix
Fix for checking installed and updateable apps
2024-03-03 09:49:04 -08:00
pimlie
4b9f15f5a6 feat: add wireguard plugin 2024-03-03 16:00:54 +01:00
Sebastian L.
5e36b8b8b5 Fix for checking installed and updateable apps (after nextcloud version 28) 2024-03-03 14:07:51 +01:00
Kenyon Ralph
14bca93e46
Merge pull request #1416 from rwky/issue-1405
Fixed issue where the value was empty for extinfo if no containers matched the state closes #1405
2024-03-02 14:47:28 -08:00
Kenyon Ralph
294837506e
Merge pull request #1415 from Philippe23/fix-sscanf-warnings
network: Fix sscanf format warnings
2024-03-02 14:42:05 -08:00
Rowan Wookey
8c2b0fa3c4 Fixed issue where the value was empty for extinfo if no containers matched the state closes #1405 2024-03-02 22:40:50 +00:00
Kenyon Ralph
bb42d5cabb
Merge pull request #1414 from wvogel/patch-2
Update pdns_queries add missing configuration for additional values
2024-03-02 14:37:55 -08:00
Kenyon Ralph
973bb83fde
Merge pull request #1413 from wvogel/patch-1
Fix pdns_rel to always have correct output
2024-03-02 14:22:30 -08:00
Philippe 'Peep' Chaintreuil
7d40cdaf44 network: Fix sscanf format warnings
Compilers warn that "%llu" doesn't match the uint_fast64_t type for all
machines.

These are just being sscanf()'ed to be sprintf()'ed a few lines later,
there's no need for performance.  These can just be vanilla "unsigned
long long"'s to match the existing format specifiers.

Closes: https://github.com/munin-monitoring/contrib/pull/1415
2024-03-02 15:31:58 -05:00
Wolf Vogel
3b61c54b12
Update pdns_queries add missing configuration for additional values
Update the plugin's configuration part to describe the values that got added to "/usr/bin/pdns_control list" since creation of the plugin
2024-03-02 14:09:14 +01:00
Wolf Vogel
a477dd629e
Fix pdns_rel to always have correct output
Fix the condition to not return any values when there were no queries to the server since the last call. Return a 0 as cache hit rate in that case.
2024-03-02 09:07:03 +01:00
Kenyon Ralph
40a5f3f834
Merge pull request #1412 from brknkfr/adguardhome-fix
[adguardhome_dns] Add doq (DNS-over-QUIC), fix getting empty values when logfile is empty
2024-02-09 11:21:05 -08:00
Sebastian L.
0f08bce55a [adguardhome_dns] Add doq (DNS-over-QUIC), fix getting U when logfile is empty
- Print U values when logfile is not here
- Print 0 values when logfile is there but no values are found
- Add support for DNS-over-QUIC
2024-02-09 09:10:55 +01:00
Kenyon Ralph
6556171943
Merge pull request #1411 from brknkfr/synapse
[synapse_] Added bots to graph
2024-02-08 11:37:58 -08:00
Sebastian L.
d45777ce6e [synapse_] Added bots to graph 2024-02-08 08:11:25 +01:00
Kenyon Ralph
b43ce1211f
Merge pull request #1410 from brknkfr/synapse
[synapse_]: A simple wildcard plugin for synapse matrix homeserver
2024-02-07 10:54:16 -08:00
Sebastian L.
cf9a6da4df [synapse_]: A simple wildcard plugin for synapse matrix homeserver
Y
2024-02-06 15:51:33 +01:00
Kenyon Ralph
7c3ae4afaa
Merge pull request #1409 from zebastian/master
asterisk: enable pjsip call channel support and more default codecs
2024-02-01 10:35:43 -08:00
Kenyon Ralph
d3386b8a74
Merge pull request #1408 from kimheino/master
chrony_status: cleanup: use f-strings and fix/ignore pylint warnings
2024-02-01 10:22:59 -08:00
Sebastian Jennen
4fbb0d3fc0
asterisk: enable pjsip call channel support and more default codecs
- add pjsip channel retrieval through ami command "pjsip show channelstats"
- also add more common codecs g723 and g729 to default list

- tested against:
  - an asterisk 18.19.0 with pjsip calls running, which now includes the pjsip channels
  - an old asterisk 16.6.2 running sip calls
2024-02-01 14:45:45 +01:00
Kim B. Heino
08361c2178 chrony_status: cleanup: use f-strings and fix/ignore pylint warnings 2024-02-01 14:38:24 +02:00
Kenyon Ralph
4b733228d6
Merge pull request #1407 from brknkfr/qstat_
[qstat]: Some enhancements (ShellCheck fixes, script fixes, bot_prefix variable, nicer graph with AREASTACK)
2024-01-21 13:55:42 -08:00
Sebastian L.
427294d87f [qstat] Some enhancements (ShellCheck, script fixes, bot_prefix variable, nicer graph with AREASTACK)
- Check script with ShellCheck
- Check for valid $ip and $port (and not only $gametype) before collecting stats
- Add variable bot_prefix to enable counting bots by prefix (and not only 0ms ping time). This is especially needed for source engine games (i.e. cstrike)
- Draw nicer graph with AREASTACK (and not LINE). Aareas are a better way to represent slots filled by actual players or bots.
- Split counting of bots and players (Bots were part of playervalue before)
2024-01-21 14:59:42 +01:00
Kenyon Ralph
b963a960d3
Merge pull request #1406 from spacelama/master
Add switch and dimmer state capability for tasmota plugin
2023-12-23 13:12:11 -08:00
Tim Connors
dde29e9982 tasmota: refactor to remove all the duplicated code in switch&dimmer 2023-12-23 21:19:56 +11:00
Tim Connors
a1e013892e tasmota: add switch and dimmer state reading capability 2023-12-23 21:09:20 +11:00
Tim Connors
9f2b0adec7 tasmota_: scan for beken devices as well 2023-12-23 21:06:47 +11:00
Kenyon Ralph
f76cb185bb
Merge pull request #1404 from kimheino/master
chrony_status: fix reboot-workaround, value is str not int
2023-12-12 13:32:21 -08:00
Kim B. Heino
24f0fee044 chrony_status: fix reboot-workaround, value is str not int
After reboot stratum is 0, convert it to U. Include unknown_limit to
config to not send warning email.

I finally found a server where this workaround was needed.
2023-12-12 23:21:29 +02:00