influxdb/notification
Chris Goller 8367d8d252
feat(notification/rule): add JSON body for the HTTP POST (#14994)
The body of the JSON webhook would be:
{
        "version": 1,
        "rule_name": notification._notification_rule_name,
        "rule_id": notification._notification_rule_id,
        "endpoint_name": notification._notification_endpoint_name,
        "endpoint_id": notification._notification_endpoint_id,
        "check_name": r._check_name,
        "check_id": r._check_id,
        "check_type": r._type,
        "source_measurement": r._source_measurement,
        "source_timestamp": r._source_timestamp,
        "level": r._level,
        "message": r._message,
}
2019-09-05 20:38:02 -05:00
..
check fix(notification/check): rename _check_type to _type in check object in flux 2019-08-30 10:54:16 -04:00
endpoint fix(notification/rule): conditionally include url and token for slack rule 2019-09-05 18:00:45 -04:00
flux feat(notification/rule): add JSON body for the HTTP POST (#14994) 2019-09-05 20:38:02 -05:00
rule feat(notification/rule): add JSON body for the HTTP POST (#14994) 2019-09-05 20:38:02 -05:00
duration.go feat(notification_rule): create notification rule task 2019-08-16 15:43:15 -04:00
status.go fix(notification): fix the any checkLevel string 2019-09-05 15:11:43 -04:00
status_test.go Add Any to rule levels (#14866) 2019-08-29 17:46:00 -07:00
tag.go feat(swagger): notification rule tag filtering (#14793) 2019-08-28 09:25:54 -07:00
tag_test.go feat(swagger): notification rule tag filtering (#14793) 2019-08-28 09:25:54 -07:00