monit: add support for all monit services when checking process state (#1532)

* add support for all monit service types

* ignore case when performing check

* add changelog

* Escape special characters before matching

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

* escape each element individually

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Graham Herceg
2021-01-03 05:37:56 -05:00
committed by GitHub
parent fd741ed663
commit bed1dc479f
3 changed files with 36 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- monit - add support for all monit service checks (https://github.com/ansible-collections/community.general/pull/1532).