Nagios: added 'acknowledge' and 'schedule_forced_svc_check' action (#820)

* bugfix for None-type error

* add acknowledge and service_check options

* fix whitespace issues

* documentation fix

* fix version error

* changelog fix

* Update plugins/modules/monitoring/nagios.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* fix int convert error

* Update plugins/modules/monitoring/nagios.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* indentation fix

Co-authored-by: Goetheyn Tony <tony.goetheyn@digipolis.gent>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Tony Goetheyn 2020-09-29 06:17:09 +02:00 committed by GitHub
commit 7310a34b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 179 additions and 8 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- nagios - add the ``acknowledge`` action (https://github.com/ansible-collections/community.general/pull/820).
- nagios - add the ``service_check`` action (https://github.com/ansible-collections/community.general/pull/820).