Monitors a list of servers and sends a chat notification when a server goes on or offline.
<@userid>
<@&roleid>
The polling interval is how often the bot will try to ping the servers. A good interval is 10 seconds, but this may need some adjustment if it happens to be spamming notifications.
docker run -it -v /path/to/your/config.json:/server-status/config.json:ro mgerb/server-status
version: "2"
services:
server-status:
image: mgerb/server-status:latest
volumes:
- /path/to/your/config.json:/server-status/config.json
To get the current status of your servers simply type /server-status
in chat.
https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token
To get IDs, turn on Developer Mode in the Discord client (User Settings -> Appearance) and then right-click your name/icon anywhere in the client and select Copy ID.