1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-07 20:47:16 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Simon Kelly
2faaa70d14 simplify status 2020-10-16 20:43:16 +02:00
Simon Kelly
816f31c19f add integration tests + fixes 2020-10-16 15:47:49 +02:00
Simon Kelly
00152dbb63 modify monit to use 'status' output instead of 'summary' output
The summary output is a fixed width table which truncates the
contents and prevents us from parsing the actual status of the
program.
2020-10-15 17:18:44 +02:00
Simon Kelly
f2c220a925 use exception classes from utils 2020-10-15 09:24:56 +02:00
Simon Kelly
9210b59ded python version compatability 2020-10-15 09:18:37 +02:00
Simon Kelly
8e8ea4eacf require version >= 5.21.0
Prior to this version the status output was different
2020-10-15 08:53:19 +02:00
Simon Kelly
89dbb918a0 refactor and test 2020-10-14 17:22:02 +02:00