mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
sensu_*: deprecation (#9483)
* sensu_*: deprecation * add changelog frag
This commit is contained in:
parent
cd2dbbafcd
commit
d81f56e10b
7 changed files with 46 additions and 0 deletions
|
@ -17,6 +17,10 @@ description:
|
|||
- 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.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Sensu Core and Sensu Enterprise products have been End of Life since 2019/20.
|
||||
alternative: Use Sensu Go and its accompanying collection C(sensu.sensu_go).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,10 @@ 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)'
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Sensu Core and Sensu Enterprise products have been End of Life since 2019/20.
|
||||
alternative: Use Sensu Go and its accompanying collection C(sensu.sensu_go).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,10 @@ short_description: Manages Sensu handler configuration
|
|||
description:
|
||||
- Manages Sensu handler configuration.
|
||||
- 'For more information, refer to the Sensu documentation: U(https://sensuapp.org/docs/latest/reference/handlers.html)'
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Sensu Core and Sensu Enterprise products have been End of Life since 2019/20.
|
||||
alternative: Use Sensu Go and its accompanying collection C(sensu.sensu_go).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
@ -15,6 +15,10 @@ author: Steven Bambling (@smbambling)
|
|||
short_description: Manage Sensu silence entries
|
||||
description:
|
||||
- Create and clear (delete) a silence entries using the Sensu API for subscriptions and checks.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Sensu Core and Sensu Enterprise products have been End of Life since 2019/20.
|
||||
alternative: Use Sensu Go and its accompanying collection C(sensu.sensu_go).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
|
@ -14,6 +14,10 @@ module: sensu_subscription
|
|||
short_description: Manage Sensu subscriptions
|
||||
description:
|
||||
- Manage which I(sensu channels) a machine should subscribe to.
|
||||
deprecated:
|
||||
removed_in: 13.0.0
|
||||
why: Sensu Core and Sensu Enterprise products have been End of Life since 2019/20.
|
||||
alternative: Use Sensu Go and its accompanying collection C(sensu.sensu_go).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue