Prometheus Node Exporter

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
This commit is contained in:
Peetz0r
2021-01-29 06:17:45 +01:00
parent 13ef9e85cf
commit e525970b39
10 changed files with 171 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
- name: Fail if Synapse metrics not enabled
- name: Fail if Synapse metrics or Prometheus Node Exporter not enabled
fail:
msg: >
You need to enable `matrix_synapse_metrics_enabled` for Prometheus grab metrics.
when: "not matrix_synapse_metrics_enabled"
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"