Connects to local PSOBB servers and notifies you via a Telegram bot when one or more have gone offline.
Patch serverLogin serverShip server- Auto-reconnect
- Working Tethealla-based installation of PSOBB servers
- golang (if building from source or installing on Linux)
- Telegram (telegram.org)
Pull the repo using git pull
or go get github.com/gatchi/server-checker
.
Then run go build
in the top-level directory, and then optionally go install
.
Make sure to fill out the config file template and either keep it where it is or
(preferably) move it to your local config folder (/usr/local/etc/psobb-server-checker/server-checker.conf).
If you use Windows (64-bit only) you can also optionally download the pre-compiled binary included in this repo instead of pulling the whole repo and installing golang. I will try to keep it as up-to-date as the rest of the code.
You will need to have already configured a bot before running this program, as well as a message ID to send to. Check out this walkthrough for more info.