summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-03-18 12:45:33 +0100
committerGitHub <noreply@github.com>2019-03-18 12:45:33 +0100
commit9acfe4af308b6b765b4910943df855d195528311 (patch)
tree5aa7b05c0627edaa089a19da3781d5a2c5535a69 /health
parentc3eb734c731c74fe4fb15fbe95ec76b99f48d1b6 (diff)
Fix slack notifications footer and set cloud redirect URL to http (#5650)
* Fix slack notifications footer and set cloud redirect URL to http * leave https link in
Diffstat (limited to 'health')
-rwxr-xr-xhealth/notifications/alarm-notify.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/notifications/alarm-notify.sh.in b/health/notifications/alarm-notify.sh.in
index 0e215d4cb4..10be12c7f6 100755
--- a/health/notifications/alarm-notify.sh.in
+++ b/health/notifications/alarm-notify.sh.in
@@ -1242,7 +1242,7 @@ send_slack() {
}
],
"thumb_url": "${image}",
- "footer": "by <${goto_url}|${host}>",
+ "footer": "by ${host}",
"ts": ${when}
}
]