https://github.com/onetail/prometheus-with-grafana
using prometheus and grafana
https://github.com/onetail/prometheus-with-grafana
docker-compose grafana prometheus
Last synced: about 2 months ago
JSON representation
using prometheus and grafana
- Host: GitHub
- URL: https://github.com/onetail/prometheus-with-grafana
- Owner: Onetail
- Created: 2020-11-12T03:32:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T03:37:17.000Z (over 5 years ago)
- Last Synced: 2025-01-24T10:47:03.803Z (over 1 year ago)
- Topics: docker-compose, grafana, prometheus
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prometheus-with-grafana 資源監控
using prometheus and grafana
### Env setting
更改 alertmanager.yml webhook_config
``` - url: http://192.168.1.109:7009/api/v1/alertManager/remind ```
prometheus alert 警報發出 url
### Start
``` docker-compose up -d ```