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