#1079344 munin-plugins-core: ntp_offset plugin does not work with munin-node-c

#1079344#5
Date:
2024-08-22 14:03:11 UTC
From:
To:
ntp_offset plugin does not work with munin-node-c

Output when run under munin-node-c:

# munin node at srv-etc-2
fetch ntp_offset
Don't know how to do that
.

Expected output: (output when run under munin-node or with patch applied)
# munin node at srv-etc-2
fetch ntp_offset
delay.value 31.6775
offset.value 1.7002
jitter.value 0.3273
.

Patch:
--- /usr/share/munin/plugins/ntp_offset.orig	2023-03-21 20:08:22.000000000 +0000
+++ /usr/share/munin/plugins/ntp_offset	2024-08-22 13:44:48.941908934 +0000
@@ -93,7 +93,7 @@
     print_thresholds critical
 }