Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thegreenrobot/pagerduty_dashing

A Dashing dashboard for PagerDuty Services & Schedules
https://github.com/thegreenrobot/pagerduty_dashing

Last synced: 4 months ago
JSON representation

A Dashing dashboard for PagerDuty Services & Schedules

Awesome Lists containing this project

README

        

PagerDuty-Dashing
=================

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/thegreenrobot/pagerduty_dashing)

[![Build Status](https://travis-ci.org/thegreenrobot/pagerduty_dashing.svg?branch=master)](https://travis-ci.org/thegreenrobot/pagerduty_dashing)

A [Dashing][dashing] dashboard for PagerDuty Services!

* Show the number of triggered and acknowledged incidents using the [hotness widget][hotness].
* Display who's on-call for a particular PagerDuty schedule.

Sample
=======
![sample](https://f36b09034ab1a72dbb54-bd0fd07e24ed988eda39807e960a82e7.ssl.cf1.rackcdn.com/TinyGrab%20Screen%20Shot%2011-2-14%2012.33.18%20AM.png.jpg)

Getting Started
===============

The easiest way to get started is to use Heroku button above to launch your dashboard. You will need to fill out the following environment variables in Heroku so your Dashing dashboard can communicate to the PagerDuty API.

| Environment Variable | Example |
| :----------------- |:-----------------|
| PAGERDUTY_URL | https://yoursubdomain.pagerduty.com |
| PAGERDUTY_APIKEY | Your api key (this can be a read only key) |
| PAGERDUTY_SERVICES | {"services": { "staging": "ABC1234","preprod": "QAZ4567","production": "EDC4321"}} |
| PAGERDUTY_SCHEDULES | {"schedules": { "oncall": "ABC1234","firefighter": "QAZ4567"}} |

FAQ
====
### Where can I see what the IDs are for my services/schedules?
Clicking on a Service/Schedule in PagerDuty will show you the ID in the URL.

### Why do I need to format my Services/Schedules like that?
The Services/Schedules need to be in JSON format. In order for Heroku to accept them, they need to contain no line breaks.

[dashing]: http://shopify.github.io/dashing/
[hotness]: https://github.com/gottfrois/dashing-hotness