From 1335ab1d4b54002d085f715545afbc6039c7acfb Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 21 May 2023 04:03:14 +0200 Subject: [PATCH] Add metrics exporters to bekkalokk --- hosts/bekkalokk/configuration.nix | 1 + hosts/ildkule/services/metrics/prometheus/node.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/bekkalokk/configuration.nix b/hosts/bekkalokk/configuration.nix index 65c825d..827475d 100644 --- a/hosts/bekkalokk/configuration.nix +++ b/hosts/bekkalokk/configuration.nix @@ -4,6 +4,7 @@ ./hardware-configuration.nix ../../base.nix + ../../misc/metrics-exporters.nix ./services/keycloak.nix diff --git a/hosts/ildkule/services/metrics/prometheus/node.nix b/hosts/ildkule/services/metrics/prometheus/node.nix index 9bb332f..b7d5cd0 100644 --- a/hosts/ildkule/services/metrics/prometheus/node.nix +++ b/hosts/ildkule/services/metrics/prometheus/node.nix @@ -15,6 +15,7 @@ in { "jokum.pvv.ntnu.no:9100" "essendrop.pvv.ntnu.no:9100" "andresbu.pvv.ntnu.no:9100" + "bekkalokk.pvv.ntnu.no:9100" ]; } ];