Configuration
global:
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
external_labels:
monitor: example
alerting:
alertmanagers:
- follow_redirects: true
enable_http2: true
scheme: http
timeout: 10s
api_version: v2
static_configs:
- targets:
- localhost:9093
rule_files:
- /etc/prometheus/alert_loadbalancing.yml
- /etc/prometheus/alerts/*.yml
scrape_configs:
- job_name: prometheus
honor_timestamps: true
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- localhost:9090
- job_name: node
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /metrics
scheme: http
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- localhost:9100
- 10.0.3.236:9103
- targets:
- 10.191.255.177:9100
labels:
instance: core01-z10a
- targets:
- 10.191.255.179:9100
labels:
instance: core02-z10a
- targets:
- 10.191.255.244:9100
labels:
instance: monitor01
- targets:
- 10.191.255.245:9100
labels:
instance: monitor02
- job_name: bird
honor_timestamps: true
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- 10.191.255.177:9324
labels:
instance: core01-z10a
- targets:
- 10.191.255.179:9324
labels:
instance: core02-z10a
- job_name: monitor01_blackbox
honor_timestamps: true
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /probe
scheme: http
follow_redirects: true
enable_http2: true
relabel_configs:
- source_labels: [__address__]
separator: ;
regex: (.*)
target_label: __param_target
replacement: $1
action: replace
- source_labels: [__param_target, module]
separator: ;
regex: (.*)
target_label: instance
replacement: $1
action: replace
- source_labels: [module]
separator: ;
regex: (.*)
target_label: __param_module
replacement: $1
action: replace
- separator: ;
regex: (.*)
target_label: __address__
replacement: 10.191.255.244:9115
action: replace
static_configs:
- targets:
- 10.190.0.93
- 10.190.176.93
labels:
module: icmp
- job_name: node_gateways
honor_timestamps: true
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
follow_redirects: true
enable_http2: true
file_sd_configs:
- files:
- /etc/prometheus/targets.json
refresh_interval: 5m
- job_name: json_gwpref
honor_timestamps: true
params:
module:
- gwpref
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /probe
scheme: http
follow_redirects: true
enable_http2: true
relabel_configs:
- source_labels: [__address__]
separator: ;
regex: (.*)
target_label: __param_target
replacement: $1
action: replace
- separator: ;
regex: (.*)
target_label: __address__
replacement: localhost:7979
action: replace
static_configs:
- targets:
- http://10.191.255.13/data/gwstatus.json
labels:
instance: gw01n03
- targets:
- http://10.191.255.46/data/gwstatus.json
labels:
instance: gw04n06
- targets:
- http://10.191.255.52/data/gwstatus.json
labels:
instance: gw05n02
- targets:
- http://10.191.255.53/data/gwstatus.json
labels:
instance: gw05n03
- targets:
- http://10.191.255.61/data/gwstatus.json
labels:
instance: gw06n01
- targets:
- http://10.191.255.93/data/gwstatus.json
labels:
instance: gw09n03
- targets:
- http://10.191.255.94/data/gwstatus.json
labels:
instance: gw09n04
- job_name: federate
honor_labels: true
honor_timestamps: true
params:
match[]:
- '{job="blackbox"}'
- '{job="blackbox-5g"}'
- '{job="blackbox-starlink"}'
- '{job="zyxel"}'
- '{job="node"}'
- '{job="snmp"}'
- '{job="unifi"}'
scrape_interval: 15s
scrape_timeout: 10s
metrics_path: /federate
scheme: http
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- 10.191.255.172:9090