Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirwin/cm-webhook
https://github.com/jirwin/cm-webhook
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jirwin/cm-webhook
- Owner: jirwin
- License: apache-2.0
- Created: 2013-01-18T01:34:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-18T23:59:46.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T11:11:28.196Z (8 months ago)
- Language: JavaScript
- Size: 959 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cm-webhook
This is a small web app that you can point your [Rackspace Cloud Monitoring](http://www.rackspace.com/cloud/monitoring/)
webhook notifications at. The app then turns that webhook into various types of notifications. Currently the following services
are supported:
* [Twilio](http://www.twilio.com) SMS
* [PagerDuty](http://www.pagerduty.com)## Notifications
### Twilio SMS
This notification will send an SMS for every alarm sent by Cloud Monitoring to a list of phone numbers.### PagerDuty
Using PagerDuty, this will create a new issue for CRITICAL and WARNING alarms. It will then attempt to resolve the issue
if an OK is received from Cloud Monitoring.## TODO
* Don't require dependencies for notification types not being used
* Lots of other things## Requirements
* node
* redis (For Pagerduty)