An open API service indexing awesome lists of open source software.

https://github.com/yearn/ymonitor


https://github.com/yearn/ymonitor

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# yMonitor
This is a simple monitoring tool that allows to configure multiple `monitors` for websites, api services and blockchain nodes.
It queries a list of hosts and extracts http stats and data stats from the requests/responses. The results are exposed as a prometheus endpoint.

## Configuration
- Configure your monitors in ![monitors.json](monitors.json)
- Copy `.env.sample` to `.env` if you want to inject any ENV variables during runtime instead of exposing them via git

## Usage
- `docker-compose up -d`

![Architecture](./assets/yMonitor.drawio.png)