marcopaz / is-service-up

Monitor the status of all your cloud services in one page
Apache License 2.0
166 stars 26 forks source link

Add Slack status check #30

Closed maael closed 7 years ago

maael commented 7 years ago

Adds a slack service, checking the .current_status class on https://status.slack.com/ for the following classes, translating them to the relevant statuses.

.all_clear = Status.ok ⚠️ .issue = Status.major 🔧 .maintenance = Status.maintenance

marcopaz commented 7 years ago

Awesome, thank you!