xmpp-webhook

webhook to xmpp gateway (clone of https://github.com/opthomas-prime/xmpp-webhook/ with my own mods)
git clone https://git.e1e0.net/xmpp-webhook.git
Log | Files | Refs | README | LICENSE

grafana-webhook-alert-example.json (397B)


      1 {
      2   "title": "My alert",
      3   "ruleId": 1,
      4   "ruleName": "Load peaking!",
      5   "ruleUrl": "http://url.to.grafana/db/dashboard/my_dashboard?panelId=2",
      6   "state": "alerting",
      7   "imageUrl": "http://s3.image.url",
      8   "message": "Load is peaking. Make sure the traffic is real and spin up more webfronts",
      9   "evalMatches": [
     10     {
     11       "metric": "requests",
     12       "tags": {},
     13       "value": 122
     14     }
     15   ]
     16 }