Prometheus CLI monitoring utility
- Go 100%
| cmd/eagle | Show all failures | |
| doc | Update README to new state | |
| .gitignore | Ignore taskfile related files | |
| eagle.yml | Introduce expressions | |
| go.mod | Funcitonal prototype | |
| go.sum | Funcitonal prototype | |
| LICENSE | Initial commit | |
| README.md | Update README to new state | |
| Taskfile.yml | Add release target | |
eagle
Prometheus CLI monitoring utility.
Screenshot of the program in action
eagle fetches exported metrics from the prometheus node_exporter programs and displays a short health overview based on defined rules and the current server status.
The program does not store any metrics and does not intent to replace prometheus. It acts as a complementary utility for quickly checking servers via defined stat rules from the command line.
Usage
eagle [YAMLFILE]
See the eagle.yml file for a configuration example. If no YAMLFILE is set, the program will try to load ~/.eagle.yml.