mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
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:
parent
ea1fb83b0c
commit
7310a34b55
2 changed files with 179 additions and 8 deletions
|
@ -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).
|
Loading…
Add table
Add a link
Reference in a new issue