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

5 commits

Author SHA1 Message Date
Kim B. Heino
08361c2178 chrony_status: cleanup: use f-strings and fix/ignore pylint warnings 2024-02-01 14:38:24 +02: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
Kenyon Ralph
0866add183 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
as they are originally output by chrony.

Also this adds some server stats found in chrony 4.0 (but still works
with 3.4 and probably earlier).
2021-11-15 14:38:20 +01:00
Kenyon Ralph
357c358669 chrony_status: add a serverstats graph
This graph shows packet rates for the chronyd server.
2021-11-14 23:53:33 +01:00
Kim B. Heino
085d7a9ba8 chrony_status: perlpod and small fixes 2021-07-14 22:30:51 +02:00
Renamed from plugins/chrony/chrony_multigraph (Browse further)