teutat3s 11 months ago
parent ee8281563f
commit c682a97746
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
  1. 24
      monitoring/prometheus/src/etc/prometheus/prometheus.yml

@ -38,3 +38,27 @@ scrape_configs:
static_configs:
- targets: ["cloud.pub.solar:443"]
- job_name: "matrix_pub_solar_node_exporter"
# metrics_path defaults to '/metrics'
metrics_path: /metrics/node-exporter
# scheme defaults to 'http'.
scheme: https
basic_auth:
username: crew@pub.solar
password: '$2b$12$UPWIvXPAGVDC3KEMuHpEMujwLfPUL0RQS7svuo2RZAScsjVwsE.k6'
static_configs:
- targets: ["matrix.pub.solar:443"]
- job_name: "matrix_pub_solar_synapse"
# metrics_path defaults to '/metrics'
metrics_path: /metrics/synapse/main-process
# scheme defaults to 'http'.
scheme: https
basic_auth:
username: crew@pub.solar
password: '$2b$12$UPWIvXPAGVDC3KEMuHpEMujwLfPUL0RQS7svuo2RZAScsjVwsE.k6'
static_configs:
- targets: ["matrix.pub.solar:443"]

Loading…
Cancel
Save