From 5b798b2f1d09b149c61eff858e8787997812e654 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 17 Jan 2023 10:32:10 +0100 Subject: [PATCH] jokum: enable metric exporters --- hosts/ildkule/services/metrics/prometheus.nix | 1 + hosts/jokum/configuration.nix | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/ildkule/services/metrics/prometheus.nix b/hosts/ildkule/services/metrics/prometheus.nix index 2f206e6..90bba88 100644 --- a/hosts/ildkule/services/metrics/prometheus.nix +++ b/hosts/ildkule/services/metrics/prometheus.nix @@ -20,6 +20,7 @@ in { "knakelibrak.pvv.ntnu.no:9100" "hildring.pvv.ntnu.no:9100" "bicep.pvv.ntnu.no:9100" + "jokum.pvv.ntnu.no:9100" ]; } ]; diff --git a/hosts/jokum/configuration.nix b/hosts/jokum/configuration.nix index a4dd882..4866abe 100644 --- a/hosts/jokum/configuration.nix +++ b/hosts/jokum/configuration.nix @@ -5,8 +5,7 @@ ./hardware-configuration.nix ../../base.nix - # Users can just import any configuration they want even for non-user things. Improve the users/default.nix to just load some specific attributes if this isn't wanted - + ../../misc/metrics-exporters.nix ../../misc/rust-motd.nix ./services/matrix