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"
}


# Functions

MakeHandler retuns a http rest request handler for sensuthe machine learning service can be nil if you do not wish to save the request message.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author