mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
s*: style adjustments (#9517)
* s*: style adjustments * fix quotes * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
695b1abc8d
commit
33b9ad09d5
13 changed files with 51 additions and 40 deletions
|
@ -15,8 +15,8 @@ short_description: Manage Sensu checks
|
|||
description:
|
||||
- Manage the checks that should be run on a machine by I(Sensu).
|
||||
- Most options do not have a default and will not be added to the check definition unless specified.
|
||||
- All defaults except O(path), O(state), O(backup) and O(metric) are not managed by this module,
|
||||
they are simply specified for your convenience.
|
||||
- All defaults except O(path), O(state), O(backup) and O(metric) are not managed by this module, they are simply specified
|
||||
for your convenience.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Sensu Core and Sensu Enterprise products have been End of Life since 2019/20.
|
||||
|
@ -50,8 +50,8 @@ options:
|
|||
default: /etc/sensu/conf.d/checks.json
|
||||
backup:
|
||||
description:
|
||||
- Create a backup file (if yes), including the timestamp information so
|
||||
you can get the original file back if you somehow clobbered it incorrectly.
|
||||
- Create a backup file (if yes), including the timestamp information so you can get the original file back if you somehow
|
||||
clobbered it incorrectly.
|
||||
type: bool
|
||||
default: false
|
||||
command:
|
||||
|
@ -128,8 +128,7 @@ options:
|
|||
- Number of seconds handlers should wait before taking second action.
|
||||
aggregate:
|
||||
description:
|
||||
- Classifies the check as an aggregate check,
|
||||
making it available using the aggregate API.
|
||||
- Classifies the check as an aggregate check, making it available using the aggregate API.
|
||||
- Default is V(false).
|
||||
type: bool
|
||||
low_flap_threshold:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue