Skip to content

Commit eef84ba

Browse files
committed
feat: add ismygameserver.online to discord alerts
1 parent f7116ca commit eef84ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lgsm/modules/alert_discord.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jsoninfo=$(
5151
"name": "Hostname",
5252
"value": "${HOSTNAME}",
5353
"inline": true
54+
},
55+
{
56+
"name": "Is my Game Server Online?",
57+
"value": "https://ismygameserver.online/${querytype}/${alertip}:${queryport}",
58+
"inline": true
5459
},
5560
{
5661
"name": "More info",

0 commit comments

Comments
 (0)