owoki / Is-Server-Down-Discord-Notification

Check if your server is on or off for the time interval you want. Discord instant notification script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is-Server-Down-Discord-Notification

Check if your server is on or off for the time interval you want. Discord instant notification script.

image

image

Installation

pip install -r requirements.txt

Then set config.json and start main.py

Keep open for Linux background

Install screen package for linux

Then type

screen -S downbot
python3 main.py

Then press ctrl+a+d

If you want check logs , type

screen -r downbot

Then for quit press ctrl+a+d

Config Keys Meanings

Key Description Value Type
serverips List of your ip addresses you want check array
webhookurl The webhook url of the channel you want to receive notifications str
looptime Checker refresh second str
downmsg The message to be sent to your channel when the server downs (You can add mentions) str

About

Check if your server is on or off for the time interval you want. Discord instant notification script.

License:MIT License


Languages

Language:Python 100.0%