diff --git a/nix-system-configs/modules/system/gramethus.nix b/nix-system-configs/modules/system/gramethus.nix index d44c3cb..ed96a8c 100644 --- a/nix-system-configs/modules/system/gramethus.nix +++ b/nix-system-configs/modules/system/gramethus.nix @@ -79,6 +79,9 @@ in { }; services.prometheus = { + enable = true; + port = 9001; + exporters.node = { enabledCollectors = [ "ethtool" @@ -87,7 +90,7 @@ in { "tcpstat" ]; enable = true; - port = 9001; + port = 9002; }; globalConfig.scrape_interval = "10s"; # "1m" scrapeConfigs = [