about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-07-21 17:56:57 +0200
committerEmile <git@emile.space>2024-07-21 17:56:57 +0200
commitae23deb4cc11593e6843f9754c3d47c26a63dab1 (patch)
treed911fa21a68bed57aac3fbb455dcfa0411a55eea
parentf07d264774911edef2ee8207b88ec851dbc6d43e (diff)
(monitoring): prometheus exporters
-rw-r--r--nix/hosts/lampadas/configuration.nix6
1 files changed, 3 insertions, 3 deletions
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