mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-27 08:32:15 +00:00
Add missing template data argument
This commit is contained in:
parent
cec04341f7
commit
42b73a6291
@ -59,7 +59,7 @@ var (
|
||||
// DefaultOpsGenieConfig defines default values for OpsGenie configurations.
|
||||
DefaultOpsGenieConfig = OpsGenieConfig{
|
||||
Description: `{{ template "opsgenie.default.description" . }}`,
|
||||
Source: `{{ template "opsgenie.default.source" }}`,
|
||||
Source: `{{ template "opsgenie.default.source" . }}`,
|
||||
// TODO: Add a details field with all the alerts.
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user