Add external monitoring stack and alerting docs
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
global:
|
||||
scrape_interval: 30s
|
||||
evaluation_interval: 30s
|
||||
|
||||
rule_files:
|
||||
- /etc/prometheus/alerts.yml
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- static_configs:
|
||||
- targets:
|
||||
- polyweather_alertmanager:9093
|
||||
|
||||
scrape_configs:
|
||||
- job_name: polyweather-web
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets:
|
||||
- polyweather_web:8000
|
||||
Reference in New Issue
Block a user