From ddc755632463c875df7196ad1aa7b26361eba215 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Wed, 31 Jul 2024 15:39:32 +0800 Subject: [PATCH] massicot,dolomite,calcite: enable blackbox exporter and probes --- machines/dolomite/default.nix | 6 +----- machines/massicot/services.nix | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/machines/dolomite/default.nix b/machines/dolomite/default.nix index 3965655..9bdb8e0 100644 --- a/machines/dolomite/default.nix +++ b/machines/dolomite/default.nix @@ -45,11 +45,7 @@ in custom.prometheus = { enable = false; - exporters.enable = false; - grafana = { - enable = false; - password_file = config.sops.secrets.grafana_cloud_api.path; - }; + exporters.blackbox.enable = true; }; custom.kanidm-client = { diff --git a/machines/massicot/services.nix b/machines/massicot/services.nix index f7c9b6b..d5d5c13 100644 --- a/machines/massicot/services.nix +++ b/machines/massicot/services.nix @@ -28,11 +28,7 @@ in custom.prometheus = { enable = true; - exporters.enable = true; - grafana = { - enable = true; - password_file = config.sops.secrets.grafana_cloud_api.path; - }; + exporters.blackbox.enable = true; }; systemd.mounts = map (share: {