From 7fad6c0e7ac679babe8f9b36186f26100cb1adb4 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Thu, 12 Dec 2024 13:53:58 +0100 Subject: [PATCH] vulpecula: add prometheus and node-exporter --- hosts/vulpecula-vps/grafana.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vulpecula-vps/grafana.nix b/hosts/vulpecula-vps/grafana.nix index 0d34d37..7fcde8e 100644 --- a/hosts/vulpecula-vps/grafana.nix +++ b/hosts/vulpecula-vps/grafana.nix @@ -15,13 +15,13 @@ }; services.prometheus = { - enable = false; + enable = true; port = 62103; retentionTime = "60d"; exporters = { node = { - enable = false; + enable = true; enabledCollectors = ["systemd"]; port = 62104; };