summaryrefslogtreecommitdiffstats
path: root/src/daemon/static_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/static_threads.c')
-rw-r--r--src/daemon/static_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/static_threads.c b/src/daemon/static_threads.c
index e03819761e..ce0fd1ad02 100644
--- a/src/daemon/static_threads.c
+++ b/src/daemon/static_threads.c
@@ -61,7 +61,7 @@ const struct netdata_static_thread static_threads_common[] = {
.config_name = "netdata monitoring",
.env_name = "NETDATA_INTERNALS_MONITORING",
.global_variable = &global_statistics_enabled,
- .enabled = 0,
+ .enabled = 1,
.thread = NULL,
.init_routine = NULL,
.start_routine = global_statistics_main