mariadb: Benennen Monit-Service um. Names des Services und der Datei sind damit einheitlich.

This commit is contained in:
phil 2022-06-09 10:57:02 +02:00
parent 8998e69a04
commit 0d92f89658
2 changed files with 2 additions and 2 deletions

View file

@ -10,6 +10,6 @@
- name: "monit | Konfiguration kopieren"
template:
src: monit.j2
dest: /etc/monit/conf-enabled/mysql
dest: /etc/monit/conf-enabled/mariadb
mode: 0600
notify: reload monit

View file

@ -1,4 +1,4 @@
check process mysqld with pidfile /var/run/mysqld/mysqld.pid
check process mariadb with pidfile /var/run/mysqld/mysqld.pid
group database
start program = "/usr/sbin/service mysql start"
stop program = "/usr/sbin/service mysql stop"