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
|
|
|
|
|
2023-07-14 09:29:04 +00:00
|
|
|
- [`alertmanager`](roles/alertmanager/README.md): Runs prometheus'
|
|
|
|
alertmanager for receiving alerts from prometheus and routing them
|
|
|
|
to the correct configured receivers.
|
|
|
|
|
2022-03-13 07:18:22 +00:00
|
|
|
- [`matrix-alertmanager`](roles/matrix-alertmanager/README.md): An alert-
|
|
|
|
manager receiver which posts alerts to a configured matrix channel
|
|
|
|
using alertmanagers' webhooks.
|
|
|
|
|
2022-03-13 07:41:06 +00:00
|
|
|
- [`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
|