2022-03-20 12:01:16 +01:00
|
|
|
# `finallycoffee.observability` ansible collection
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
Ansible roles for running monitoring infrastructure, regardless of logs,
|
|
|
|
metrics or alerting.
|
|
|
|
|
|
|
|
## Roles
|
|
|
|
|
2023-07-14 11:29:04 +02:00
|
|
|
- [`alertmanager`](roles/alertmanager/README.md): Runs prometheus'
|
|
|
|
alertmanager for receiving alerts from prometheus and routing them
|
|
|
|
to the correct configured receivers.
|
|
|
|
|
2024-10-13 17:01:04 +02:00
|
|
|
- [`cadvisor`](roles/cadvisor/README.md): Run and configure cAdvisor, googles'
|
|
|
|
container performance and resource usage collection and aggregation daemon.
|
|
|
|
|
2024-07-14 18:24:52 +02:00
|
|
|
- [`grafana`](roles/grafana/README.md): a popular visualization and
|
|
|
|
dashboard creation tool able to use various datasources.
|
|
|
|
|
2024-11-08 17:28:24 +01:00
|
|
|
- [`matrix_alertmanager`](roles/matrix_alertmanager/README.md): An alert-
|
2022-03-13 08:18:22 +01:00
|
|
|
manager receiver which posts alerts to a configured matrix channel
|
|
|
|
using alertmanagers' webhooks.
|
|
|
|
|
2024-10-10 20:30:00 +02:00
|
|
|
- [`vmagent`](roles/vmagent/README.md): VictoriaMetrics agent
|
|
|
|
|
2024-06-08 00:20:02 +02:00
|
|
|
- [`vmtsdb`](roles/vmtsdb/README.md): VictoriaMetrics time series database.
|
|
|
|
|
2024-06-08 17:03:59 +02:00
|
|
|
- [`vmalert`](roles/vmalert/README.md): VictoriaMetrics alerting and
|
|
|
|
ruling engine.
|
|
|
|
|
2022-03-13 08:41:06 +01:00
|
|
|
- [`postgres_exporter`](roles/postgres_exporter/README.md): Prometheus
|
|
|
|
exporter for postgres databases, in a docker container.
|
|
|
|
|
2022-03-20 12:01:16 +01:00
|
|
|
## License
|
|
|
|
|
|
|
|
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License
|