Skip to content

ftalburt/pagerduty-autoack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pagerduty-autoack

Check for and automatically acknowledge/resolve PagerDuty incidents

Usage

Bash:

#!/bin/bash

APITOKEN=abc123
REGEX="Regex search value"
npm ci
node .

Docker:

docker run -e APITOKEN="abc123" -e REGEX="Regex search value" --init ftalburt/pagerduty-autoack:latest

About

Check for and automatically acknowledge/resolve PagerDuty incidents

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors