Skip to content
Snippets Groups Projects

Draft: Loki: Collect Tahoe corruption advisories

Closed Florian Sesser requested to merge 287.publish-tahoe-error-rate into develop
Files
4
+ 2
2
@@ -59,7 +59,6 @@ in {
'';
};
googleOAuthClientID = lib.mkOption {
type = lib.types.str;
default = "";
@@ -153,10 +152,11 @@ in {
inherit nodeExporterTargets;
inherit (cfg) paymentExporterTargets blackboxExporterHttpsTargets;
nginxExporterTargets = [];
lokiExporterTargets = [];
};
services.private-storage.monitoring.grafana = {
inherit (cfg) googleOAuthClientID enableSlackAlert ;
inherit (cfg) googleOAuthClientID enableSlackAlert;
inherit letsEncryptAdminEmail;
domains = cfg.monitoringDomains;
};
Loading