From 428a9651d8560f6b8679b022a615df5effed6c47 Mon Sep 17 00:00:00 2001 From: xinyangli Date: Wed, 31 Jul 2024 15:38:24 +0800 Subject: [PATCH] massicot,calcite: enable blackbox exporter and probes --- machines/calcite/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/machines/calcite/configuration.nix b/machines/calcite/configuration.nix index 4b35351..03f1801 100644 --- a/machines/calcite/configuration.nix +++ b/machines/calcite/configuration.nix @@ -265,6 +265,11 @@ custom.forgejo-actions-runner.enable = true; custom.forgejo-actions-runner.tokenFile = config.sops.secrets.gitea_env.path; + custom.prometheus = { + enable = true; + exporters.blackbox.enable = true; + }; + # MTP support services.gvfs.enable = true;