Update docs.

This commit is contained in:
Pēteris Caune 2020-07-29 19:29:34 +03:00
parent ee9ac0ffef
commit 77ee8452c5
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
3 changed files with 27 additions and 25 deletions

View File

@ -19,13 +19,14 @@ methods are enabled for each check. You can click the icons to toggle them on an
<p>You can also toggle the integrations on and off when viewing an individual check by <p>You can also toggle the integrations on and off when viewing an individual check by
clicking on the "ON" / "OFF" labels:</p> clicking on the "ON" / "OFF" labels:</p>
<p><img alt="Integration on/off toggles in the check details page" src="IMG_URL/details_integrations.png" /></p> <p><img alt="Integration on/off toggles in the check details page" src="IMG_URL/details_integrations.png" /></p>
<h2>SMS and WhatsApp Monthly Quotas</h2> <h2>SMS, WhatsApp and Phone Call Monthly Quotas</h2>
<p>SITE_NAME limits the maximum number of SMS and WhatsApp notifications an account <p>SITE_NAME limits the maximum number of SMS, WhatsApp and phone call notifications an
can send per any given month. The specific limit depends on account's billing plan.</p> account can send per any given month. The specific limit depends on account's
<p>The limit is applied to the combined number of sent SMS and WhatsApp notifications. It billing plan.</p>
automatically resets at the start of each month. The "unused" sends from one month do <p>The limit is applied to the combined number of sent SMS, WhatsApp and phone call
not carry over to the next month.</p> notifications. It automatically resets at the start of each month. The "unused" sends
<p>When an account exceeds its SMS / WhatsApp monthly limit, SITE_NAME will:</p> from one month do not carry over to the next month.</p>
<p>When an account exceeds its monthly limit, SITE_NAME will:</p>
<ul> <ul>
<li>Send a warning email to account's primary email address</li> <li>Send a warning email to account's primary email address</li>
<li>Show a warning message in the <strong>Integrations</strong> page</li> <li>Show a warning message in the <strong>Integrations</strong> page</li>

View File

@ -25,16 +25,17 @@ clicking on the "ON" / "OFF" labels:
![Integration on/off toggles in the check details page](IMG_URL/details_integrations.png) ![Integration on/off toggles in the check details page](IMG_URL/details_integrations.png)
## SMS and WhatsApp Monthly Quotas ## SMS, WhatsApp and Phone Call Monthly Quotas
SITE_NAME limits the maximum number of SMS and WhatsApp notifications an account SITE_NAME limits the maximum number of SMS, WhatsApp and phone call notifications an
can send per any given month. The specific limit depends on account's billing plan. account can send per any given month. The specific limit depends on account's
billing plan.
The limit is applied to the combined number of sent SMS and WhatsApp notifications. It The limit is applied to the combined number of sent SMS, WhatsApp and phone call
automatically resets at the start of each month. The "unused" sends from one month do notifications. It automatically resets at the start of each month. The "unused" sends
not carry over to the next month. from one month do not carry over to the next month.
When an account exceeds its SMS / WhatsApp monthly limit, SITE_NAME will: When an account exceeds its monthly limit, SITE_NAME will:
* Send a warning email to account's primary email address * Send a warning email to account's primary email address
* Show a warning message in the **Integrations** page * Show a warning message in the **Integrations** page

View File

@ -193,17 +193,6 @@
<a href="{% url 'hc-add-email' project.code %}" class="btn btn-primary">Add Integration</a> <a href="{% url 'hc-add-email' project.code %}" class="btn btn-primary">Add Integration</a>
</li> </li>
{% if enable_call %}
<li>
<img src="{% static 'img/integrations/call.png' %}"
class="icon" alt="Phone icon" />
<h2>Phone Call</h2>
<p>Get a phone call when a check goes down.</p>
<a href="{% url 'hc-add-call' project.code %}" class="btn btn-primary">Add Integration</a>
</li>
{% endif %}
<li> <li>
<img src="{% static 'img/integrations/webhook.png' %}" <img src="{% static 'img/integrations/webhook.png' %}"
class="icon" alt="Webhook icon" /> class="icon" alt="Webhook icon" />
@ -296,6 +285,17 @@
<a href="{% url 'hc-add-pagertree' project.code %}" class="btn btn-primary">Add Integration</a> <a href="{% url 'hc-add-pagertree' project.code %}" class="btn btn-primary">Add Integration</a>
</li> </li>
{% if enable_call %}
<li>
<img src="{% static 'img/integrations/call.png' %}"
class="icon" alt="Phone icon" />
<h2>Phone Call</h2>
<p>Get a phone call when a check goes down.</p>
<a href="{% url 'hc-add-call' project.code %}" class="btn btn-primary">Add Integration</a>
</li>
{% endif %}
<li> <li>
<img src="{% static 'img/integrations/prometheus.png' %}" <img src="{% static 'img/integrations/prometheus.png' %}"
class="icon" alt="Prometheus icon" /> class="icon" alt="Prometheus icon" />