This commit is contained in:
parent
73c19cc58d
commit
0e61131c1b
3 changed files with 22 additions and 6 deletions
|
@ -22,6 +22,8 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets:
|
||||
- localhost:9090
|
||||
labels:
|
||||
org: ccchh
|
||||
- job_name: alertmanager
|
||||
honor_timestamps: true
|
||||
metrics_path: /metrics
|
||||
|
@ -29,6 +31,8 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets:
|
||||
- alertmanager:9093
|
||||
labels:
|
||||
org: ccchh
|
||||
- job_name: mumble
|
||||
honor_timestamps: true
|
||||
scrape_interval: 5s
|
||||
|
@ -38,6 +42,8 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets:
|
||||
- mumble.hamburg.ccc.de:443
|
||||
labels:
|
||||
org: ccchh
|
||||
- job_name: opnsense-ccchh
|
||||
honor_timestamps: true
|
||||
metrics_path: /metrics
|
||||
|
@ -45,6 +51,8 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets:
|
||||
- 185.161.129.132:9100
|
||||
labels:
|
||||
org: ccchh
|
||||
- job_name: jitsi
|
||||
honor_timestamps: true
|
||||
scrape_interval: 5s
|
||||
|
@ -54,10 +62,14 @@ scrape_configs:
|
|||
static_configs:
|
||||
- targets:
|
||||
- jitsi.hamburg.ccc.de:9888 # Jitsi Video Bridge
|
||||
labels:
|
||||
org: ccchh
|
||||
- job_name: 'pve'
|
||||
static_configs:
|
||||
- targets:
|
||||
- 212.12.48.126 # chaosknoten
|
||||
labels:
|
||||
org: ccchh
|
||||
metrics_path: /pve
|
||||
params:
|
||||
module: [ default ]
|
||||
|
@ -74,6 +86,7 @@ scrape_configs:
|
|||
static_configs:
|
||||
# Wieske Chaosknoten VMs
|
||||
- labels:
|
||||
org: ccchh
|
||||
site: wieske
|
||||
type: virtual_machine
|
||||
hypervisor: chaosknoten
|
||||
|
@ -98,6 +111,7 @@ scrape_configs:
|
|||
- zammad-intern.hamburg.ccc.de:9100
|
||||
- pretalx-intern.hamburg.ccc.de:9100
|
||||
- labels:
|
||||
org: ccchh
|
||||
site: wieske
|
||||
type: physical_machine
|
||||
targets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue