forked from GithubBackups/healthchecks
Documentation: notes about resource limits
This commit is contained in:
parent
dab15c3b8c
commit
490362638f
@ -18,6 +18,17 @@ methods are enabled for each check. You can click the icons to toggle them on an
|
||||
<p><img alt="Integration icons in the checks list" src="IMG_URL/checks_integrations.png" /></p>
|
||||
<p>You can also toggle the integrations on and off when viewing an individual check:</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>
|
||||
<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>
|
||||
</ul>
|
||||
<h2>Repeated Notifications</h2>
|
||||
<p>If you want to receive repeated notifications for as long as a particular check is
|
||||
down, you have a few different options:</p>
|
||||
|
@ -24,6 +24,21 @@ You can also toggle the integrations on and off when viewing an individual check
|
||||
|
||||

|
||||
|
||||
## SMS and WhatsApp 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.
|
||||
|
||||
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.
|
||||
|
||||
When an account exceeds its SMS / WhatsApp monthly limit, SITE_NAME will:
|
||||
|
||||
* Send a warning email to account's primary email address
|
||||
* Show a warning message in the **Integrations** page
|
||||
|
||||
|
||||
## Repeated Notifications
|
||||
|
||||
If you want to receive repeated notifications for as long as a particular check is
|
||||
|
@ -29,14 +29,21 @@ are listed as <strong>members</strong>. The members can:</p>
|
||||
<li>manage project's billing</li>
|
||||
<li>remove the project</li>
|
||||
</ul>
|
||||
<h2>Projects and Resource Limits</h2>
|
||||
<p>Your account limits (such as the total number of checks) are shared by all projects
|
||||
owned by your account. For example, consider a Business account with two projects,
|
||||
<h2>Projects and Check Limits</h2>
|
||||
<p><strong>Check limit</strong> is the total number of checks your account can have. The specifc
|
||||
limit depends on the account's billing plan.</p>
|
||||
<p>Account's check limit is shared by all projects owned by your account.
|
||||
For example, consider a Business account with two projects,
|
||||
"Project A" and "Project B". If A has 70 checks, then B cannot have more than
|
||||
30 checks, in order to not exceed Bussiness account's total limit of 100.</p>
|
||||
<p>However, only checks from your own projects count towards your account's
|
||||
quota. If you get invited to somebody else's project, that does not change
|
||||
the number of checks you can create in your own projects.</p>
|
||||
<h2>Projects and Team Size Limits</h2>
|
||||
<p><strong>Team size</strong> is the number of unique users you can invite in your projects.
|
||||
The team size limit is also shared by all projects owned by your account.
|
||||
However, if you invite the same user (using the same email address) into several
|
||||
projects, it only takes up a single "seat".</p>
|
||||
<h2>Projects and Monthly Reports</h2>
|
||||
<p>SITE_NAME sends monthly email reports at the
|
||||
start of each month. The monthly reports list a summary of checks from
|
||||
|
@ -37,10 +37,13 @@ The members **can not**:
|
||||
* manage project's billing
|
||||
* remove the project
|
||||
|
||||
## Projects and Resource Limits
|
||||
## Projects and Check Limits
|
||||
|
||||
Your account limits (such as the total number of checks) are shared by all projects
|
||||
owned by your account. For example, consider a Business account with two projects,
|
||||
**Check limit** is the total number of checks your account can have. The specifc
|
||||
limit depends on the account's billing plan.
|
||||
|
||||
Account's check limit is shared by all projects owned by your account.
|
||||
For example, consider a Business account with two projects,
|
||||
"Project A" and "Project B". If A has 70 checks, then B cannot have more than
|
||||
30 checks, in order to not exceed Bussiness account's total limit of 100.
|
||||
|
||||
@ -48,6 +51,12 @@ However, only checks from your own projects count towards your account's
|
||||
quota. If you get invited to somebody else's project, that does not change
|
||||
the number of checks you can create in your own projects.
|
||||
|
||||
## Projects and Team Size Limits
|
||||
|
||||
**Team size** is the number of unique users you can invite in your projects.
|
||||
The team size limit is also shared by all projects owned by your account.
|
||||
However, if you invite the same user (using the same email address) into several
|
||||
projects, it only takes up a single "seat".
|
||||
|
||||
## Projects and Monthly Reports
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user