summaryrefslogtreecommitdiffstats
path: root/src/daemon/static_threads_linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/static_threads_linux.c')
-rw-r--r--src/daemon/static_threads_linux.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/daemon/static_threads_linux.c b/src/daemon/static_threads_linux.c
index 54307eccff..6939189978 100644
--- a/src/daemon/static_threads_linux.c
+++ b/src/daemon/static_threads_linux.c
@@ -45,6 +45,15 @@ const struct netdata_static_thread static_threads_linux[] = {
.init_routine = NULL,
.start_routine = cgroups_main
},
+ {
+ .name = "P[timex]",
+ .config_section = CONFIG_SECTION_PLUGINS,
+ .config_name = "timex",
+ .enabled = 1,
+ .thread = NULL,
+ .init_routine = NULL,
+ .start_routine = timex_main
+ },
// terminator
{