21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-26 22:10:50 +02:00

Fix missing defaults checks_ssl.interval configuration key

This commit is contained in:
Colin Darie 2018-08-09 18:59:20 +02:00
parent 430969bd67
commit d8ed4defd9
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -26,6 +26,7 @@ default: &default
long_term_interval: 300 # when last known expiry date exceeds this interval in days, whois verification won't happen every day
long_term_frequency: 4 # when last known expiry exceeds $long_term, perform whois verification each $long_term_frequency days instead of every day
checks_ssl:
interval: 0.0 # pause in second between each check http call
check_http_path: # defaults to check_http in $PATH
check_http_args: # array of arguments appended to defaults arguments (-C 0 -H $HOSTNAME).