Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 2EBB36015C6D78E2
2 changed files with
3 additions and
3 deletions
-
lgsm/functions/alert.sh
-
lgsm/functions/alert_discord.sh
|
@ -61,8 +61,8 @@ fn_alert_stopped(){ |
|
|
alertsound="1" |
|
|
alertsound="1" |
|
|
alerttriggermessage="${selfname} has stopped." |
|
|
alerttriggermessage="${selfname} has stopped." |
|
|
# Red |
|
|
# Red |
|
|
alertcolourhex="#cdcd00" |
|
|
alertcolourhex="#cd0000" |
|
|
alertcolourdec="13487360" |
|
|
alertcolourdec="13434880" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
fn_alert_restart(){ |
|
|
fn_alert_restart(){ |
|
|
|
@ -46,7 +46,7 @@ json=$(cat <<EOF |
|
|
}, |
|
|
}, |
|
|
"title": "${servername}", |
|
|
"title": "${servername}", |
|
|
"url": "", |
|
|
"url": "", |
|
|
"description": "${alertemoji} ${alerttitle} ${alertemoji}", |
|
|
"description": "${alertemoji} ${alerttitle}", |
|
|
"color": "${alertcolourdec}", |
|
|
"color": "${alertcolourdec}", |
|
|
"fields": [ |
|
|
"fields": [ |
|
|
{ |
|
|
{ |
|
|