Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 456 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 456 Bytes

ServerMon

Monitor a URL for 504 errors and send an email containing server performance metrics when an error is detected

Requirements

Python 3.7+

An SMTP server

Installation

git clone [email protected]:Skywire/ServerMon.git servermon
cd servermon
chmod +x bin/atop.sh

Configuration

Copy .env.dist to .env and enter your SMTP server details

Usage

python main.py {mage_root} {n98 binary} {url to monitor} {email recipients}