Merge pull request #75 from Evolix/fix-missing-configuration

Fix missing defaults checks_ssl.interval configuration key
This commit is contained in:
Gregory Colpart 2018-08-13 20:17:17 +02:00 committed by GitHub
commit bcd5a02609
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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).