Browse Source

stack

pull/3051/head
Daniel Gibbs 5 years ago
parent
commit
cc8046ccc7
  1. 4
      lgsm/functions/alert_slack.sh

4
lgsm/functions/alert_slack.sh

@ -28,14 +28,14 @@ json=$(cat <<EOF
"type": "section", "type": "section",
"text": { "text": {
"type": "mrkdwn", "type": "mrkdwn",
"text": "${alertbody}" "text": "*${servername}*"
} }
}, },
{ {
"type": "section", "type": "section",
"text": { "text": {
"type": "mrkdwn", "type": "mrkdwn",
"text": "*${servername}*" "text": "${alertbody}"
} }
}, },
{ {

Loading…
Cancel
Save