make gatus monitoring more frequent and store data

This commit is contained in:
Squibid 2025-12-01 22:02:51 -05:00
parent c3996f55ce
commit f8c4c5a702
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 11 additions and 5 deletions

View file

@ -13,7 +13,7 @@
name = "jellyfin";
group = "local";
url = "http://localhost:8096/System/Ping";
interval = "5m";
interval = "30s";
conditions = [''[BODY] == "Jellyfin Server"''];
}
];