Compare commits
2 Commits
145229928d
...
0a651b8cb8
Author | SHA1 | Date | |
---|---|---|---|
0a651b8cb8 | |||
460a35e82e |
@ -15,6 +15,8 @@ metrics or alerting.
|
|||||||
manager receiver which posts alerts to a configured matrix channel
|
manager receiver which posts alerts to a configured matrix channel
|
||||||
using alertmanagers' webhooks.
|
using alertmanagers' webhooks.
|
||||||
|
|
||||||
|
- [`vmtsdb`](roles/vmtsdb/README.md): VictoriaMetrics time series database.
|
||||||
|
|
||||||
- [`vmalert`](roles/vmalert/README.md): VictoriaMetrics alerting and
|
- [`vmalert`](roles/vmalert/README.md): VictoriaMetrics alerting and
|
||||||
ruling engine.
|
ruling engine.
|
||||||
|
|
||||||
|
7
roles/vmtsdb/README.md
Normal file
7
roles/vmtsdb/README.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# `finallycoffee.observability.vmtsdb` ansible role
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
This role configures `vmtsdb`, the time-series database part of victoria metrics, run in a docker container.
|
||||||
|
|
||||||
|
Per default `enableTCP6` and `envflag.enable` flags are passed to victoriametrics, enabling configuration using `vmtsdb_container_env`, using the syntax found on the official victoriametrics documentation.
|
@ -7,7 +7,7 @@ vmtsdb_data_path: "{{ vmtsdb_base_path }}/data"
|
|||||||
|
|
||||||
vmtsdb_container_image_server: docker.io
|
vmtsdb_container_image_server: docker.io
|
||||||
vmtsdb_container_image_namespace: "victoriametrics"
|
vmtsdb_container_image_namespace: "victoriametrics"
|
||||||
vmtsdb_container_image_container: "vmtsdb"
|
vmtsdb_container_image_container: "victoria-metrics"
|
||||||
vmtsdb_container_image_name: >-2
|
vmtsdb_container_image_name: >-2
|
||||||
{{
|
{{
|
||||||
vmtsdb_container_image_server
|
vmtsdb_container_image_server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user