Questions tagged [pagerduty]

Questions relating to PagerDuty, an online platform for digital operations and on-call management, in particular questions about the API and other programmatic means of managing configuration.

PagerDuty is an online platform for managing digital operations and on-call schedules, ideally used to alert users when something critically requires human intervention.

General API concepts Full REST API reference

62 questions
1
vote
1 answer

Python string substitution picking up junk characters in api requests

I am using Pagerduty python api client - pdpyras And below is the block of code session = APISession(api_token) changedate = os.popen("date -u -d '24 hours ago' +'%FT%T%.2Z'").read() print(changedate) changeurl =…
Saha
  • 89
  • 1
  • 10
1
vote
1 answer

How to set alert severity by name of alert?

All my alerts are critical except for one, called "not a critical alert". When this alert is triggered though, it has a critical severity. How can I set pagerduty to make this specific type of alert low severity?
yalpsid eman
  • 3,064
  • 6
  • 45
  • 71
1
vote
1 answer

PagerDuty Pagination

My company uses Power BI and we are trying to get incidents data from PagerDuty API. I have been struggling to find a way to get all the data but I am unknowledgeable about PowerBI, PowerQuery or dealing with API. I am in database role. I used Get…
1
vote
1 answer

dont alert using prometheus/alertmanager at particular time (maintance window) if machine goes down

I have ec2 machine on which i have setup alerting (if it goes down) using tags promethues/alertmanager. The maintance is scheduled fot that machine at 6 am in the morning twice a week I dont want to get alerts for those machines in that time. How…
1
vote
1 answer

Throttle Pagerduty alerts

Is there a way I could throttle alerts in Pagerduty? What I want to achieve is that if some alert (e.g. with same summary or any other distinctive feature, which could be used as a key)is dispatched very often I'd like to get notified of it only…
tristantzara
  • 5,597
  • 6
  • 26
  • 40
1
vote
1 answer

Does Travis CI integrates with Pager Duty?

Is there a way to configure PagerDuty alerts on Travis CI builds? To reframe can we trigger PagerDuty alerts from Travis CI. I could not find any information on google, do the two even integrate?
Tannu Priya
  • 313
  • 2
  • 15
1
vote
1 answer

Best way to create PagerDuty alarm based on Cloudwatch Rule

PagerDuty (PD) has an integration with Cloudwatch (CW), and I use it to get paged whenever a CW alarm is triggered: https://support.pagerduty.com/docs/aws-cloudwatch-integration-guide I'd like to be paged if a CW rule is triggered. It looks like I…
skeller88
  • 4,276
  • 1
  • 32
  • 34
1
vote
3 answers

Sending custom fields in prometheus alerts to pagerduty

I have a scenario where I need to send the current time stamp from Prometheus to Pagerduty. I need to access the current time stamp from the Custom details in Pagerduty to write Event Rules based on the current time. Currently I can see three…
Sujai Sivasamy
  • 1,101
  • 3
  • 14
  • 32
1
vote
2 answers

Monitoring connectivity for Slack and PagerDuty

We are using PRTG to monitor a number of internal resources, and we have set it up to alert us on a Slack channel and/or via PagerDuty (depending on severity) using their respective APIs. Considering that Slack and PagerDuty are external to us, we…
Paul Karlin
  • 840
  • 7
  • 21
1
vote
1 answer

How to Mute Failure for a Specific Airflow Task?

I set up a conditional task in airflow described here. All it does is to check if a hive partition exists. If yes, proceed with the rest of the tasks, and if not, add partition first before proceeding. The conditional check task can either fail or…
Stella
  • 139
  • 3
  • 14
0
votes
1 answer

Watcher auto resolve alerts feature in pagerduty

We have watcher alerts that are used to trigger alerts if the services goes down. But how can we make the alerts to auto resolve if the services comes up in the next run?
0
votes
0 answers

How do I force account selection prompt when authenticating with PagerDuty via OAuth?

What we're trying to do: Get a user to log in via the authorization code grant flow to obtain their access/refresh token to get access to some of their pagerduty "workspace or team" data. How it works right now: To login using PagerDuty's OAuth…
Jayant Bhawal
  • 2,044
  • 2
  • 31
  • 32
0
votes
1 answer

Global variable not populated correctly from aggregated filter variables

We are currently running Rundeck 4.11 community version. We are having problems using aggregated log filter variables. Example: Job1 runs a command step against three nodes (Keep running if failed) The command returns one line of stdout per…
0
votes
0 answers

missing custom labels of Prometheus in PagerDuty alerts

I have a Prometheus alert rule for CPU utilisation for my pods set like below for apps in a specific namespace and if it cross 90% percentage trigger an alert(removed some details specific but yes its almost like below) and its triggering the…
0
votes
1 answer

Setting the incident summary on GCP

I have an alerting policy set up in GCP that notifies PagerDuty. However, the auto generated summary that GCP sends to PagerDuty (which is the same as the summary in GCP's Incident view) is this confusing string of various terms. Is there a way to…
Gratus D.
  • 787
  • 7
  • 22