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
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ let
|
|||
enabled = false;
|
||||
typesdb = "${pkgs.collectd}/share/collectd/types.db";
|
||||
database = "collectd_db";
|
||||
port = 25826;
|
||||
bind-address = ":25826";
|
||||
}];
|
||||
|
||||
opentsdb = [{
|
||||
|
|
Loading…
Reference in a new issue