grafana / helm-charts

Apache License 2.0
1.56k stars 2.21k forks source link

Question : OpsGenie notifier integration #940

Open qdupuy opened 2 years ago

qdupuy commented 2 years ago

Hello, 🖖

When I try to configure opsgenie on grafana via the helm charts in the notifiers section, the configuration is not present on grafana.

Did I forget an option or a configuration?

Configuration file :

      - name: opsgenie-notifier
        type: opsgenie
        uid: opsgenie-notifier
        description: 'Sends notifications to OpsGenie'
        # either
        org_id: 1
        # or
        #org_name: Main Org.
        is_default: false
        send_reminder: true
        frequency: 30m
        disable_resolve_message: false
        settings:
          recipient: '#infra-alerts'
          uploadImage: true
          apiKey: x
          apiUrl: x
          autoClose: true
sinkr commented 2 years ago

I'm having the same issue with the Slack notification not showing up. I can see the notifications.yaml file get dropped into /etc/grafana/provisioner/notifications.yaml and the delete_notifiers hook runs if I specify them, however, nothing I do makes the Slack alert show up.