influxdb module: collectd.port is now called bind-address

with the influxdb release we have packaged (and newer releases)
collectd.port has been streamlined to bind-address which takes a string
instead of a number.

ref: https://github.com/influxdata/influxdb/blob/master/services/collectd/README.md
This commit is contained in:
makefu 2017-08-06 14:49:22 +02:00
parent 4b0afc169d
commit c8e96826ae
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

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 = [{