zammad: Monit-Überwachung für ES
This commit is contained in:
parent
e6bec331a1
commit
554f84833d
3 changed files with 12 additions and 2 deletions
|
@ -75,3 +75,9 @@
|
|||
RAILS_ENV: production
|
||||
become: true
|
||||
become_user: "{{ zammad_user }}"
|
||||
|
||||
- name: "elastic | Richte Monit-Überwachung ein"
|
||||
copy:
|
||||
src: elasticsearch.monit
|
||||
dest: /etc/monit/conf-enabled/elasticsearch
|
||||
notify: reload monit
|
||||
|
|
|
@ -34,6 +34,5 @@
|
|||
- import_tasks: gateway.yml
|
||||
tags: gateway
|
||||
|
||||
- name: Elastic
|
||||
include_tasks: elastic.yml
|
||||
- import_tasks: elastic.yml
|
||||
tags: elastic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue