Merge branch 'release' into staging
This commit is contained in:
@@ -152,6 +152,7 @@ services:
|
|||||||
- "-retentionPeriod=24" # 24 Monate retention
|
- "-retentionPeriod=24" # 24 Monate retention
|
||||||
networks:
|
networks:
|
||||||
- core_network
|
- core_network
|
||||||
|
- traefik
|
||||||
prometheus:
|
prometheus:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: prom/prometheus:latest
|
image: prom/prometheus:latest
|
||||||
|
|||||||
@@ -23,10 +23,29 @@ scrape_configs:
|
|||||||
- job_name: "traefik"
|
- job_name: "traefik"
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["traefik:8080"] # Traefik dashboard endpoint
|
- targets: ["traefik:8080"] # Traefik dashboard endpoint
|
||||||
# - job_name: "Node Exporter"
|
|
||||||
# static_configs:
|
- job_name: node_exporter
|
||||||
# - targets:
|
scrape_interval: 15s
|
||||||
# [
|
static_configs:
|
||||||
# "var01.virtualairrescue.com:9100/metrics",
|
- targets: ["node_exporter:9100"]
|
||||||
# "var01.virtualairrescue.com:9100/probe?target=https://virtualairrescue.com&module=http_2xx",
|
|
||||||
# ]
|
- job_name: blackbox
|
||||||
|
metrics_path: /probe
|
||||||
|
params:
|
||||||
|
module: [http_2xx]
|
||||||
|
scrape_interval: 60s
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- https://status.virtualairrescue.com
|
||||||
|
- https://virtualairrescue.com
|
||||||
|
- https://ops.virtualairrescue.com
|
||||||
|
- https://nextcloud.virtualairrescue.com
|
||||||
|
- https://moodle.virtualairrescue.com
|
||||||
|
|
||||||
|
relabel_configs:
|
||||||
|
- source_labels: [__address__]
|
||||||
|
target_label: __param_target
|
||||||
|
- source_labels: [__param_target]
|
||||||
|
target_label: instance
|
||||||
|
- target_label: __address__
|
||||||
|
replacement: blackbox_exporter:9115
|
||||||
|
|||||||
Reference in New Issue
Block a user