mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix new sanity errors. (#1451)
This commit is contained in:
parent
8cedec381f
commit
4566812591
5 changed files with 8 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue