Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 905 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 905 Bytes

pagerduty-angular

Angular 1 wrapper for PagerDuty incidents with the ability to search and filter

#Features

  1. Look at more then 100 incidents at once
  2. Filter by incident state
  3. Search in whole incidents
  4. NO MORE CTRL+F !!

#Hosted on github pages

  1. Visit PagerDuty incidents viewer
  2. Get v2 access token from PagerDuty
  3. Press the settings button (top right) and add your token

#Self hosted

  1. Clone the repo
  2. Get v2 access token from PagerDuty
  3. Start running a web server i.e Python's SimpleHTTPServer
python -m SimpleHTTPServer
  1. Press the settings button (top right) and add your token