- Category: Alerting
- Website: https://grafana.com/products/oncall/
Setting | Env var | Default value | Description |
---|---|---|---|
grafanaoncall.webhookurl |
GRAFANAONCALL_WEBHOOKURL |
If not empty, Grafana OnCall output is enabled | |
grafanaoncall.customheaders |
GRAFANAONCALL_CUSTOMHEADERS |
Custom headers for the POST request | |
grafanaoncall.mutualtls |
GRAFANAONCALL_MUTUALTLS |
false |
Authenticate to the output with TLS, if true, checkcert flag will be ignored (server cert will always be checked) |
grafanaoncall.checkcert |
GRAFANAONCALL_CHECKCERT |
true |
Check if ssl certificate of the output is valid |
grafanaoncall.minimumpriority |
GRAFANAONCALL_MINIMUMPRIORITY |
"" (= debug ) |
Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or "" |
Note
The Env var values override the settings from yaml file.
grafanaoncall:
webhookurl: "" # if not empty, Grafana OnCall output is enabled
# customheaders: # Custom headers to add in POST, useful for Authentication
# key: value
# mutualtls: false # if true, checkcert flag will be ignored (server cert will always be checked)
# checkcert: true # check if ssl certificate of the output is valid (default: true)
# minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)