feat(prom): add jobs
This commit is contained in:
parent
c73094526a
commit
5e8dab8858
@ -29,12 +29,20 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets: ["cadvisor:8080"]
|
||||
|
||||
- job_name: "smartctl"
|
||||
static_configs:
|
||||
- targets: ["nyyu.dev:9633"]
|
||||
|
||||
- job_name: "node_nyyu"
|
||||
scheme: https
|
||||
metrics_path: /node/metrics
|
||||
static_configs:
|
||||
- targets: ["nyyu.dev:443"]
|
||||
|
||||
- job_name: "node_alpine"
|
||||
static_configs:
|
||||
- targets: ["alpine:9100"]
|
||||
|
||||
# - job_name: "smokeping"
|
||||
# static_configs:
|
||||
# - targets: ["smokeping:9374"]
|
||||
@ -75,4 +83,4 @@ scrape_configs:
|
||||
- source_labels: [__param_target]
|
||||
target_label: target
|
||||
- target_label: __address__
|
||||
replacement: blackbox:9115
|
||||
replacement: blackbox:9115
|
||||
|
Loading…
Reference in New Issue
Block a user