mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Increase number of results/events that gatus saves
This commit is contained in:
parent
b1ba4d5826
commit
d2cc03be3b
1 changed files with 2 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ in
|
|||
storage = {
|
||||
type = "sqlite";
|
||||
path = "/var/lib/gatus/data.db";
|
||||
maximum-number-of-results = 1000;
|
||||
maximum-number-of-events = 100;
|
||||
};
|
||||
|
||||
connectivity.checker.target = "1.1.1.1:53";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue