summaryrefslogtreecommitdiffstats
path: root/daemon/static_threads.c
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-10-19 18:30:12 +0300
committerGitHub <noreply@github.com>2022-10-19 18:30:12 +0300
commit42e85b5a092b18881501b0fe76f91e4969dca088 (patch)
treea93d3dacbe095e56cf8648fe8d72081badeb0948 /daemon/static_threads.c
parentb5e1e3690c9a8e59abe3a3a247ce7906f3259053 (diff)
Health thread per host (#13712)
* Rebased * rebased * health_execute_pending_updates -> health_execute_delayed_initializations * fix labels for current host only * missing bracket * misc fixes, reload health for disconnected hosts * remove volatile, add comment
Diffstat (limited to 'daemon/static_threads.c')
-rw-r--r--daemon/static_threads.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/daemon/static_threads.c b/daemon/static_threads.c
index 1e319cf59e..707866ee68 100644
--- a/daemon/static_threads.c
+++ b/daemon/static_threads.c
@@ -64,15 +64,6 @@ const struct netdata_static_thread static_threads_common[] = {
.start_routine = global_statistics_main
},
{
- .name = "HEALTH",
- .config_section = NULL,
- .config_name = NULL,
- .enabled = 1,
- .thread = NULL,
- .init_routine = NULL,
- .start_routine = health_main
- },
- {
.name = "PLUGINSD",
.config_section = NULL,
.config_name = NULL,