From bc6c4a682896a9c8eb4a4c9222a870b2adabffc7 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 9 Apr 2018 11:21:52 +0200 Subject: [PATCH] Change Alerta environments to lowercase --- templates/health_alarm_notify.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/health_alarm_notify.conf b/templates/health_alarm_notify.conf index 893bad7..b6a7baa 100644 --- a/templates/health_alarm_notify.conf +++ b/templates/health_alarm_notify.conf @@ -106,7 +106,7 @@ ALERTA_API_KEY="{{ netdata_alerta_apikey|default('') }}" # standard environments are Production and Development # if a role's recipients are not configured, a notification will be send to # this Environment (empty = do not send a notification for unconfigured roles): -DEFAULT_RECIPIENT_ALERTA="{{ netdata_alerta_environment|default('Production') }}" +DEFAULT_RECIPIENT_ALERTA="{{ netdata_alerta_environment|default('production') }}" #------------------------------------------------------------------------------ # email global notification options -- GitLab