summaryrefslogtreecommitdiffstats
path: root/src/appconfig.c
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-23 17:28:38 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-23 17:28:38 +0300
commit32afa028926a89a8479d3bcb54e100d8473736bc (patch)
tree30f8ccd9c9e6810a6c98be91a9761709147abad7 /src/appconfig.c
parente2bcb0340d01a079d32804582bc42d57fbd2673b (diff)
skeleton for a statsd plugin for netdata - not finished yet
Diffstat (limited to 'src/appconfig.c')
-rw-r--r--src/appconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/appconfig.c b/src/appconfig.c
index b5ec5ed976..09b7ebf94c 100644
--- a/src/appconfig.c
+++ b/src/appconfig.c
@@ -532,6 +532,7 @@ void appconfig_generate(struct config *root, BUFFER *wb, int only_changed)
for(co = root->sections; co ; co = co->next) {
if(!strcmp(co->name, CONFIG_SECTION_GLOBAL)
|| !strcmp(co->name, CONFIG_SECTION_WEB)
+ || !strcmp(co->name, CONFIG_SECTION_STATSD)
|| !strcmp(co->name, CONFIG_SECTION_PLUGINS)
|| !strcmp(co->name, CONFIG_SECTION_REGISTRY)
|| !strcmp(co->name, CONFIG_SECTION_HEALTH)