|
@@ -11,8 +11,18 @@ extern void *health_main(void *ptr);
|
|
|
extern void *pluginsd_main(void *ptr);
|
|
|
extern void *service_main(void *ptr);
|
|
|
extern void *statsd_main(void *ptr);
|
|
|
+extern void *timex_main(void *ptr);
|
|
|
|
|
|
const struct netdata_static_thread static_threads_common[] = {
|
|
|
+ {
|
|
|
+ .name = "PLUGIN[timex]",
|
|
|
+ .config_section = CONFIG_SECTION_PLUGINS,
|
|
|
+ .config_name = "timex",
|
|
|
+ .enabled = 1,
|
|
|
+ .thread = NULL,
|
|
|
+ .init_routine = NULL,
|
|
|
+ .start_routine = timex_main
|
|
|
+ },
|
|
|
{
|
|
|
.name = "PLUGIN[check]",
|
|
|
.config_section = CONFIG_SECTION_PLUGINS,
|