|
@@ -24,6 +24,7 @@ parms="\"TheIsland?listen?MultiHome=${ip}?MaxPlayers=${maxplayers}?QueryPort=${q
|
|
|
|
|
|
|
|
## Notification Alerts
|
|
## Notification Alerts
|
|
|
# (on|off)
|
|
# (on|off)
|
|
|
|
|
+
|
|
|
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email
|
|
# Email Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Email
|
|
|
emailalert="off"
|
|
emailalert="off"
|
|
|
email="email@example.com"
|
|
email="email@example.com"
|
|
@@ -34,10 +35,11 @@ pushbulletalert="off"
|
|
|
pushbullettoken="accesstoken"
|
|
pushbullettoken="accesstoken"
|
|
|
channeltag=""
|
|
channeltag=""
|
|
|
|
|
|
|
|
-# Telegram Bot Alerts
|
|
|
|
|
-# Get an Bot API key from @botfather
|
|
|
|
|
-# The chat id is the User or channel name or an integer like so:
|
|
|
|
|
-# https://stackoverflow.com/questions/32423837/telegram-bot-how-to-get-a-group-chat-id/38388851#38388851
|
|
|
|
|
|
|
+# Pushover Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushover
|
|
|
|
|
+pushoveralert="off"
|
|
|
|
|
+pushovertoken="accesstoken"
|
|
|
|
|
+
|
|
|
|
|
+# Telegram Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet
|
|
|
telegramalert="off"
|
|
telegramalert="off"
|
|
|
telegramtoken=""
|
|
telegramtoken=""
|
|
|
telegramchatid=""
|
|
telegramchatid=""
|