Add Librato integration.

Fixes: #68.
This commit is contained in:
Tomasz Kolek
2016-08-31 21:23:20 +02:00
committed by Tim Abbott
parent 6d4f86f951
commit acbfe7e624
18 changed files with 448 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ WEBHOOK_INTEGRATIONS = [
WebhookIntegration('helloworld', display_name='Hello World'),
WebhookIntegration('ifttt', function='zerver.views.webhooks.ifttt.api_iftt_app_webhook', display_name='IFTTT'),
WebhookIntegration('jira', secondary_line_text='(hosted or v5.2+)', display_name='JIRA'),
WebhookIntegration('librato'),
WebhookIntegration('newrelic', display_name='New Relic'),
WebhookIntegration('pagerduty'),
WebhookIntegration('pingdom'),