Skip to content
Snippets Groups Projects
Commit ce9ea595 authored by Florian Sesser's avatar Florian Sesser
Browse files

coding style

parent 6a1b18dc
No related branches found
No related tags found
Loading
Pipeline #2435 passed
......@@ -44,23 +44,25 @@ in {
};
};
services.private-storage.monitoring.exporters.node.enable = true;
services.private-storage.monitoring.exporters.tahoe.enable = true;
services.private-storage.monitoring.exporters.promtail.enable = true;
services.private-storage.monitoring.exporters.promtail.extraScrapeConfigs = [
{
job_name = "tahoe-corruption-advisories";
static_configs = [
{
targets = [ "localhost" ];
labels = {
job = "tahoe-corruption-advisories";
__path__ = "/storage/corruption-advisories/*";
};
}
];
}
];
services.private-storage.monitoring.exporters = {
node.enable = true;
tahoe.enable = true;
promtail.enable = true;
promtail.extraScrapeConfigs = [
{
job_name = "tahoe-corruption-advisories";
static_configs = [
{
targets = [ "localhost" ];
labels = {
job = "tahoe-corruption-advisories";
__path__ = "/storage/corruption-advisories/*";
};
}
];
}
];
};
services.private-storage.borgbackup.enable = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment