We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dfe560 + 382abdb commit d095971Copy full SHA for d095971
templates/services/mariadb
@@ -1,7 +1,7 @@
1
# {{ template_destpath }}
2
# {{ ansible_managed }}
3
4
-check process mariadb with pidfile /var/run/{{ mysql_daemon }}//{{ mysql_daemon }}.pid
+check process mariadb matching "mariadbd"
5
group mysql
6
start program = "/bin/systemctl start {{ mysql_daemon }}"
7
stop program = "/bin/systemctl stop {{ mysql_daemon }}"
templates/services/redis
-check process redis with pidfile /var/run/{{ redis_daemon }}/{{ redis_daemon }}.pid
+check process redis matching "redis"
group redis
start program = "/bin/systemctl start {{ redis_daemon }}"
stop program = "/bin/systemctl stop {{ redis_daemon }}"
0 commit comments