Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.86 KB

opsgenie.md

File metadata and controls

40 lines (28 loc) · 1.86 KB

Opsgenie

Table of content

Configuration

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.

Example of config.yaml

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)

Additional info

Screenshots

opsgenie example