cozystack/packages/extra/monitoring
cozystack-bot 9d184a098f Prepare release v0.35.0-alpha.3
Signed-off-by: cozystack-bot <217169706+cozystack-bot@users.noreply.github.com>
2025-08-01 13:07:01 +00:00
..
charts Configure all apps to use new function to generate subjects 2025-06-16 20:32:11 +02:00
images Prepare release v0.35.0-alpha.3 2025-08-01 13:07:01 +00:00
logos Update dashboard icons (#274) 2024-08-12 14:47:11 +02:00
patches fix patches 2025-07-30 16:31:24 +03:00
templates monitoring disable alerta sign up 2025-06-29 01:18:38 +03:00
.helmignore Ship all logos with Cozystack 2024-07-16 17:31:52 +02:00
Chart.yaml fix chart version 2025-07-30 17:08:54 +03:00
dashboards.list [monitoring] add seaweedfs monitoring 2025-07-30 15:17:46 +03:00
Makefile Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
README.md Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
values.schema.json Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00
values.yaml Get rid of bitnami's readme-generator 2025-07-18 00:40:31 +02:00

Monitoring Hub

Parameters

Common parameters

Name Description Value
host The hostname used to access the grafana externally (defaults to 'grafana' subdomain for the tenant host). ""
metricsStorages Configuration of metrics storage instances []
logsStorages Configuration of logs storage instances []
alerta.storage Persistent Volume size for alerta database 10Gi
alerta.storageClassName StorageClass used to store the data ""
alerta.resources.requests.cpu The minimum amount of CPU required for alerta 100m
alerta.resources.requests.memory The minimum amount of memory required for alerta 256Mi
alerta.resources.limits.cpu The maximum amount of CPU allowed for alerta 1
alerta.resources.limits.memory The maximum amount of memory allowed for alerta 1Gi
alerta.alerts.telegram.token telegram token for your bot ""
alerta.alerts.telegram.chatID specify multiple ID's separated by comma. Get yours in https://t.me/chatid_echo_bot ""
alerta.alerts.telegram.disabledSeverity list of severity without alerts, separated comma like: "informational,warning" ""
grafana.db.size Persistent Volume size for grafana database 10Gi
grafana.resources.requests.cpu The minimum amount of CPU required for grafana 100m
grafana.resources.requests.memory The minimum amount of memory required for grafana 256Mi
grafana.resources.limits.cpu The maximum amount of CPU allowed for grafana 1
grafana.resources.limits.memory The maximum amount of memory allowed for grafana 1Gi