summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-06-17 22:10:01 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-06-17 22:10:01 +0300
commit12cd57e2ab559c42ca80d40eb5cf4f1632c00a3d (patch)
tree997ce6ac7dacf5e39ed5b1b73fd23168844139d4 /src/main.c
parent38722a8ade2885e5a1dc37db888e925b9e0f3cf8 (diff)
rename variable "opentsdb host tags" to "host tags"; move it from the backends code to the rrdhost code; allow streaming to pass over the host tags; allow host tags to be overwritten in [MACHINE_GUID] sections of stream.conf; fixes #2304
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index ef687fdc04..0e401765c8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -410,6 +410,9 @@ static void backwards_compatible_config() {
config_move(CONFIG_SECTION_GLOBAL, "web files group",
CONFIG_SECTION_WEB, "web files group");
+
+ config_move(CONFIG_SECTION_BACKEND, "opentsdb host tags",
+ CONFIG_SECTION_BACKEND, "host tags");
}
static void get_netdata_configured_variables() {