massicot,dolomite,calcite: enable blackbox exporter and probes
This commit is contained in:
parent
428a9651d8
commit
ddc7556324
2 changed files with 2 additions and 10 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Add table
Reference in a new issue