Sur grafana crée un nouveaux contact point

Mettre l’url du serveur

<http://url:8080/api/v1/tickets>

image.png

Playload

{
    "title": "Test alerte Grafana",
    "group_id": 1,
    "customer": "[email protected]",
    "article": {
      "subject": "Alerte test",
      "body": "Ceci est un test de création de ticket depuis Grafana",
      "type": "note",
      "internal": false
    },
    "priority_id": 2,
    "state_id": 1
  }

groupe_id = id du groupe sur le quelle le utilisateur travail par example

image.png