summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2021-04-14 12:20:13 +0300
committerGitHub <noreply@github.com>2021-04-14 12:20:13 +0300
commit7de64f49ff88375f76c253c8cc50ec4f07e5a806 (patch)
tree752c4e89f0f8591577ca94834afa95b09fa9f070 /tests
parent8f0a5e3bb25788c136f010ea5424af3cbe585eb6 (diff)
Add a plugin for the system clock synchronization state (#10895)
Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/alarm_repetition/netdata.conf_with_repetition1
-rw-r--r--tests/alarm_repetition/netdata.conf_without_repetition1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/alarm_repetition/netdata.conf_with_repetition b/tests/alarm_repetition/netdata.conf_with_repetition
index d5d00f07da..808a11c560 100644
--- a/tests/alarm_repetition/netdata.conf_with_repetition
+++ b/tests/alarm_repetition/netdata.conf_with_repetition
@@ -29,6 +29,7 @@
[plugins]
proc = yes
diskspace = no
+ timex = no
cgroups = no
tc = no
idlejitter = no
diff --git a/tests/alarm_repetition/netdata.conf_without_repetition b/tests/alarm_repetition/netdata.conf_without_repetition
index 43518bdc00..978db8d205 100644
--- a/tests/alarm_repetition/netdata.conf_without_repetition
+++ b/tests/alarm_repetition/netdata.conf_without_repetition
@@ -29,6 +29,7 @@
[plugins]
proc = yes
diskspace = no
+ timex = no
cgroups = no
tc = no
idlejitter = no