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",
"text": {
"type": "mrkdwn",
"text": "${alertbody}"
"text": "*${servername}*"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*${servername}*"
"text": "${alertbody}"
}
},
{

Loading…
Cancel
Save