package
0.0.0-20190305070731-fb315dc90195
Repository: https://github.com/weautomateeverything/go2hal.git
Documentation: pkg.go.dev

# README

A webhook for grafana alerts

API

REST

POST /api/graphana/{chatid:[0-9]+}

{
  "evalMatches": [
    {
      "value": 100,
      "metric": "High value",
      "tags": null
    },
    {
      "value": 200,
      "metric": "Higher Value",
      "tags": null
    }
  ],
  "imageUrl": "http://grafana.org/assets/img/blog/mixed_styles.png",
  "message": "Someone is testing the alert notification within grafana.",
  "ruleId": 0,
  "ruleName": "Test notification",
  "ruleUrl": "http://localhost:3000/",
  "state": "alerting",
  "title": "[Alerting] Test notification"
}