nagios: force an active service check for all services of a particular host or for the host itself (#998)

* 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
This commit is contained in:
trumbaut 2020-09-29 13:49:27 +02:00 committed by GitHub
commit 9b24b7a969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 69 additions and 18 deletions

View file

@ -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).