Browse Source

fix(alert): Restore more info in alert

develop
Daniel Gibbs 1 month ago
parent
commit
b2eb64532b
  1. 13
      lgsm/modules/alert_discord.sh

13
lgsm/modules/alert_discord.sh

@ -63,6 +63,19 @@ EOF
)
fi
if [ -n "{alerturl}" ]; then
json+=$(
cat << EOF
,
{
"name": "More info",
"value": "${alerturl}",
"inline": true
}
EOF
)
fi
json+=$(
cat << EOF
],

Loading…
Cancel
Save