summaryrefslogtreecommitdiffstats
path: root/collectors/all.h
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-03-24 13:02:58 +0200
committerGitHub <noreply@github.com>2022-03-24 13:02:58 +0200
commit64efa1122d33d0975694b7ba3808489928a2c4a1 (patch)
tree5976519728bdf6d36357807a3447a0c22457bb0f /collectors/all.h
parent06300b1e42ca623e3b54f6dffeddb2506e3a0213 (diff)
feat(collectors/timex.plugin): add clock status chart (#12501)
Co-authored-by: Suraj Neupane <neupanesuraj@gmail.com>
Diffstat (limited to 'collectors/all.h')
-rw-r--r--collectors/all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/all.h b/collectors/all.h
index 9f3178f15e..61f3c01bff 100644
--- a/collectors/all.h
+++ b/collectors/all.h
@@ -44,6 +44,7 @@
#define NETDATA_CHART_PRIO_SYSTEM_ENTROPY 1000
#define NETDATA_CHART_PRIO_SYSTEM_UPTIME 1000
#define NETDATA_CHART_PRIO_CLOCK_SYNC_STATE 1100
+#define NETDATA_CHART_PRIO_CLOCK_STATUS 1105
#define NETDATA_CHART_PRIO_CLOCK_SYNC_OFFSET 1110
#define NETDATA_CHART_PRIO_SYSTEM_IPC_MSQ_QUEUES 1200 // freebsd only
#define NETDATA_CHART_PRIO_SYSTEM_IPC_MSQ_MESSAGES 1201