mariadb: Benennen Monit-Service um. Names des Services und der Datei sind damit einheitlich.
This commit is contained in:
parent
8998e69a04
commit
0d92f89658
2 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@
|
||||||
- name: "monit | Konfiguration kopieren"
|
- name: "monit | Konfiguration kopieren"
|
||||||
template:
|
template:
|
||||||
src: monit.j2
|
src: monit.j2
|
||||||
dest: /etc/monit/conf-enabled/mysql
|
dest: /etc/monit/conf-enabled/mariadb
|
||||||
mode: 0600
|
mode: 0600
|
||||||
notify: reload monit
|
notify: reload monit
|
||||||
|
|
|
@ -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
|
group database
|
||||||
start program = "/usr/sbin/service mysql start"
|
start program = "/usr/sbin/service mysql start"
|
||||||
stop program = "/usr/sbin/service mysql stop"
|
stop program = "/usr/sbin/service mysql stop"
|
||||||
|
|
Loading…
Reference in a new issue