You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
830 B
Django/Jinja
18 lines
830 B
Django/Jinja
[Microsoft Teams]
|
|
# At least one connector is required here
|
|
NetgoTeamsConnector: {{ netgo_msteams_hook_alerting }}
|
|
|
|
[HTTP Server]
|
|
Host: 0.0.0.0
|
|
#Port: 8089;
|
|
|
|
[Log]
|
|
; Level: <loglevel (DEBUG|INFO|WARNING|ERROR|CRITICAL)> # default: DEBUG
|
|
; Path: <log file path> # default: /var/log/prom2teams/prom2teams.log; [Template]
|
|
; Path: <Jinja2 template path> # default: app resources default template (./prom2teams/resources/templates/teams.j2)# [Group Alerts]
|
|
# Field: alertname; [Labels]
|
|
; Excluded: <Comma separated list of labels to ignore>; [Annotations]
|
|
; Excluded: <Comma separated list of annotations to ignore>; [Teams Client]
|
|
; RetryEnable: <Enables teams client retry policy> # defaults to false
|
|
; RetryWaitTime: <Wait time between retries> # default: 60 secs
|
|
; MaxPayload: <Teams client payload limit in bytes> # default: 24KB |