webhooks/pingdom: Migrate docs to Markdown.

This commit is contained in:
Eeshan Garg 2017-06-12 22:33:28 -02:30 committed by Tim Abbott
parent 0b1296ed83
commit d5fa02c7da
2 changed files with 22 additions and 35 deletions

View File

@ -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&amp;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"/>

View File

@ -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)