Pull in the default flags in the unit
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user