GrafanaAlertsChannel
Scope: Cluster
Version: v1alpha1
The resource for adding alert notification channels to Grafana.
- spec
Required value
- spec.alertManager
Required value
Alert manager settings.
- spec.alertManager.address
Required value
URL of an external Alertmanager.
Pattern:
^https?://[^\s/$.?#].[^\s]*$
Examples:
address: http://alerts.mycompany.com
address: https://alerts.company.com
address: http://192.168.1.1
- spec.alertManager.auth
Authorization properties.
- spec.alertManager.auth.basic
Required value
Basic authorization properties.
- spec.alertManager.auth.basic.password
Required value
Password.
- spec.alertManager.auth.basic.username
Required value
User name.
- spec.description
Small and optional description about this alerts channel.
Default:
""
- spec.disableResolveMessage
When true, this option disables the resolve message [OK] that is sent when the alerting state returns to false.
Default:
false
- spec.isDefault
Use this notification channel for all alerts.
Default:
false
- spec.type
Required value
Allowed values:
PrometheusAlertManager