We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1674ae1 commit f6eaaa6Copy full SHA for f6eaaa6
1 file changed
manifests/integrations/http_check.pp
@@ -51,7 +51,8 @@
51
# skip_event
52
# The (optional) skip_event parameter will instruct the check to not
53
# create any event to avoid duplicates with a server side service check.
54
-# This default to False.
+# This defaults to True because this is being deprecated.
55
+# (See https://github.com/DataDog/dd-agent/blob/master/checks/network_checks.py#L178-L180)
56
#
57
# check_certificate_expiration
58
# days_warning
@@ -139,7 +140,7 @@
139
140
$include_content = false,
141
$collect_response_time = true,
142
$disable_ssl_validation = false,
- $skip_event = undef,
143
+ $skip_event = true,
144
$check_certificate_expiration = undef,
145
$days_warning = undef,
146
$days_critical = undef,
0 commit comments