mirror of https://github.com/zulip/zulip.git
33 lines
989 B
HTML
33 lines
989 B
HTML
<p>
|
|
New Relic can send messages to a Zulip stream for alerts and
|
|
deploys.
|
|
</p>
|
|
|
|
<p>
|
|
First, create the stream you'd like to use for New Relic
|
|
notifications, and subscribe all interested parties to this stream. We
|
|
recommend the name <code>newrelic</code>.
|
|
</p>
|
|
|
|
<p>
|
|
Next, in your New Relic Account Settings page, click
|
|
"Integrations", then "Alerting notifications". On the "Webhook"
|
|
tab, enter the following webhook URL:
|
|
</p>
|
|
|
|
<p><code>{{ external_api_uri_subdomain }}/v1/external/newrelic?api_key=abcdefgh&stream=newrelic</code></p>
|
|
|
|
<p>
|
|
where <code>api_key</code> is the API key of your Zulip bot,
|
|
and <code>stream</code> is the stream name you want the
|
|
notifications sent to.
|
|
</p>
|
|
|
|
<img class="screenshot" src="/static/images/integrations/newrelic/001.png"/>
|
|
|
|
<p>
|
|
<b>Congratulations! You're done!</b><br/> Your New Relic events will
|
|
appear in Zulip:
|
|
</p>
|
|
<img class="screenshot" src="/static/images/integrations/newrelic/002.png"/>
|