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

Promtail on storage nodes: Scrape tahoe corruption advisories folder

parent 244c7031
No related branches found
No related tags found
1 merge request!334Draft: Loki: Collect Tahoe corruption advisories
Pipeline #2433 passed
......@@ -46,6 +46,21 @@ 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.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