Merge pull request #27978 from makefu/module/influxdb/bind-fix

influxdb module: collectd.port is now called bind-address
This commit is contained in:
Jörg Thalheim
2017-08-08 07:51:03 +01:00
committed by GitHub

View File

@@ -70,7 +70,7 @@ let
enabled = false;
typesdb = "${pkgs.collectd}/share/collectd/types.db";
database = "collectd_db";
port = 25826;
bind-address = ":25826";
}];
opentsdb = [{