You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## @param days_warning - number - optional - default: 14.0## Number of days before certificate expiration from which the service check## `tls.cert_expiration` begins emitting WARNING.## days_warning: 14.0## @param days_critical - number - optional - default: 7.0## Number of days before certificate expiration from which the service check## `tls.cert_expiration` begins emitting CRITICAL.## days_critical: 7.0
Please confirm if HTTP check has default and update the sample yaml file.
The text was updated successfully, but these errors were encountered:
Hi,
in the HTTP check the
days_warning
anddays_critical
are flagged as optional but no information about the default.integrations-core/http_check/datadog_checks/http_check/data/conf.yaml.example
Line 156 in bef0a2f
but based on that code seems that the HTTP check also has a default for these.
integrations-core/http_check/datadog_checks/http_check/http_check.py
Line 22 in bef0a2f
TLS check specifies a default in the example.
Please confirm if HTTP check has default and update the sample yaml file.
The text was updated successfully, but these errors were encountered: