summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/ntpd/ntpd.chart.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:11:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:11:30 +0000
commitaa2fe8ccbfcb117efa207d10229eeeac5d0f97c7 (patch)
tree941cbdd387b41c1a81587c20a6df9f0e5e0ff7ab /collectors/python.d.plugin/ntpd/ntpd.chart.py
parentAdding upstream version 1.37.1. (diff)
downloadnetdata-aa2fe8ccbfcb117efa207d10229eeeac5d0f97c7.tar.xz
netdata-aa2fe8ccbfcb117efa207d10229eeeac5d0f97c7.zip
Adding upstream version 1.38.0.upstream/1.38.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/python.d.plugin/ntpd/ntpd.chart.py')
-rw-r--r--collectors/python.d.plugin/ntpd/ntpd.chart.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/ntpd/ntpd.chart.py b/collectors/python.d.plugin/ntpd/ntpd.chart.py
index 275d2276c..077124b4f 100644
--- a/collectors/python.d.plugin/ntpd/ntpd.chart.py
+++ b/collectors/python.d.plugin/ntpd/ntpd.chart.py
@@ -9,6 +9,8 @@ import struct
from bases.FrameworkServices.SocketService import SocketService
+disabled_by_default = True
+
# NTP Control Message Protocol constants
MODE = 6
HEADER_FORMAT = '!BBHHHHH'