summaryrefslogtreecommitdiff
path: root/roles/monitoring/alerta/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/monitoring/alerta/templates')
-rw-r--r--roles/monitoring/alerta/templates/alerta.conf.j2.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/monitoring/alerta/templates/alerta.conf.j2.j2 b/roles/monitoring/alerta/templates/alerta.conf.j2.j2
index 66f5f14c..0e61a539 100644
--- a/roles/monitoring/alerta/templates/alerta.conf.j2.j2
+++ b/roles/monitoring/alerta/templates/alerta.conf.j2.j2
@@ -2,7 +2,7 @@
sslverify = no
output = presto
endpoint = http://localhost:8080/api
-timezone = Europe/London
+timezone = {{ alerta_client_timezone }}
{{ '{%-' }} if env.API_KEY {{ '%}' }}
key = {{ '{{' }} env.API_KEY {{ '}}' }}
{{ '{%-' }} endif {{ '%}' }}