Skip to content
Snippets Groups Projects
Commit 9049145c authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix and add elastalert plugin

parent 4ce2e441
Branches main
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@
- name: Copy plugins
template:
src: {{ item }}/plugin.py
src: '{{ item }}/plugin.py'
dest: /tmp/alerta_{{ item }}.py
with_items:
- elastalert
......@@ -127,7 +127,7 @@
- name: Copy plugin setups
template:
src: {{ item }}/setup.py
src: '{{ item }}/setup.py'
dest: /tmp/setup_alerta_{{ item }}.py
with_items:
- elastalert
......
......@@ -12,7 +12,7 @@ OAUTH2_CLIENT_SECRET='{{ alerta_gitlab.client_secret }}'
ALLOWED_GITLAB_GROUPS=['{{ alerta_environments|join("','") }}']
# Plugins
PLUGINS=['reject','gitlab']
PLUGINS=['reject','gitlab','elastalert']
ORIGIN_BLACKLIST=[]
ALLOWED_ENVIRONMENTS=['{{ alerta_environments|join("','") }}']
ACTIONS = ['createIssue']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment