Browse Source

Update docs.

pull/409/head
Pēteris Caune 4 years ago
parent
commit
77ee8452c5
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
3 changed files with 27 additions and 25 deletions
  1. +8
    -7
      templates/docs/configuring_notifications.html
  2. +8
    -7
      templates/docs/configuring_notifications.md
  3. +11
    -11
      templates/front/channels.html

+ 8
- 7
templates/docs/configuring_notifications.html 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
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>
<h2>SMS and WhatsApp Monthly Quotas</h2>
<p>SITE_NAME limits the maximum number of SMS and WhatsApp notifications an account
can send per any given month. The specific limit depends on account's billing plan.</p>
<p>The limit is applied to the combined number of sent SMS and WhatsApp notifications. It
automatically resets at the start of each month. The "unused" sends from one month do
not carry over to the next month.</p>
<p>When an account exceeds its SMS / WhatsApp monthly limit, SITE_NAME will:</p>
<h2>SMS, WhatsApp and Phone Call Monthly Quotas</h2>
<p>SITE_NAME limits the maximum number of SMS, WhatsApp and phone call notifications an
account can send per any given month. The specific limit depends on account's
billing plan.</p>
<p>The limit is applied to the combined number of sent SMS, WhatsApp and phone call
notifications. It automatically resets at the start of each month. The "unused" sends
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>
<li>Send a warning email to account's primary email address</li>
<li>Show a warning message in the <strong>Integrations</strong> page</li>


+ 8
- 7
templates/docs/configuring_notifications.md 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)
## 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
can send per any given month. The specific limit depends on account's billing plan.
SITE_NAME limits the maximum number of SMS, WhatsApp and phone call notifications an
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
automatically resets at the start of each month. The "unused" sends from one month do
not carry over to the next month.
The limit is applied to the combined number of sent SMS, WhatsApp and phone call
notifications. It automatically resets at the start of each month. The "unused" sends
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
* Show a warning message in the **Integrations** page


+ 11
- 11
templates/front/channels.html View File

@ -193,17 +193,6 @@
<a href="{% url 'hc-add-email' project.code %}" class="btn btn-primary">Add Integration</a>
</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>
<img src="{% static 'img/integrations/webhook.png' %}"
class="icon" alt="Webhook icon" />
@ -296,6 +285,17 @@
<a href="{% url 'hc-add-pagertree' project.code %}" class="btn btn-primary">Add Integration</a>
</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>
<img src="{% static 'img/integrations/prometheus.png' %}"
class="icon" alt="Prometheus icon" />


Loading…
Cancel
Save