1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-11 06:25:04 +00:00

Revert "Fix non-matching defaults in docs (#5446) (#5451)"

This reverts commit b26df2a008.
This commit is contained in:
Felix Fontein 2022-11-01 19:12:11 +01:00
parent b26df2a008
commit 9466103a4a
79 changed files with 63 additions and 187 deletions

View file

@ -53,12 +53,14 @@ options:
elements: str
description:
- List of handlers to notify when the check fails
default: []
subscribers:
type: list
elements: str
description:
- List of subscribers/channels this check should run for
- See sensu_subscribers to subscribe a machine to a channel
default: []
interval:
type: int
description:
@ -90,6 +92,7 @@ options:
elements: str
description:
- Other checks this check depends on, if dependencies fail handling of this check will be disabled
default: []
metric:
description:
- Whether the check is a metric
@ -135,6 +138,7 @@ options:
description:
- A hash/dictionary of custom parameters for mixing to the configuration.
- You can't rewrite others module parameters using this
default: {}
source:
type: str
description:

View file

@ -62,7 +62,6 @@ options:
type: str
description:
- The prefix to add to the metric.
default: ''
value:
type: int
required: true