consul-alerts icon indicating copy to clipboard operation
consul-alerts copied to clipboard

Alerta notifier implementation

Open Difrex opened this issue 7 years ago • 1 comments

See http://alerta.io for more information about it.

"consul-alerts/config/notifiers/alerta/" prefix added

Config options:

  • enabled bool Enable/Disable notifier
  • url string Url to Alerta API
  • token string API token with write access
  • cluster-name string The name of the cluster
  • domain string You domain. Usable for link templating
  • link string Templateable link to smth. Example: https://hashiui.{{ .Notifier.ClusterName }}.{{ .Notifier.Domain }}/consul/{{ .Notifier.ClusterName }}/services/{{ .Msg.Service }}
  • origin string
  • type string Default: consul-alerts

Difrex avatar Feb 14 '18 14:02 Difrex

Please fix branch conflicts for further review.

fusiondog avatar Jul 05 '19 00:07 fusiondog