|
|
@ -195,17 +195,7 @@ |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-email' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% if enable_sms %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/sms.png' %}" |
|
|
|
class="icon" alt="SMS icon" /> |
|
|
|
|
|
|
|
<h2>SMS {% if use_payments %}<small>(paid plans)</small>{% endif %}</h2> |
|
|
|
<p>Get a text message to your phone when a check goes down.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-sms' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/webhook.png' %}" |
|
|
|
class="icon" alt="Webhook icon" /> |
|
|
@ -226,39 +216,51 @@ |
|
|
|
<a href="{% url 'hc-add-apprise' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
{% if enable_pushover %} |
|
|
|
|
|
|
|
{% if enable_discord %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/po.png' %}" |
|
|
|
class="icon" alt="Pushover icon" /> |
|
|
|
<img src="{% static 'img/integrations/discord.png' %}" |
|
|
|
class="icon" alt="Discord icon" /> |
|
|
|
|
|
|
|
<h2>Pushover</h2> |
|
|
|
<p>Receive instant push notifications on your phone or tablet.</p> |
|
|
|
<h2>Discord</h2> |
|
|
|
<p>Cross-platform voice and text chat app designed for gamers.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-pushover' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-discord' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
{% if enable_pushbullet %} |
|
|
|
|
|
|
|
{% if enable_matrix %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/pushbullet.png' %}" |
|
|
|
class="icon" alt="Pushbullet icon" /> |
|
|
|
<img src="{% static 'img/integrations/matrix.png' %}" |
|
|
|
class="icon" alt="Matrix icon" /> |
|
|
|
|
|
|
|
<h2>Pushbullet</h2> |
|
|
|
<p>Pushbullet connects your devices, making them feel like one.</p> |
|
|
|
<h2>Matrix</h2> |
|
|
|
<p>Post notifications to a Matrix room.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-pushbullet' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-matrix' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
{% if enable_telegram %} |
|
|
|
|
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/telegram.png' %}" |
|
|
|
class="icon" alt="Telegram icon" /> |
|
|
|
<img src="{% static 'img/integrations/mattermost.png' %}" |
|
|
|
class="icon" alt="Mattermost icon" /> |
|
|
|
|
|
|
|
<h2>Telegram</h2> |
|
|
|
<p>A messaging app with a focus on speed and security.</p> |
|
|
|
<h2>Mattermost</h2> |
|
|
|
<p>High Trust Messaging for the Enterprise.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-telegram' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-mattermost' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/opsgenie.png' %}" |
|
|
|
class="icon" alt="OpsGenie icon" /> |
|
|
|
|
|
|
|
<h2>OpsGenie</h2> |
|
|
|
<p> Alerting & Incident Management Solution for Dev & Ops.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-opsgenie' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if enable_pd %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/pd.png' %}" |
|
|
@ -270,6 +272,17 @@ |
|
|
|
<a href="{% url 'hc-add-pd' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/pagerteam.png' %}" |
|
|
|
class="icon" alt="PagerTeam icon" /> |
|
|
|
|
|
|
|
<h2>Pager Team</h2> |
|
|
|
<p>On-call rotations without limits.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-pagerteam' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/pagertree.png' %}" |
|
|
|
class="icon" alt="PagerTree icon" /> |
|
|
@ -279,44 +292,55 @@ |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-pagertree' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
|
|
|
|
{% if enable_pushbullet %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/victorops.png' %}" |
|
|
|
class="icon" alt="VictorOps icon" /> |
|
|
|
<img src="{% static 'img/integrations/pushbullet.png' %}" |
|
|
|
class="icon" alt="Pushbullet icon" /> |
|
|
|
|
|
|
|
<h2>VictorOps</h2> |
|
|
|
<p>On-call scheduling, alerting, and incident tracking.</p> |
|
|
|
<h2>Pushbullet</h2> |
|
|
|
<p>Pushbullet connects your devices, making them feel like one.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-victorops' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-pushbullet' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if enable_pushover %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/pagerteam.png' %}" |
|
|
|
class="icon" alt="PagerTeam icon" /> |
|
|
|
<img src="{% static 'img/integrations/po.png' %}" |
|
|
|
class="icon" alt="Pushover icon" /> |
|
|
|
|
|
|
|
<h2>Pager Team</h2> |
|
|
|
<p>On-call rotations without limits.</p> |
|
|
|
<h2>Pushover</h2> |
|
|
|
<p>Receive instant push notifications on your phone or tablet.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-pagerteam' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-pushover' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% if enable_discord %} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if enable_sms %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/discord.png' %}" |
|
|
|
class="icon" alt="Discord icon" /> |
|
|
|
<img src="{% static 'img/integrations/sms.png' %}" |
|
|
|
class="icon" alt="SMS icon" /> |
|
|
|
|
|
|
|
<h2>Discord</h2> |
|
|
|
<p>Cross-platform voice and text chat app designed for gamers.</p> |
|
|
|
<h2>SMS {% if use_payments %}<small>(paid plans)</small>{% endif %}</h2> |
|
|
|
<p>Get a text message to your phone when a check goes down.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-discord' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-sms' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if enable_telegram %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/opsgenie.png' %}" |
|
|
|
class="icon" alt="OpsGenie icon" /> |
|
|
|
<img src="{% static 'img/integrations/telegram.png' %}" |
|
|
|
class="icon" alt="Telegram icon" /> |
|
|
|
|
|
|
|
<h2>OpsGenie</h2> |
|
|
|
<p> Alerting & Incident Management Solution for Dev & Ops.</p> |
|
|
|
<h2>Telegram</h2> |
|
|
|
<p>A messaging app with a focus on speed and security.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-opsgenie' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-telegram' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if enable_trello %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/trello.png' %}" |
|
|
@ -328,17 +352,17 @@ |
|
|
|
<a href="{% url 'hc-add-trello' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
{% if enable_matrix %} |
|
|
|
|
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/matrix.png' %}" |
|
|
|
class="icon" alt="Matrix icon" /> |
|
|
|
<img src="{% static 'img/integrations/victorops.png' %}" |
|
|
|
class="icon" alt="VictorOps icon" /> |
|
|
|
|
|
|
|
<h2>Matrix</h2> |
|
|
|
<p>Post notifications to a Matrix room.</p> |
|
|
|
<h2>VictorOps</h2> |
|
|
|
<p>On-call scheduling, alerting, and incident tracking.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-matrix' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
<a href="{% url 'hc-add-victorops' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if enable_whatsapp %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/whatsapp.png' %}" |
|
|
@ -350,15 +374,7 @@ |
|
|
|
<a href="{% url 'hc-add-whatsapp' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
{% endif %} |
|
|
|
<li> |
|
|
|
<img src="{% static 'img/integrations/mattermost.png' %}" |
|
|
|
class="icon" alt="Mattermost icon" /> |
|
|
|
|
|
|
|
<h2>Mattermost</h2> |
|
|
|
<p>High Trust Messaging for the Enterprise.</p> |
|
|
|
|
|
|
|
<a href="{% url 'hc-add-mattermost' %}" class="btn btn-primary">Add Integration</a> |
|
|
|
</li> |
|
|
|
<li class="link-to-github"> |
|
|
|
<img src="{% static 'img/integrations/missing.png' %}" |
|
|
|
class="icon" alt="Suggest New Integration" /> |
|
|
|