Skip to content

A simple Sintatra app to show who's on call, and a phone number for them.

Notifications You must be signed in to change notification settings

ms-digital-labs/pagerduty-oncall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pagerduty-oncall

A simple Sintatra app to show who's on call, and a phone number for them.

Setup:

Deploy it to heroku, it has no DB or dependencies.

Get the name of your pagerduty account (the bit before .pagerduty.com in the URL), set it in heroku

$ heroku config set ACCOUNT=<your account name>

Get an API key from your pagerduty account, set it in heroku

$ heroku config set API_KEY=<your api key>

Choose a password:

$ heroku config set PASSWORD=<password>

Map the email address of the on call members to their chosen phone numbers in the format from the example:

$ heroku config set CONTACT_NUMBERS="[email protected]:12345678,[email protected]:12345677"

About

A simple Sintatra app to show who's on call, and a phone number for them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages