1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/_site/content/posts/modules/opsgenie.md
2018-05-14 21:04:37 -07:00

1.1 KiB

title, date, draft
title date draft
Opsgenie 2018-05-08T20:53:40-07:00 false

Description

Connects to the OpsGenie API and displays all your scheduled rotations and who's currently on call.

opsgenie screenshot

Location

wtf/opsgenie

Required ENV Variables

Key: WTF_OPS_GENIE_API_KEY
Value: Your OpsGenie API token.

Keyboard Commands

None.

Configuration

opsgenie:
  enabled: true
  position:
    top: 2
    left: 1
    height: 2
    width: 1
  refreshInterval: 21600

Attributes

enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.

position
Defines where in the grid this module's widget will be displayed.

refreshInterval
How often, in seconds, this module will update its data.
Values: Any positive integer, 0...n.