Skip to main content

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.

0 votes
0 answers
29 views

Can I trigger PagerDuty Incident with SNS only?

I'm trying to get paged in pagerduty when a new object is created in my S3 bucket with prefix 'invalid-files/'. I've created a NotificationConfiguration for S3 that publish to my SNS topic. I also ...
rafat islam's user avatar
0 votes
0 answers
19 views

Is there a way to suppress 'resolve' messages sent to pager duty

Our pager duty is integrated to alert manager, and we want to stop an specific alert from auto resolving. To my knowledge, the best way to do that would be changing the alert manager configuration so ...
Jose Antonio Vidal Sanchez's user avatar
0 votes
0 answers
24 views

How do I send the entire search from Splunk to Pagerduty

We have a Splunk alert set up. The alert goes to Pagerduty. The issue is the search that triggers the alerts has multiple columns and rows but we see only one row in the PagerDuty. We want the entire ...
Aivin John's user avatar
0 votes
0 answers
33 views

PagerDuty Integration

I want to integrate PagerDuty into BackStage using iFrame. Is there an embedded link available in Pagerduty? How can I access it? I tried using the API plugin, but I want to use iFrames. Just like ...
Chethiya Galkaduwa's user avatar
0 votes
0 answers
79 views

Find Upcoming Rundeck Job name & ID using API Call?

I am creating a rundeck-api to findout which jobs will be running in next X hours I am executing the python script from Azure DevOps Pipeline Below is the script import requests from datetime import ...
eddie's user avatar
  • 33
0 votes
1 answer
209 views

How to create and link a rundeck-config.properties in Rundeck

So first of all Here is my Setup. I deployed Rundeck on EKS using two YAML files, rundeck-svc.yaml , rundeck-deployment.yaml Those can be found here text Now I wanted to do two things first of all ...
Prasoon Rajpoot's user avatar
0 votes
0 answers
225 views

PagerDuty how to extract data for more than 1000 records for analytics endpoint

I am struggling to extract data from PagerDuty API from weeks and there is no direct solution to my problem. This is a crucial task for my Job and any immediate help would be appreciated. I want to ...
user14879613's user avatar
0 votes
0 answers
96 views

pager Duty oncall schedule

We have 7 team members, I want to create oncall schedule in Pager duty with below scenario 9 AM - 4 PM (Monday - Friday) single person, rotation everyday 4 PM - 2 AM (Monday - Sunday) single person ...
Ratzet's user avatar
  • 1
0 votes
0 answers
44 views

Grafana On Call multiple schedules

I'm trying to arrange an On Call schedule for my team, working in different timezones. In PagerDuty I was able to schedule a person from Europe to be On Call for one week from 6am UTC until 6pm. From ...
Vzzarr's user avatar
  • 5,350
0 votes
0 answers
205 views

Make a script to call pager duty's API and update on call

I made this script it works, I'm just looking for ways to make it better/reading to get better. #!/usr/bin/python3 import requests, logging, json, subprocess, re, smtplib from datetime import datetime,...
Alex Orbit's user avatar
1 vote
1 answer
548 views

How to create a prometheus alert which can only be resolved manually

I have a prometheus alert which is integrated with PagerDuty. The alert can be triggered successfully when condition is met. But it will be automatically resolved latter on when condition is not met ...
user389955's user avatar
  • 10.2k
0 votes
0 answers
314 views

Integrate Pagerduty On Airflow

i've been trying to send a notification from my airflow DAGs to Pagerduty, But it seems there's a missing code that triggers my DAGs to send notification to Pagerduty. Here's my code: import logging ...
Yohanes Lim's user avatar
0 votes
0 answers
60 views

Pagerduty API returns data on Postman but empty on Node

I can't understand this after a lot of head-scratching. What am I missing? Pagerduty returns data when doing a call on Postman (in this example returns 2 objects) But when doing the same call on a ...
Afonso Gomes's user avatar
0 votes
0 answers
69 views

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. ...
Jayant Bhawal's user avatar
0 votes
1 answer
146 views

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) ...
user3733812's user avatar

15 30 50 per page
1
2 3 4 5