Browse Source

changes

pull/3051/head
Daniel Gibbs 5 years ago
parent
commit
698cbbe280
  1. 1
      lgsm/functions/alert_rocketchat.sh
  2. 3
      lgsm/functions/alert_slack.sh

1
lgsm/functions/alert_rocketchat.sh

@ -36,6 +36,7 @@ json=$(cat <<EOF
] ]
} }
] ]
"text": "Hostname: ${HOSTNAME} / More info: ${alerturl}",
} }
EOF EOF
) )

3
lgsm/functions/alert_slack.sh

@ -58,6 +58,9 @@ json=$(cat <<EOF
} }
] ]
}, },
{
"type": "divider"
},
{ {
"type": "section", "type": "section",
"text": { "text": {

Loading…
Cancel
Save