Better montiring, bug fixes.
This commit is contained in:
@@ -170,9 +170,13 @@ in
|
||||
# Uptime Kuma monitor for this service
|
||||
# -----------------------------------------------------------------------
|
||||
homey.monitoring.monitors = [{
|
||||
name = "Nextcloud";
|
||||
url = "https://nextcloud.${domain}/status.php";
|
||||
interval = 60;
|
||||
name = "Nextcloud";
|
||||
url = "https://nextcloud.${domain}/status.php";
|
||||
interval = 60;
|
||||
keyword = "\"maintenance\":false";
|
||||
# Nightly maintenance is expected — only alert if stuck for 4+ hours.
|
||||
# 240 retries × 60s = 4 hours of consecutive failures before notifying.
|
||||
maxretries = 240;
|
||||
}];
|
||||
|
||||
systemd.services."podman-nextcloud" = {
|
||||
|
||||
Reference in New Issue
Block a user