Compare commits
2 commits
e81ae5165f
...
803b19de0a
Author | SHA1 | Date | |
---|---|---|---|
June | 803b19de0a | ||
June | 29d2d2926f |
|
@ -12,8 +12,6 @@ alerting:
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: prometheus
|
- job_name: prometheus
|
||||||
honor_timestamps: true
|
honor_timestamps: true
|
||||||
scrape_interval: 15s
|
|
||||||
scrape_timeout: 10s
|
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
|
@ -81,3 +79,20 @@ scrape_configs:
|
||||||
target_label: instance
|
target_label: instance
|
||||||
- target_label: __address__
|
- target_label: __address__
|
||||||
replacement: pve-exporter:9221
|
replacement: pve-exporter:9221
|
||||||
|
- job_name: hosts
|
||||||
|
static_configs:
|
||||||
|
- labels:
|
||||||
|
site: wieske
|
||||||
|
type: virtual_machine
|
||||||
|
hypervisor: chaosknoten
|
||||||
|
targets:
|
||||||
|
- netbox-intern.hamburg.ccc.de:9100
|
||||||
|
- matrix-intern.hamburg.ccc.de:9100
|
||||||
|
- public-web-static-intern.hamburg.ccc.de:9100
|
||||||
|
- git-intern.hamburg.ccc.de:9100
|
||||||
|
- forgejo-actions-runner-intern.hamburg.ccc.de:9100
|
||||||
|
- eh22-wiki-intern.hamburg.ccc.de:9100
|
||||||
|
- nix-box-june-intern.hamburg.ccc.de:9100
|
||||||
|
- mjolnir-intern.hamburg.ccc.de:9100
|
||||||
|
- woodpecker-intern.hamburg.ccc.de:9100
|
||||||
|
- penpot-intern.hamburg.ccc.de:9100
|
||||||
|
|
Loading…
Reference in a new issue