Skip to content

Check for and automatically acknowledge/resolve PagerDuty incidents

License

Notifications You must be signed in to change notification settings

ftalburt/pagerduty-autoack

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

No packages published