monit: handle arbitrary error status (#10743)

* handle arbitrary error status

* add changelog fragment

* mock module in test

* Update changelogs/fragments/10743-monit-handle-unknown-status.yml

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

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Simon Kelly
2025-08-28 22:09:25 +02:00
committed by GitHub
parent b1c75339c0
commit 469e557b95
3 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- monit - fix crash caused by an unknown status value returned from the monit service (https://github.com/ansible-collections/community.general/issues/10742, https://github.com/ansible-collections/community.general/pull/10743).