mohtork / eagle

monitor resources (cpu,memory,disks,swap) - domain uptime - ssl expire dates - send alerts to slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eagle

  • Monitor your server resources (cpu , memory , disks and swap)
  • Monitor your domains uptime
  • Monitor ssl expire dates
  • Send alerts to slack
    Memory
    SSL
    Swap
    Uptime

Installation

  1. git clone https://github.com/mohtork/eagle.git
  2. pip install -r requirements.txt

Eagle in action

  • 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

About

monitor resources (cpu,memory,disks,swap) - domain uptime - ssl expire dates - send alerts to slack


Languages

Language:Python 100.0%