From 4f6752c005e0fdd7e4aa9b68476427c50557d064 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 10 Apr 2020 10:47:00 +0200 Subject: [PATCH] Get JSON out of the CLI --- ansible/templates/alerta.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/templates/alerta.conf b/ansible/templates/alerta.conf index 7e2dba0..e1a562e 100644 --- a/ansible/templates/alerta.conf +++ b/ansible/templates/alerta.conf @@ -2,7 +2,7 @@ debug = True endpoint = http://localhost:8080/api key = {{ alerta_cli_api_key }} -output = psql +output = json sslverify = False timezone = Europe/London