mirror of https://github.com/zulip/zulip.git
webhooks/pingdom: Migrate docs to Markdown.
This commit is contained in:
parent
0b1296ed83
commit
d5fa02c7da
|
@ -1,35 +0,0 @@
|
|||
<p>
|
||||
Zulip supports integration with Pingdom and can notify you of
|
||||
uptime status changes from your Pingdom dashboard.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
First, create the stream you'd like to use for Pingdom notifications,
|
||||
and subscribe all interested parties to this stream. We
|
||||
recommend the name <code>pingdom</code>.
|
||||
</p>
|
||||
|
||||
<p><code>{{ external_api_uri_subdomain }}/v1/external/pingdom?api_key=abcdefgh&stream=pingdom</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>
|
||||
|
||||
<p>Next, under following url: </p>
|
||||
<p><code>https://my.pingdom.com/reports/integration/settings</code></p>
|
||||
<p>create your integration by clicking on <code>Add Integration</code> button and filling form as following:</p>
|
||||
<img class="screenshot" src="/static/images/integrations/pingdom/001.png"/>
|
||||
|
||||
<p>
|
||||
Last, during creating or editing your check, scroll down to <code>Connect Integrations</code>
|
||||
section and ensure your integration is checked
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>Congratulations! You're done!</b><br/> Example Zulip notification
|
||||
looks like this:
|
||||
</p>
|
||||
|
||||
<img class="screenshot" src="/static/images/integrations/pingdom/002.png"/>
|
|
@ -0,0 +1,22 @@
|
|||
Zulip supports integration with Pingdom and can notify you of
|
||||
uptime status changes from your Pingdom dashboard.
|
||||
|
||||
{!create-stream.md!}
|
||||
|
||||
{!create-bot-construct-url.md!}
|
||||
|
||||
Next, go to the following URL:
|
||||
|
||||
`https://my.pingdom.com/reports/integration/settings`
|
||||
|
||||
Create your integration by clicking on the **Add Integration** button
|
||||
and filling the form like so:
|
||||
|
||||
![](/static/images/integrations/pingdom/001.png)
|
||||
|
||||
Last, during creating or editing your check, scroll down to
|
||||
**Connect Integrations** section and ensure your integration is checked.
|
||||
|
||||
{!congrats.md!}
|
||||
|
||||
![](/static/images/integrations/pingdom/002.png)
|
Loading…
Reference in New Issue