feat: new scrapes
This commit is contained in:
parent
97cf13cb09
commit
ec65c7876d
3 changed files with 412 additions and 3 deletions
|
@ -29,9 +29,9 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets: ["cadvisor:8080"]
|
||||
|
||||
- job_name: "smartctl"
|
||||
static_configs:
|
||||
- targets: ["nyyu.dev:9633"]
|
||||
# - job_name: "smartctl"
|
||||
# static_configs:
|
||||
# - targets: ["nyyu.dev:9633"]
|
||||
|
||||
- job_name: "node_nyyu"
|
||||
scheme: https
|
||||
|
@ -43,6 +43,18 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets: ["alpine:9100"]
|
||||
|
||||
- job_name: "mariadb"
|
||||
static_configs:
|
||||
- targets: ["192.168.0.4:9104"]
|
||||
|
||||
- job_name: "kube"
|
||||
static_configs:
|
||||
- targets: ["192.168.0.4:9122"]
|
||||
|
||||
- job_name: "freebox"
|
||||
static_configs:
|
||||
- targets: ["192.168.0.4:9091"]
|
||||
|
||||
# - job_name: "smokeping"
|
||||
# static_configs:
|
||||
# - targets: ["smokeping:9374"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue