diff options
author | Emile <git@emile.space> | 2024-07-21 17:56:57 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:56:57 +0200 |
commit | ae23deb4cc11593e6843f9754c3d47c26a63dab1 (patch) | |
tree | d911fa21a68bed57aac3fbb455dcfa0411a55eea /nix | |
parent | f07d264774911edef2ee8207b88ec851dbc6d43e (diff) |
(monitoring): prometheus exporters
Diffstat (limited to 'nix')
-rw-r--r-- | nix/hosts/lampadas/configuration.nix | 6 |
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 |