|
@@ -80,7 +80,7 @@ json=$(cat <<EOF
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"type": "mrkdwn",
|
|
"type": "mrkdwn",
|
|
|
- "text": "[${alertip}:${port}"
|
|
|
|
|
|
|
+ "text": "${alertip}:${port}"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"type": "mrkdwn",
|
|
"type": "mrkdwn",
|
|
@@ -113,7 +113,7 @@ json=$(cat <<EOF
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
"type": "plain_text",
|
|
"type": "plain_text",
|
|
|
- "text": "Powered by LinuxGSM",
|
|
|
|
|
|
|
+ "text": "Powered by LinuxGSM ${version}",
|
|
|
"emoji": true
|
|
"emoji": true
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|