Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 854 Bytes

readme.md

File metadata and controls

33 lines (20 loc) · 854 Bytes

Web Observer

Lightweight http resource pinger, written in Go

  • Periodically checks http response statuses for your webservices

  • Sends slack notification when desired code differs from the http response

  • Can be deployed and served as systemd unit

Dependencies

Project setup

  1. git clone https://github.com/shirokovnv/web-observer && cd web-observer
  2. Run make init

Build and run locally

  1. Ensure environment variables are set (see .env.example)
  2. Fill site and slack channel params in ./config directory
  3. Run make build or make run

License

MIT. Please see the license file for more information.