PearsonEducation / Alarmageddon

Full-stack monitoring and alerting Python library.
Other
15 stars 10 forks source link

add a Slack publisher #7

Closed curtisallen closed 9 years ago

curtisallen commented 9 years ago

What's this PR do?

Adds a Slack publisher

Where should the reviewer start?

alarmageddon/publishing/slack.py

How should this be manually tested?

run scripts/test

Any background context you want to provide?

This PR adds a Slack publisher. This publisher was molded after the hipchat publisher. I also ran a pep8 linter to ensure style correctness.

Screenshots (if appropriate)

screen shot 2015-08-21 at 10 59 35 am

Were the tests updated?

yes

scotthellman commented 9 years ago

This looks great, thanks Curtis!