[GH-ISSUE #1321] [Alerts] New Notification platforms #1022

Closed
opened 2026-02-27 02:54:53 +03:00 by kerem · 17 comments
Owner

Originally created by @NickParks on GitHub (Feb 19, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1321

Originally assigned to: @dgibbs64, @UltimateByte on GitHub.

Im Hijacking this post to list the work being done on alerts. @dgibbs64

The following alert systems are being added

Working on now:

  • Pushbullet
  • Email
  • IFTTT
  • Discord
  • Telegram
  • Pushover
  • Email API (MailGun)
  • Rocket.chat
  • Slack
    Ones being looked in too:
  • Syslog
  • SNMP
  • Trello
  • Cachet
  • Sendgrid

Hello,

So I was looking at the monitor functions and noticed it only has push bullet & email support.

These are perfectly fine and usable, but I was thinking that it would be nice to also include support for Telegram or Discord?

Obviously both would take extra configurations and such just like the rest but I feel it would make life a lot easier for people (especially the Discord one considering how many people are starting to transfer over to discord).

I understand these would take time and there's higher up things on the priority, but just a thought :)

And if it's not too much of a hassle would it be difficult to add a method to send a POST request to a specified URL? Could include data like server name/details/etc. Personally I would find this super useful as a replacement for my current monitoring system.

~ Nick

Originally created by @NickParks on GitHub (Feb 19, 2017). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1321 Originally assigned to: @dgibbs64, @UltimateByte on GitHub. Im Hijacking this post to list the work being done on alerts. @dgibbs64 The following alert systems are being added Working on now: - [x] Pushbullet - [x] Email - [x] IFTTT - [x] Discord - [x] Telegram - [x] Pushover - [x] Email API (MailGun) - [x] Rocket.chat - [x] Slack Ones being looked in too: - [ ] Syslog - [ ] SNMP - [ ] Trello - [ ] Cachet - [ ] Sendgrid Hello, So I was looking at the monitor functions and noticed it only has push bullet & email support. These are perfectly fine and usable, but I was thinking that it would be nice to also include support for Telegram or Discord? Obviously both would take extra configurations and such just like the rest but I feel it would make life a lot easier for people (especially the Discord one considering how many people are starting to transfer over to discord). I understand these would take time and there's higher up things on the priority, but just a thought :) And if it's not too much of a hassle would it be difficult to add a method to send a POST request to a specified URL? Could include data like server name/details/etc. Personally I would find this super useful as a replacement for my current monitoring system. ~ Nick
Author
Owner

@UltimateByte commented on GitHub (Feb 19, 2017):

Sweet ideas. Telegram API seems to be pretty similar to Pushbullet. A post to an URL shouldn't be that hard to implement. As for Discord, i don't know about their API, but it seems to be pretty well elaborated, so seems doable.

<!-- gh-comment-id:280892603 --> @UltimateByte commented on GitHub (Feb 19, 2017): Sweet ideas. Telegram API seems to be pretty similar to Pushbullet. A post to an URL shouldn't be that hard to implement. As for Discord, i don't know about their API, but it seems to be pretty well elaborated, so seems doable.
Author
Owner

@dgibbs64 commented on GitHub (Feb 19, 2017):

Yeah this is a great idea. I think discord support would be really great. @Scarsz I think might be the best person for this one

<!-- gh-comment-id:280933081 --> @dgibbs64 commented on GitHub (Feb 19, 2017): Yeah this is a great idea. I think discord support would be really great. @Scarsz I think might be the best person for this one
Author
Owner

@Xseba360 commented on GitHub (Feb 27, 2017):

Integration with Discord seems to be very easy as well :)
https://support.discordapp.com/hc/en-us/articles/228383668
https://discordapp.com/developers/docs/resources/webhook
It can also be made compatible with Slack, which makes it automatically compatible with Discord.

<!-- gh-comment-id:282601910 --> @Xseba360 commented on GitHub (Feb 27, 2017): Integration with Discord seems to be very easy as well :) https://support.discordapp.com/hc/en-us/articles/228383668 https://discordapp.com/developers/docs/resources/webhook It can also be made compatible with Slack, which makes it automatically compatible with Discord.
Author
Owner

@UltimateByte commented on GitHub (Apr 5, 2017):

To sum up, requested platforms are:

  • Discord
  • Slack
  • Telegram
  • Pushover
  • More... ?

Rework to alert functions will probably be required.

<!-- gh-comment-id:291785295 --> @UltimateByte commented on GitHub (Apr 5, 2017): To sum up, requested platforms are: - Discord - Slack - Telegram - Pushover - More... ? Rework to alert functions will probably be required.
Author
Owner

@NickParks commented on GitHub (Apr 17, 2017):

Little late to reply.

But yes, basically the most used gaming services which are Discord, Telegram, etc. As well whatever the staff/development team may use which is slack/telegram.

And if possible to add a straight up POST mechanic into it, it may not work with all services but it definitely opens the door for more possibilities without having to have you guys add them for us.

<!-- gh-comment-id:294546709 --> @NickParks commented on GitHub (Apr 17, 2017): Little late to reply. But yes, basically the most used gaming services which are Discord, Telegram, etc. As well whatever the staff/development team may use which is slack/telegram. And if possible to add a straight up POST mechanic into it, it may not work with all services but it definitely opens the door for more possibilities without having to have you guys add them for us.
Author
Owner

@derklompi commented on GitHub (Apr 19, 2017):

Could give you a little bash script for discord+Webhook if you are interested and didnt already work that one out^^

<!-- gh-comment-id:295318000 --> @derklompi commented on GitHub (Apr 19, 2017): Could give you a little bash script for discord+Webhook if you are interested and didnt already work that one out^^
Author
Owner

@dgibbs64 commented on GitHub (Apr 19, 2017):

@faflfama Yeah that would be great. Im working on other areas currently so haven't had a chance to look in to this yet. So any exmaples would be awesome 👍

<!-- gh-comment-id:295319905 --> @dgibbs64 commented on GitHub (Apr 19, 2017): @faflfama Yeah that would be great. Im working on other areas currently so haven't had a chance to look in to this yet. So any exmaples would be awesome 👍
Author
Owner

@derklompi commented on GitHub (Apr 19, 2017):

Put in in here, hope its readable^^

https://pastebin.com/ieFTUr8V

Didnt make it myself, but working good^^

<!-- gh-comment-id:295324209 --> @derklompi commented on GitHub (Apr 19, 2017): Put in in here, hope its readable^^ https://pastebin.com/ieFTUr8V Didnt make it myself, but working good^^
Author
Owner

@dgibbs64 commented on GitHub (Apr 19, 2017):

@faflfama just tested it and it works!! Thank you

<!-- gh-comment-id:295326109 --> @dgibbs64 commented on GitHub (Apr 19, 2017): @faflfama just tested it and it works!! Thank you
Author
Owner

@dgibbs64 commented on GitHub (Aug 20, 2017):

Telegram is now up and running https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram

It will be available next release

<!-- gh-comment-id:323588746 --> @dgibbs64 commented on GitHub (Aug 20, 2017): Telegram is now up and running https://github.com/GameServerManagers/LinuxGSM/wiki/Telegram It will be available next release
Author
Owner

@MarkTwoFive commented on GitHub (Aug 20, 2017):

I'd like to throw in "Cachet" into the list.
Documentation here

Edit:I'd wait for the next stable release though since there are major changes under way. I'll keep you updated of course if theres interest in this.

<!-- gh-comment-id:323608862 --> @MarkTwoFive commented on GitHub (Aug 20, 2017): I'd like to throw in "Cachet" into the list. [Documentation here](https://docs.cachethq.io/) Edit:I'd wait for the next stable release though since there are major changes under way. I'll keep you updated of course if theres interest in this.
Author
Owner

@dgibbs64 commented on GitHub (Aug 22, 2017):

Added more info abot what system are being worked on above

<!-- gh-comment-id:323985702 --> @dgibbs64 commented on GitHub (Aug 22, 2017): Added more info abot what system are being worked on above
Author
Owner

@ghost commented on GitHub (Aug 24, 2017):

It's a bit corporate but HipChat would be nice as well.

<!-- gh-comment-id:324706102 --> @ghost commented on GitHub (Aug 24, 2017): It's a bit corporate but HipChat would be nice as well.
Author
Owner

@TheUdK commented on GitHub (Sep 23, 2019):

Any chance for Slack in the foreseeable future?

<!-- gh-comment-id:534140272 --> @TheUdK commented on GitHub (Sep 23, 2019): Any chance for Slack in the foreseeable future?
Author
Owner

@dgibbs64 commented on GitHub (Oct 8, 2019):

#2543

<!-- gh-comment-id:539474455 --> @dgibbs64 commented on GitHub (Oct 8, 2019): #2543
Author
Owner

@dgibbs64 commented on GitHub (Sep 16, 2021):

Re-opening to add new

<!-- gh-comment-id:920836393 --> @dgibbs64 commented on GitHub (Sep 16, 2021): Re-opening to add new
Author
Owner

@github-actions[bot] commented on GitHub (Sep 17, 2022):

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:1249945419 --> @github-actions[bot] commented on GitHub (Sep 17, 2022): This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#1022
No description provided.