some minor corrections in how to uptime kuma docs
This commit is contained in:
parent
a8d691169a
commit
3e60043632
1 changed files with 2 additions and 2 deletions
|
@ -547,14 +547,14 @@ Monitor Type = Push
|
||||||
# instead of Uptime Kuma contacting the client.
|
# instead of Uptime Kuma contacting the client.
|
||||||
# This is perfect for backup monitoring.
|
# This is perfect for backup monitoring.
|
||||||
|
|
||||||
Heartbeat Interval = 90000 # = 25 hours = 1 day + 1 hour
|
Heartbeat Interval = 90000 # = 25 hours = 1 day + 1 hour
|
||||||
|
|
||||||
# Wait 6 times the Heartbeat Retry (below) before logging a heartbeat missed
|
# Wait 6 times the Heartbeat Retry (below) before logging a heartbeat missed
|
||||||
Retries = 6
|
Retries = 6
|
||||||
|
|
||||||
# Multiplied by Retries this gives a grace period within which
|
# Multiplied by Retries this gives a grace period within which
|
||||||
# the monitor goes into the "Pending" state
|
# the monitor goes into the "Pending" state
|
||||||
Heartbeat Retry = 360 # = 10 minutes
|
Heartbeat Retry = 360 # = 10 minutes
|
||||||
|
|
||||||
# For each Heartbeat Interval if the backup fails repeatedly,
|
# For each Heartbeat Interval if the backup fails repeatedly,
|
||||||
# a notification is sent each time.
|
# a notification is sent each time.
|
||||||
|
|
Loading…
Reference in a new issue