From c8e96826ae2d897a79127e4c9c0679098fec6d82 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 6 Aug 2017 14:49:22 +0200 Subject: [PATCH] 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 --- nixos/modules/services/databases/influxdb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/databases/influxdb.nix b/nixos/modules/services/databases/influxdb.nix index dd88624f406..25daf972b58 100644 --- a/nixos/modules/services/databases/influxdb.nix +++ b/nixos/modules/services/databases/influxdb.nix @@ -70,7 +70,7 @@ let enabled = false; typesdb = "${pkgs.collectd}/share/collectd/types.db"; database = "collectd_db"; - port = 25826; + bind-address = ":25826"; }]; opentsdb = [{