drop matrix vm from monitoring + fix synapse prom listener
This commit is contained in:
parent
eced9bae67
commit
91c5d270ea
3 changed files with 5 additions and 15 deletions
|
@ -9,10 +9,8 @@ listeners:
|
|||
- names: [client, federation]
|
||||
compress: false
|
||||
- port: 8000
|
||||
type: http
|
||||
bind_addresses: ['0.0.0.0']
|
||||
resources:
|
||||
- names: [metrics]
|
||||
type: metrics
|
||||
enable_metrics: true
|
||||
database:
|
||||
name: sqlite3
|
||||
args:
|
||||
|
|
|
@ -9,10 +9,8 @@ listeners:
|
|||
- names: [client, federation]
|
||||
compress: false
|
||||
- port: 8000
|
||||
type: http
|
||||
bind_addresses: ['0.0.0.0']
|
||||
resources:
|
||||
- names: [metrics]
|
||||
type: metrics
|
||||
enable_metrics: true
|
||||
database:
|
||||
name: psycopg2
|
||||
args:
|
||||
|
@ -22,7 +20,6 @@ log_config: "/config/log.yaml"
|
|||
media_store_path: /data/media_store
|
||||
registration_shared_secret: "SECRET_registration_shared_secret"
|
||||
report_stats: false
|
||||
macaroon_secret_key: "SECRET_macaroon_secret_key"
|
||||
form_secret: "SECRET_form_secret"
|
||||
signing_key_path: "/secrets/janky.solutions.signing.key"
|
||||
trusted_key_servers:
|
||||
|
|
|
@ -61,7 +61,6 @@
|
|||
- hypervisor-d:9080
|
||||
- http:9080
|
||||
- media-ingest:9080
|
||||
- matrix:9080
|
||||
- minio:9080
|
||||
- signald:9080
|
||||
- forgejo-runner-0:9080
|
||||
|
@ -90,7 +89,6 @@
|
|||
- http:9100
|
||||
- ubnt:9100
|
||||
- mx1.janky.email:9100
|
||||
- matrix:9100
|
||||
- dns:9100
|
||||
- hypervisor-d:9100
|
||||
- livingroom-tv:9100
|
||||
|
@ -171,7 +169,4 @@
|
|||
static_configs:
|
||||
- targets:
|
||||
- docker:9798
|
||||
- job_name: synapse
|
||||
metrics_path: /_synapse/metrics
|
||||
static_configs:
|
||||
- targets: [matrix:8009]
|
||||
|
||||
|
|
Loading…
Reference in a new issue