summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/logging/central-stats-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/logging/central-stats-server.nix')
-rw-r--r--makefu/2configs/logging/central-stats-server.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefu/2configs/logging/central-stats-server.nix b/makefu/2configs/logging/central-stats-server.nix
index eb4e2a34..69e37e49 100644
--- a/makefu/2configs/logging/central-stats-server.nix
+++ b/makefu/2configs/logging/central-stats-server.nix
@@ -2,11 +2,11 @@
with import <stockholm/lib>;
let
- collectd-port = 25826;
- influx-port = 8086;
+ collectd-port = 25826;
+ influx-port = 8086;
grafana-port = 3000; # TODO nginx forward
in {
- services.grafana.enable = true;
+ services.grafana.enable = true;
services.grafana.addr = "0.0.0.0";
services.influxdb.enable = true;
@@ -21,7 +21,7 @@ in {
enabled = false;
# write-interval = "24h";
};
- collectd = [{
+ collectd = [{
enabled = true;
typesdb = "${pkgs.collectd}/share/collectd/types.db";
database = "collectd_db";