observability/README.md

32 lines
1018 B
Markdown
Raw Normal View History

2022-03-20 11:01:16 +00:00
# `finallycoffee.observability` ansible collection
## Overview
Ansible roles for running monitoring infrastructure, regardless of logs,
metrics or alerting.
## Roles
- [`alertmanager`](roles/alertmanager/README.md): Runs prometheus'
alertmanager for receiving alerts from prometheus and routing them
to the correct configured receivers.
- [`grafana`](roles/grafana/README.md): a popular visualization and
dashboard creation tool able to use various datasources.
- [`matrix-alertmanager`](roles/matrix-alertmanager/README.md): An alert-
manager receiver which posts alerts to a configured matrix channel
using alertmanagers' webhooks.
- [`vmtsdb`](roles/vmtsdb/README.md): VictoriaMetrics time series database.
- [`vmalert`](roles/vmalert/README.md): VictoriaMetrics alerting and
ruling engine.
- [`postgres_exporter`](roles/postgres_exporter/README.md): Prometheus
exporter for postgres databases, in a docker container.
2022-03-20 11:01:16 +00:00
## License
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License