- 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/warrengalyen/eagleeye.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 Eye to the running crons
"* * * * *" cd /path-to/eagle_eye/ && python eagle_eye.py > /tmp/eagle_eye.log 2>&1