mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
nagios: force an active service check for all services of a particular host or for the host itself (#998) (#1003)
* Update nagios.py
Force an active service check for all services of a particular host or for the host itself
* Create 998-nagios-added_forced_check_for_all_services_or_host.yml
Added fragment
(cherry picked from commit 9b24b7a969
)
Co-authored-by: trumbaut <thomas@rumbaut.be>
This commit is contained in:
parent
c563813e4e
commit
0baceda7f6
2 changed files with 69 additions and 18 deletions
|
@ -0,0 +1,3 @@
|
|||
minor_changes:
|
||||
- nagios - rename the ``service_check`` action to ``forced_check`` since we now are able to check both a particular service, all services of a particular host and the host itself (https://github.com/ansible-collections/community.general/pull/998).
|
||||
- nagios - add the ``host`` and ``all`` values for the ``forced_check`` action (https://github.com/ansible-collections/community.general/pull/998).
|
Loading…
Add table
Add a link
Reference in a new issue