Skip to content

Commit

Permalink
feat: add example config for webex
Browse files Browse the repository at this point in the history
Signed-off-by: k0rventen <49311792+k0rventen@users.noreply.github.com>
  • Loading branch information
k0rventen committed Aug 27, 2024
1 parent 9da064e commit 2568e1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ teams:
outputformat: "all" # all (default), text, facts
minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

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

datadog:
# apikey: "" # Datadog API Key, if not empty, Datadog output is enabled
# host: "" # Datadog host. Override if you are on the Datadog EU site. Defaults to american site with "https://api.datadoghq.com"
Expand Down

0 comments on commit 2568e1e

Please sign in to comment.