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 = { custom.prometheus = {
enable = false; enable = false;
exporters.enable = false; exporters.blackbox.enable = true;
grafana = {
enable = false;
password_file = config.sops.secrets.grafana_cloud_api.path;
};
}; };
custom.kanidm-client = { custom.kanidm-client = {

View file

@ -28,11 +28,7 @@ in
custom.prometheus = { custom.prometheus = {
enable = true; enable = true;
exporters.enable = true; exporters.blackbox.enable = true;
grafana = {
enable = true;
password_file = config.sops.secrets.grafana_cloud_api.path;
};
}; };
systemd.mounts = map (share: { systemd.mounts = map (share: {