mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-02-06 01:06:27 +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>
18 lines
1.8 KiB
Markdown
18 lines
1.8 KiB
Markdown
# 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.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` |
|