Merge pull request #27978 from makefu/module/influxdb/bind-fix
influxdb module: collectd.port is now called bind-address
This commit is contained in:
commit
035e0198c5
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