]> arthur.barton.de Git - netdata.git/commitdiff
enable = enabled, to be the same with all other such options
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 20 Nov 2016 22:05:37 +0000 (00:05 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 20 Nov 2016 22:05:37 +0000 (00:05 +0200)
src/backends.c

index 5f3303424818f7cd18d07a66124a3260c2624cde..f7c51eaf8a93e7d7513f632de0935efe2e956f34 100644 (file)
@@ -278,7 +278,7 @@ void *backends_main(void *ptr) {
     int default_port = 0;
     int sock = -1;
     uint32_t options;
-    int enabled = config_get_boolean("backend", "enable", 0);
+    int enabled = config_get_boolean("backend", "enabled", 0);
     const char *source = config_get("backend", "data source", "average");
     const char *type = config_get("backend", "type", "graphite");
     const char *destination = config_get("backend", "destination", "localhost");