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 = {
|
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 = {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue