1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-11 14:35:06 +00:00
community.general/tests/integration/targets/monit/templates/httpd_echo.j2
2020-10-16 15:47:49 +02:00

4 lines
262 B
Django/Jinja

check process httpd_echo with pidfile /tmp/httpd_echo.pid
start program = "{{ansible_python.executable}} /opt/httpd_echo.py start"
stop program = "{{ansible_python.executable}} /opt/httpd_echo.py stop"
if failed host localhost port 8082 then restart