@ -17,7 +17,7 @@ json=$(cat <<EOF
"text": "*${alertemoji} ${alertsubject} ${alertemoji}* + \n ${alertbody}",
"attachments": [
{
"title": "Linuxgsm Alert",
"title": "${servername}",
"text": "Hostname: ${HOSTNAME}",
"color": "#36a64f",
"fields": [
@ -21,7 +21,7 @@ json=$(cat <<EOF
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*LinuxGSM Alert*"
"text": "*${servername}*"
}
},