mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -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
|
@ -14,7 +14,7 @@ author: "David Moreau Simard (@dmsimard)"
|
|||
short_description: Manages Sensu client configuration
|
||||
description:
|
||||
- Manages Sensu client configuration.
|
||||
- 'For more information, refer to the Sensu documentation: U(https://sensuapp.org/docs/latest/reference/clients.html)'
|
||||
- 'For more information, refer to the L(Sensu documentation, https://sensuapp.org/docs/latest/reference/clients.html).'
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Sensu Core and Sensu Enterprise products have been End of Life since 2019/20.
|
||||
|
@ -42,7 +42,8 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- An address to help identify and reach the client. This is only informational, usually an IP address or hostname.
|
||||
- If not specified it defaults to non-loopback IPv4 address as determined by Ruby Socket.ip_address_list (provided by Sensu).
|
||||
- If not specified it defaults to non-loopback IPv4 address as determined by Ruby C(Socket.ip_address_list) (provided by
|
||||
Sensu).
|
||||
subscriptions:
|
||||
type: list
|
||||
elements: str
|
||||
|
@ -52,8 +53,8 @@ options:
|
|||
- The subscriptions array items must be strings.
|
||||
safe_mode:
|
||||
description:
|
||||
- If safe mode is enabled for the client. Safe mode requires local check definitions in order to accept a check request and execute the
|
||||
check.
|
||||
- If safe mode is enabled for the client. Safe mode requires local check definitions in order to accept a check request
|
||||
and execute the check.
|
||||
type: bool
|
||||
default: false
|
||||
redact:
|
||||
|
@ -73,7 +74,8 @@ options:
|
|||
keepalive:
|
||||
type: dict
|
||||
description:
|
||||
- The keepalive definition scope, used to configure Sensu client keepalives behavior (for example keepalive thresholds and so).
|
||||
- The keepalive definition scope, used to configure Sensu client keepalives behavior (for example keepalive thresholds
|
||||
and so).
|
||||
registration:
|
||||
type: dict
|
||||
description:
|
||||
|
@ -102,7 +104,8 @@ options:
|
|||
servicenow:
|
||||
type: dict
|
||||
description:
|
||||
- The servicenow definition scope, used to configure the Sensu Enterprise ServiceNow integration (Sensu Enterprise users only).
|
||||
- The servicenow definition scope, used to configure the Sensu Enterprise ServiceNow integration (Sensu Enterprise users
|
||||
only).
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue