Questions tagged [opsgenie]
42 questions
0
votes
2 answers
Python script fails to call Jira REST API
i have a python script which makes a call to Jira API for creating a Jira issue.
The API Call istself works fine, if i test it with Postman i am able to create tickets however the same URL does not work using Python.I do not not understand why i am…

olti
- 91
- 1
- 10
0
votes
0 answers
Airflow opsGenie integration - alert header
We have an integration of Airflow alerts that are sent to opsGenie.
The alerts appear in opsGenie but the message subject says only "Airport aler:" and one needs to expand the alert to view the details.
In the Airflow code taskinstance.py Isee the…

Gaddy
- 453
- 4
- 12
0
votes
0 answers
Prometheus Opsgenie Integration
We use Prometheus alert manager for alerts, we have configured two receivers as attached below, Slack and Opsgenie.
The issue is that we are getting alerts in slack only but we are not receiving alerts in Opsgenie, we use the API keys and it's a…

srethomas
- 1
- 5
0
votes
1 answer
Opsgenie - Create Alert API doesn't set responders tag
I'm having issues with the Opsgenie's API integration and creating alerts.
In their docs, they state that you can set the responders field to a user or team, but upon creating the alert I can't see this field set properly.
E.g.
When sending a create…

eja
- 4,677
- 3
- 21
- 30
0
votes
1 answer
Alertmanager does not load webhook_config
I want to create new receiver and route for alertmanager to send heartbeats to OpsGenie.
I tried to achieve it by defining opsgenie_config but I wasn't able to send the pings to heartbeats in OpsGenie (I am able to send alerts to OpsGenie with same…

Artur Ferfecki
- 148
- 1
- 2
- 15
0
votes
1 answer
Terraform Opsgenie string value required
I am simplying trying to terrafomr init a provider for opsgenie.
My version of terraform is:
Terraform v0.12.6
Your version of Terraform is out of date! The latest version
is 0.14.10. You can update by downloading from…

0xtuytuy
- 1,494
- 6
- 26
- 51
0
votes
1 answer
Can I prevent DataDog from closing OpsGenie incidents?
The question is about DataDog - OpsGenie integration. Whenever a DataDog monitor triggers an alert an incident is opened in OpsGenie (which is good), but when the monitor recovers back to a healthy state the OpsGenie incident is auto-closed (which…

Alon
- 699
- 2
- 9
- 17
0
votes
0 answers
Create alert when site speed is slow on https://developers.google.com/speed/pagespeed/insights/
is it possible to create alerts when your website's google site speed is below the threshold?
I couldn't anything in the google docs and it suggested at the bottom to post question in…

JavaQuest
- 671
- 6
- 23
0
votes
1 answer
Set priority in Splunk OpsGenie App that is accessible in OpsGenie
I have created some Splunk alerts and triggers OpsGenie succesfully via Opsgenie App,
Now I would like to set priority in the alert. However a field related to priority is missing. These are the ones returned from the REST…

selle
- 868
- 1
- 10
- 27
0
votes
1 answer
OpsGenie Cloudwatch Integration vs Incoming SNS Integration
I am using OpsGenie from yesterday. I want to send my cloudwatch alert in OpsGenie Dashboard.
I think there are two integration options possible for this. First one is Cloudwatch Integration and second is Incoming SNS Integration.
I have tested…

Deependra Dangal
- 1,145
- 1
- 13
- 36
0
votes
1 answer
Installing and configuring OpsGenie Logstash plugin in Logstash 5.4
I am trying to install the OpsGenie output plugin (v2.0.5) in Logstash (v5.4.2).
According to the OpsGenie instructions, one has to run:
bin/plugin install logstash-output-opsgenie
which in Logstash 5.4 should be:
bin/logstash-plugin install…

Gabriel Petrovay
- 20,476
- 22
- 97
- 168