e525970b39
Basic system stats, to show stuff the synapse metrics can't show such as resource usage by bridges, etc Seems to work fine as well. This too has only been tested on debian amd64 so far
8 lines
325 B
YAML
8 lines
325 B
YAML
---
|
|
|
|
- name: Fail if Synapse metrics or Prometheus Node Exporter not enabled
|
|
fail:
|
|
msg: >
|
|
You need to enable `matrix_synapse_metrics_enabled` and/or `matrix_prometheus_node_exporter_enabled` for Prometheus grab metrics.
|
|
when: "not matrix_synapse_metrics_enabled and not matrix_prometheus_node_exporter_enabled"
|