summaryrefslogtreecommitdiffstats
path: root/daemon/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/main.c')
-rw-r--r--daemon/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/daemon/main.c b/daemon/main.c
index ee2a437fd0..f8c6d84d45 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -75,6 +75,9 @@ struct netdata_static_thread static_threads[] = {
// common plugins for all systems
{"BACKENDS", NULL, NULL, 1, NULL, NULL, backends_main},
+#ifdef ENABLE_EXPORTING
+ {"EXPORTING", NULL, NULL, 1, NULL, NULL, exporting_main},
+#endif
{"WEB_SERVER[static1]", NULL, NULL, 0, NULL, NULL, socket_listen_main_static_threaded},
{"STREAM", NULL, NULL, 0, NULL, NULL, rrdpush_sender_thread},
@@ -1105,6 +1108,7 @@ int main(int argc, char **argv) {
if(!config_loaded)
load_netdata_conf(NULL, 0);
+
// ------------------------------------------------------------------------
// initialize netdata
{