ma stats/server: fix collectd-port

This commit is contained in:
makefu 2017-08-06 16:42:52 +02:00 committed by lassulus
parent c9770e8bef
commit 4c6b8ab511

View File

@ -29,7 +29,7 @@ in {
enabled = true;
typesdb = "${pkgs.collectd}/share/collectd/types.db";
database = db;
bind-address = ":${collectd-port}";
bind-address = ":${toString collectd-port}";
}];
};
krebs.kapacitor =