- Monitor your server resources (cpu , memory , disks and swap)
- Monitor your domains uptime
- Monitor ssl expire dates
- Send alerts to slack
- git clone https://github.com/mohtork/eagle.git
- pip install -r requirements.txt
- Set your slack credentials in main.yaml file
- Set your rules in yaml files inside rules directory
- Add eagle to the running crons
"* * * * *" cd /path-to/eagle/ && python eagle.py > /tmp/eagle.log 2>&1