Skip to content

Instantly share code, notes, and snippets.

View alex-laties's full-sized avatar

Alexander Laties alex-laties

  • Google
  • New York, New York
View GitHub Profile
import urllib2
import json
from supervisor import childutils
import sys
import socket
class PagerDutyNotifier(object):
def __init__(self, pd_service_key):
self.pd_service_key = pd_service_key