Pull in the default flags in the unit

This commit is contained in:
2026-03-25 00:04:52 +01:00
parent fa6ebe4ba5
commit 810d158ffe

View File

@@ -3,7 +3,7 @@
# #
# -listen address to listen on (default: :9781) # -listen address to listen on (default: :9781)
# -url URL of the uptime CSV (default: https://www.gstatic.com/ct/compliance/endpoint_uptime_24h.csv) # -url URL of the uptime CSV (default: https://www.gstatic.com/ct/compliance/endpoint_uptime_24h.csv)
# -interval how often to fetch the CSV (default: 12h) # -interval how often to fetch the CSV (default: 25m)
# -jitter maximum +/-jitter on the interval (default: 5m) # -jitter maximum +/-jitter on the interval (default: 5m)
ARGS='-listen :9781 -url https://www.gstatic.com/ct/compliance/endpoint_uptime_24h.csv -interval 12h -jitter 5m' ARGS='-listen :9781 -url https://www.gstatic.com/ct/compliance/endpoint_uptime_24h.csv -interval 25m -jitter 5m'