https://github.com/yearn/ymonitor
https://github.com/yearn/ymonitor
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yearn/ymonitor
- Owner: yearn
- Created: 2023-02-21T12:32:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T14:08:09.000Z (over 2 years ago)
- Last Synced: 2025-02-14T19:44:57.684Z (over 1 year ago)
- Language: Go
- Size: 106 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 
- 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`
