From dfffc0bdce57ae792d43417aaa7b8cd14d6e1f18 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 22 Aug 2023 16:33:55 +0200 Subject: [PATCH] Add ceph metrics to prometheus --- m/common/net.nix | 2 +- m/hut/monitoring.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/m/common/net.nix b/m/common/net.nix index 354fa5d..de2b28d 100644 --- a/m/common/net.nix +++ b/m/common/net.nix @@ -12,7 +12,7 @@ nameservers = ["8.8.8.8"]; proxy = { default = "http://localhost:23080/"; - noProxy = "127.0.0.1,localhost,internal.domain"; + noProxy = "127.0.0.1,localhost,internal.domain,10.0.40.40"; # Don't set all_proxy as go complains and breaks the gitlab runner, see: # https://github.com/golang/go/issues/16715 allProxy = null; diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index a00fb9b..4bc3d24 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -67,6 +67,7 @@ "127.0.0.1:9323" "127.0.0.1:9252" "127.0.0.1:${toString config.services.prometheus.exporters.smartctl.port}" + "10.0.40.40:9283" # Ceph ]; }]; }