mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2026-04-25 06:05:57 +03:00
[GH-ISSUE #1321] [Alerts] New Notification platforms #1022
Labels
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
No due date set.
Dependencies
No dependencies set.
Reference
starred/LinuxGSM#1022
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
Ones being looked in too:
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
@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.
@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
@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.
@UltimateByte commented on GitHub (Apr 5, 2017):
To sum up, requested platforms are:
Rework to alert functions will probably be required.
@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.
@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^^
@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 👍
@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^^
@dgibbs64 commented on GitHub (Apr 19, 2017):
@faflfama just tested it and it works!! Thank you
@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
@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.
@dgibbs64 commented on GitHub (Aug 22, 2017):
Added more info abot what system are being worked on above
@ghost commented on GitHub (Aug 24, 2017):
It's a bit corporate but HipChat would be nice as well.
@TheUdK commented on GitHub (Sep 23, 2019):
Any chance for Slack in the foreseeable future?
@dgibbs64 commented on GitHub (Oct 8, 2019):
#2543
@dgibbs64 commented on GitHub (Sep 16, 2021):
Re-opening to add new
@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.