Fix new sanity errors. (#1451) (#1452)

(cherry picked from commit 4566812591)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2020-12-06 10:37:17 +01:00
committed by GitHub
parent 15257e9a64
commit ad163ed3af
5 changed files with 8 additions and 6 deletions

View File

@@ -74,8 +74,8 @@ options:
handle:
description:
- Whether the check should be handled or not
- Default is C(false).
type: bool
default: false
subdue_begin:
type: str
description:
@@ -99,14 +99,14 @@ options:
description:
- Whether the check should be scheduled by the sensu client or server
- This option obviates the need for specifying the I(subscribers) option
- Default is C(false).
type: bool
default: 'no'
publish:
description:
- Whether the check should be scheduled at all.
- You can still issue it via the sensu api
- Default is C(false).
type: bool
default: false
occurrences:
type: int
description:
@@ -120,8 +120,8 @@ options:
description:
- Classifies the check as an aggregate check,
- making it available via the aggregate API
- Default is C(false).
type: bool
default: 'no'
low_flap_threshold:
type: int
description:

View File

@@ -66,8 +66,8 @@ options:
deregister:
description:
- If a deregistration event should be created upon Sensu client process stop.
- Default is C(false).
type: bool
default: 'no'
deregistration:
type: dict
description: