Skip to content

Commit f6eaaa6

Browse files
flyinprogrammertruthbk
authored andcommitted
slowly deprecate skip_event (DataDog#291)
1 parent 1674ae1 commit f6eaaa6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

manifests/integrations/http_check.pp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
# skip_event
5252
# The (optional) skip_event parameter will instruct the check to not
5353
# create any event to avoid duplicates with a server side service check.
54-
# This default to False.
54+
# 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)
5556
#
5657
# check_certificate_expiration
5758
# days_warning
@@ -139,7 +140,7 @@
139140
$include_content = false,
140141
$collect_response_time = true,
141142
$disable_ssl_validation = false,
142-
$skip_event = undef,
143+
$skip_event = true,
143144
$check_certificate_expiration = undef,
144145
$days_warning = undef,
145146
$days_critical = undef,

0 commit comments

Comments
 (0)