Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions manifests/integrations/http_check.pp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
# skip_event
# The (optional) skip_event parameter will instruct the check to not
# create any event to avoid duplicates with a server side service check.
# This default to False.
# This defaults to True because this is being deprecated.
# (See https://github.com/DataDog/dd-agent/blob/master/checks/network_checks.py#L178-L180)
#
# check_certificate_expiration
# days_warning
Expand Down Expand Up @@ -139,7 +140,7 @@
$include_content = false,
$collect_response_time = true,
$disable_ssl_validation = false,
$skip_event = undef,
$skip_event = true,
$check_certificate_expiration = undef,
$days_warning = undef,
$days_critical = undef,
Expand Down