about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-08-06 14:49:22 +0200
committermakefu <github@syntax-fehler.de>2017-08-06 14:49:56 +0200
commitc8e96826ae2d897a79127e4c9c0679098fec6d82 (patch)
tree9f14f6e5cb536b5de4218bb408a9703a650aeadb /nixos
parent4b0afc169d836f4d6c133853617c04a98a91f5a6 (diff)
downloadnixlib-c8e96826ae2d897a79127e4c9c0679098fec6d82.tar
nixlib-c8e96826ae2d897a79127e4c9c0679098fec6d82.tar.gz
nixlib-c8e96826ae2d897a79127e4c9c0679098fec6d82.tar.bz2
nixlib-c8e96826ae2d897a79127e4c9c0679098fec6d82.tar.lz
nixlib-c8e96826ae2d897a79127e4c9c0679098fec6d82.tar.xz
nixlib-c8e96826ae2d897a79127e4c9c0679098fec6d82.tar.zst
nixlib-c8e96826ae2d897a79127e4c9c0679098fec6d82.zip
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
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/databases/influxdb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/influxdb.nix b/nixos/modules/services/databases/influxdb.nix
index dd88624f406c..25daf972b588 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 = [{