influxdb/notification/rule
Chris Goller 9dcdbd05a1 fix(notification/rule): convert time, trigger, severity
Semantically, we've done the following:

// name of the client sending the alert.
client: "influxdata"

// url of the client sending the alert.
client_url: the endpoint URL for now (needs to change to rule)

// The class/type of the event, for example ping failure or cpu load
class: check's name

// Logical grouping of components of a service, for example app-stack
group: source measurement

Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2019-09-06 18:34:42 -05:00
..
http.go feat(notification/rule): add _version: 1 to HTTP body (#15028) 2019-09-06 16:21:27 -05:00
http_test.go feat(notification/rule): add _version: 1 to HTTP body (#15028) 2019-09-06 16:21:27 -05:00
pagerduty.go fix(notification/rule): convert time, trigger, severity 2019-09-06 18:34:42 -05:00
pagerduty_test.go fix(notification/rule): convert time, trigger, severity 2019-09-06 18:34:42 -05:00
rule.go Merge pull request #14962 from influxdata/fix_offset_must_be_smaller 2019-09-06 16:20:49 -04:00
rule_test.go fix(notification): offset must be smaller than every 2019-09-05 11:20:59 -04:00
slack.go fix(notification/rule): conditionally include url and token for slack rule 2019-09-05 18:00:45 -04:00
slack_test.go fix(notification/rule): conditionally include url and token for slack rule 2019-09-05 18:00:45 -04:00