Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaihendry/pingprom
Prometheus uptime monitoring quickstart
https://github.com/kaihendry/pingprom
blackbox-testing docker-compose grafana metrics monitor monitoring prometheus uptime-monitor
Last synced: about 2 months ago
JSON representation
Prometheus uptime monitoring quickstart
- Host: GitHub
- URL: https://github.com/kaihendry/pingprom
- Owner: kaihendry
- Created: 2015-11-27T09:17:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T08:11:52.000Z (over 5 years ago)
- Last Synced: 2024-08-08T18:20:03.714Z (5 months ago)
- Topics: blackbox-testing, docker-compose, grafana, metrics, monitor, monitoring, prometheus, uptime-monitor
- Language: Makefile
- Homepage: https://www.youtube.com/watch?v=Sn7Ab4EKa_c
- Size: 40 KB
- Stars: 139
- Watchers: 11
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - kaihendry/pingprom - Prometheus uptime monitoring quickstart (monitoring)
README
# Prometheus uptime monitoring quickstart
Refactored as a simple starting point to help introduce you to Prometheus
based monitoring.# Services
You only need visit
* Prometheus http://0.0.0.0:9090
Which integrates with these "targets" via the prometheus configuration.
* Blackbox exporter that does the httping http://0.0.0.0:9115
* Alert manager that does the alerting http://0.0.0.0:9093# Generating config files
make
The alert manager configuration needs `.env` file with at least `$FROM`, `$TO`, `$SMARTHOST` set at a minimum.
`targets.yml` are where you list out the hosts you want to monitor.
# Reference