From 19031834fb114be07d4b96e5971d2ebf2dfd67e9 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sat, 7 Jan 2023 14:10:42 -0800 Subject: [PATCH] Quote monitor name to prevent shell issues --- services/minitor-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/minitor-config.yml b/services/minitor-config.yml index bf4e9fc..88644ab 100644 --- a/services/minitor-config.yml +++ b/services/minitor-config.yml @@ -108,7 +108,7 @@ monitors: alerts: log: - command: 'echo {{.MonitorName}}' + command: 'echo "{{.MonitorName}}"' mailgun: command: > curl -sS -X POST