summaryrefslogtreecommitdiffstats
path: root/src/daemon/static_threads_linux.c
diff options
context:
space:
mode:
authorHugo Valente <82235632+hugovalente-pm@users.noreply.github.com>2024-04-22 19:39:28 +0100
committerGitHub <noreply@github.com>2024-04-22 19:39:28 +0100
commit2b1687daf0f71ac97fe5161c1456d690d49a15c1 (patch)
tree0d19b7b6fdc51f278e04fd95b9cd772eb8238fd2 /src/daemon/static_threads_linux.c
parent873ba5dfdbbaa4d5c451a5431ea4031cab4c4c07 (diff)
parent7f752b626340f648bd34453efdb39b61371f8241 (diff)
Merge branch 'master' into hugovalente-pm-patch-1hugovalente-pm-patch-1
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
{