mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Add scrape rule
This commit is contained in:
@@ -33,12 +33,19 @@ scrape_configs:
|
||||
honor_labels: true
|
||||
static_configs:
|
||||
- targets: ["pushgateway:9091"]
|
||||
|
||||
- job_name: "dockerhub"
|
||||
scrape_interval: 300s
|
||||
honor_labels: true
|
||||
static_configs:
|
||||
- targets: ["home.toozhao.com:9170"]
|
||||
|
||||
- job_name: "github"
|
||||
scrape_interval: 300s
|
||||
honor_labels: true
|
||||
static_configs:
|
||||
- targets: ["home.toozhao.com:9171"]
|
||||
|
||||
alerting:
|
||||
alertmanagers:
|
||||
- scheme: http
|
||||
|
||||
Reference in New Issue
Block a user