Skip to content

Instantly share code, notes, and snippets.

View lgtml's full-sized avatar

Leigh Martell lgtml

  • ReCollect
  • Halifax, NS
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