massicot,dolomite,calcite: enable blackbox exporter and probes

This commit is contained in:
xinyangli 2024-07-31 15:39:32 +08:00
parent 428a9651d8
commit ddc7556324
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
2 changed files with 2 additions and 10 deletions

View file

@ -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 = {

View file

@ -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: {