Skip to content

OpsGenie

Shows OpsGenie on-call schedules.

See Who is on Call API for details.

Configuration

Single Schedule

opsgenie:
  apiKey: "p0d13*********************************************c3"
  displayEmpty: false
  enabled: true
  position:
    top: 2
    left: 1
    height: 2
    width: 1
  refreshInterval: 6h
  region: "us"
  schedule: "Primary"
  scheduleIdentifierType: "id"

Multiple Schedules

opsgenie:
  apiKey: "p0d13*********************************************c3"
  displayEmpty: false
  enabled: true
  position:
    top: 2
    left: 1
    height: 2
    width: 1
  refreshInterval: 6h
  region: "us"
  schedule:
  - "Primary"
  - "Secondary"
  scheduleIdentifierType: "id"

Screenshots

opsgenie screenshot

Attributes

Name Value
apiKey
Your OpsGenie API key. Leave this blank to use the WTF_OPS_GENIE_API_KEY environment variable.
displayEmpty
Whether schedules with no assigned person on-call should be displayed. Default: true.
true, false
region
The region of the servers to connect to.
eu, us
scheduleIdentifierType
Type of the schedule identifier.
id, name

Source Code

https://github.com/wtfutil/wtf/tree/master/modules/opsgenie