pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.81k stars 1.74k forks source link

Notifications #89

Open schrej opened 8 years ago

schrej commented 8 years ago

I don't know much about the state of this project and maybe something like this exists already:

One thing that would be really useful are notifications regarding Servers. Especially for server crashes, stops and reboots but maybe something like high RAM usage, low TPS or CPU peaks (maybe configurable thresholds). Notifications should be sendable via email and, as this applies to our usage, slack (just a webhook) would be fancy as well. It should be configurable who receives them, which notifications are received and maybe (especially in regard to slack/webhooks) how they are formatted (a complete custom format would allow the usage of all webhooks, including slack, this could be costly though). I only have a vague idea about the architecture of Pterodactyl and therefore have no real clue how hard it would be to implement that. If i have time i will look into it though.

Todo:

Things to notify about (ideas):

DaneEveritt commented 8 years ago

Hey there, thanks for the suggestion.

This is something I'd love to have implemented into the panel, and was on my bucket list for future versions. I can't make any guarantee that it will happen for the next release, but it should be quite trivial to implement in the grand scheme of things.

Laravel has support for Notifications already, so we can have them send tons of different types of notifications. The biggest implementation hurdle would simply be setting up a way for node to panel communication to send those notifications, and even that is fairly trivial.

👍

YeapGuy commented 5 years ago

Any updates? It's been over 2 years.

DaneEveritt commented 5 years ago

No.

Fieel commented 3 years ago

Any updates? It's been over 4 years.

cancel-cloud commented 2 years ago

Any Updates on that topic? Looking forward to it :)

FoksVHox commented 2 years ago

Any Updates on that topic? Looking forward to it :)

If it's open, it's planned to get in the software. PR's are always open