Browse Source

Documentation: notes about resource limits

pull/340/head
Pēteris Caune 5 years ago
parent
commit
490362638f
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
4 changed files with 48 additions and 6 deletions
  1. +11
    -0
      templates/docs/configuring_notifications.html
  2. +15
    -0
      templates/docs/configuring_notifications.md
  3. +10
    -3
      templates/docs/projects_teams.html
  4. +12
    -3
      templates/docs/projects_teams.md

+ 11
- 0
templates/docs/configuring_notifications.html View File

@ -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><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>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> <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> <h2>Repeated Notifications</h2>
<p>If you want to receive repeated notifications for as long as a particular check is <p>If you want to receive repeated notifications for as long as a particular check is
down, you have a few different options:</p> down, you have a few different options:</p>


+ 15
- 0
templates/docs/configuring_notifications.md View File

@ -24,6 +24,21 @@ You can also toggle the integrations on and off when viewing an individual check
![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
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 ## Repeated Notifications
If you want to receive repeated notifications for as long as a particular check is If you want to receive repeated notifications for as long as a particular check is


+ 10
- 3
templates/docs/projects_teams.html View File

@ -29,14 +29,21 @@ are listed as <strong>members</strong>. The members can:</p>
<li>manage project's billing</li> <li>manage project's billing</li>
<li>remove the project</li> <li>remove the project</li>
</ul> </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 "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> 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 <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 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> 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> <h2>Projects and Monthly Reports</h2>
<p>SITE_NAME sends monthly email reports at the <p>SITE_NAME sends monthly email reports at the
start of each month. The monthly reports list a summary of checks from start of each month. The monthly reports list a summary of checks from

+ 12
- 3
templates/docs/projects_teams.md View File

@ -37,10 +37,13 @@ The members **can not**:
* manage project's billing * manage project's billing
* remove the project * 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 "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. 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 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. 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 ## Projects and Monthly Reports


Loading…
Cancel
Save