summaryrefslogtreecommitdiffstats
path: root/daemon/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/common.h')
-rw-r--r--daemon/common.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/daemon/common.h b/daemon/common.h
index 4cb54010c..c892dbdb1 100644
--- a/daemon/common.h
+++ b/daemon/common.h
@@ -3,7 +3,7 @@
#ifndef NETDATA_COMMON_H
#define NETDATA_COMMON_H 1
-#include "../libnetdata/libnetdata.h"
+#include "libnetdata/libnetdata.h"
// ----------------------------------------------------------------------------
// shortcuts for the default netdata configuration
@@ -44,6 +44,9 @@
// health monitoring and alarm notifications
#include "health/health.h"
+// anomaly detection
+#include "ml/ml.h"
+
// the netdata registry
// the registry is actually an API feature
#include "registry/registry.h"
@@ -66,11 +69,7 @@
#include "claim/claim.h"
// netdata agent cloud link
-#ifndef ACLK_NG
-#include "aclk/legacy/agent_cloud_link.h"
-#else
-#include "aclk/aclk.h"
-#endif
+#include "aclk/aclk_api.h"
// global GUID map functions
@@ -81,6 +80,7 @@
#include "daemon.h"
#include "main.h"
#include "signals.h"
+#include "service.h"
#include "commands.h"
#include "analytics.h"
@@ -97,6 +97,8 @@ extern char *netdata_configured_lock_dir;
extern char *netdata_configured_home_dir;
extern char *netdata_configured_host_prefix;
extern char *netdata_configured_timezone;
+extern char *netdata_configured_abbrev_timezone;
+extern int32_t netdata_configured_utc_offset;
extern int netdata_zero_metrics_enabled;
extern int netdata_anonymous_statistics_enabled;