From ae23deb4cc11593e6843f9754c3d47c26a63dab1 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:56:57 +0200 Subject: (monitoring): prometheus exporters --- nix/hosts/lampadas/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nix/hosts/lampadas') diff --git a/nix/hosts/lampadas/configuration.nix b/nix/hosts/lampadas/configuration.nix index eb9f2ba..8db166d 100644 --- a/nix/hosts/lampadas/configuration.nix +++ b/nix/hosts/lampadas/configuration.nix @@ -126,9 +126,9 @@ in { # metric exporters prometheus.exporters = { - node.enable = true; - systemd.enable = true; - smartctl.enable = true; + node.enable = true; # port 9100 + systemd.enable = true; # port 9558 + smartctl.enable = true; # port 9633 }; # shares -- cgit 1.4.1