forked from GithubBackups/healthchecks
Update docs.
This commit is contained in:
parent
ee9ac0ffef
commit
77ee8452c5
@ -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>
|
||||
|
@ -25,16 +25,17 @@ clicking on the "ON" / "OFF" labels:
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user