modules/nixos/monitoring/prometheus: increase repeat_interval to 12h
This commit is contained in:
parent
1e85274273
commit
494e1c5532
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
group_by = [ "host" ];
|
||||
group_wait = "5m";
|
||||
group_interval = "5m";
|
||||
repeat_interval = "4h";
|
||||
repeat_interval = "12h";
|
||||
receiver = "nix-community";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue