ma stats/server: fix collectd-port
This commit is contained in:
parent
db3f373dc3
commit
70943eafa0
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue