Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.75 KB

webex.md

File metadata and controls

35 lines (24 loc) · 1.75 KB

Webex

Table of content

Configuration

Setting Env var Default value Description
webex.webhookurl WEBEX_WEBHOOKURL Teams WebhookURL, if not empty, Webex output is enabled
webex.minimumpriority WEBEX_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

webex:
  webhookurl: "" # Webex WebhookURL, if not empty, Webex output is enabled
  # minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Screenshots

webex example