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:
parent
4b0afc169d
commit
c8e96826ae
@ -70,7 +70,7 @@ let
|
|||||||
enabled = false;
|
enabled = false;
|
||||||
typesdb = "${pkgs.collectd}/share/collectd/types.db";
|
typesdb = "${pkgs.collectd}/share/collectd/types.db";
|
||||||
database = "collectd_db";
|
database = "collectd_db";
|
||||||
port = 25826;
|
bind-address = ":25826";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
opentsdb = [{
|
opentsdb = [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user