- Category: Alerting
- Website: https://www.opsgenie.com/
Setting | Env var | Default value | Description |
---|---|---|---|
opsgenie.apikey |
OPSGENIE_APIKEY |
Opsgenie API Key, if not empty, Opsgenie output is enabled | |
opsgenie.region |
OPSGENIE_REGION |
us |
Region of your domain (us , eu ) |
opsgenie.minimumpriority |
OPSGENIE_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.
opsgenie:
apikey: "" # Opsgenie API Key, if not empty, Opsgenie output is enabled
region: "eu" # Region of your domain (us|eu) (default: us)
# minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)