mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-05 00:15:51 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added option to disable Telegram alerts for specific severity levels in the Monitoring Hub. - **Documentation** - Updated README with new parameter `alerta.alerts.telegram.disabledSeverity`. - **Chores** - Bumped monitoring package version from 1.6.1 to 1.7.0. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Andrei Kvapil <kvapss@gmail.com>
98 lines
2.3 KiB
YAML
98 lines
2.3 KiB
YAML
## @section Common parameters
|
|
|
|
## @param host The hostname used to access the grafana externally (defaults to 'grafana' subdomain for the tenant host).
|
|
host: ""
|
|
|
|
## @param metricsStorages [array] Configuration of metrics storage instances
|
|
##
|
|
## Example:
|
|
## metricsStorages:
|
|
## - name: shortterm
|
|
## retentionPeriod: "3d"
|
|
## deduplicationInterval: "15s"
|
|
## storage: 10Gi
|
|
## storageClassName: ""
|
|
## vminsert:
|
|
## resources:
|
|
## limits:
|
|
## memory: 1024Mi
|
|
## requests:
|
|
## cpu: 200m
|
|
## memory: 512Mi
|
|
## vmselect:
|
|
## resources:
|
|
## limits:
|
|
## memory: 2048Mi
|
|
## requests:
|
|
## cpu: 300m
|
|
## memory: 1Gi
|
|
## vmstorage:
|
|
## resources:
|
|
## limits:
|
|
## memory: 4096Mi
|
|
## requests:
|
|
## cpu: 500m
|
|
## memory: 2Gi
|
|
##
|
|
metricsStorages:
|
|
- name: shortterm
|
|
retentionPeriod: "3d"
|
|
deduplicationInterval: "15s"
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
vminsert:
|
|
resources: {}
|
|
vmselect:
|
|
resources: {}
|
|
vmstorage:
|
|
resources: {}
|
|
- name: longterm
|
|
retentionPeriod: "14d"
|
|
deduplicationInterval: "5m"
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
vminsert:
|
|
resources: {}
|
|
vmselect:
|
|
resources: {}
|
|
vmstorage:
|
|
resources: {}
|
|
|
|
|
|
## @param logsStorages [array] Configuration of logs storage instances
|
|
##
|
|
logsStorages:
|
|
- name: generic
|
|
retentionPeriod: "1"
|
|
storage: 10Gi
|
|
storageClassName: replicated
|
|
|
|
## Configuration for Alerta
|
|
## @param alerta.storage Persistent Volume size for alerta database
|
|
## @param alerta.storageClassName StorageClass used to store the data
|
|
##
|
|
alerta:
|
|
storage: 10Gi
|
|
storageClassName: ""
|
|
|
|
alerts:
|
|
## @param alerta.alerts.telegram.token telegram token for your bot
|
|
## @param alerta.alerts.telegram.chatID specify multiple ID's separated by comma. Get yours in https://t.me/chatid_echo_bot
|
|
## @param alerta.alerts.telegram.disabledSeverity list of severity without alerts, separated comma like: "informational,warning"
|
|
## example:
|
|
## telegram:
|
|
## token: "7262461387:AAGtwq16iwuVtWtzoN6TUEMpF00fpC9Xz34"
|
|
## chatID: "-4520856007"
|
|
## disabledSeverity: "informational,warning"
|
|
##
|
|
telegram:
|
|
token: ""
|
|
chatID: ""
|
|
disabledSeverity: ""
|
|
|
|
## Configuration for Grafana
|
|
## @param grafana.db.size Persistent Volume size for grafana database
|
|
grafana:
|
|
db:
|
|
size: 10Gi
|