diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
| commit | c4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (patch) | |
| tree | 5122bdf38be616ad5359dad31a684f46ed0f1525 /modules/prometheus.nix | |
| parent | e7e8d7656c1eaef422a02aa4a4d84545a31d3ce5 (diff) | |
uuuuh
Diffstat (limited to '')
| -rw-r--r-- | modules/prometheus.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/prometheus.nix b/modules/prometheus.nix index 22db413..63b761f 100644 --- a/modules/prometheus.nix +++ b/modules/prometheus.nix @@ -114,7 +114,7 @@ in job_name = "mikrotik"; static_configs = let - port = toString config.services.prometheus.exporters.fail2ban.port; + port = toString config.services.prometheus.exporters.mikrotik.port; in [ { targets = [ "localhost:${port}" ]; } |
