You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
3.6 KiB

4 years ago
  1. <h1>Configuring Notifications</h1>
  2. <p>You can set up multiple ways to receive notifications when checks in your account
  3. change state. This is useful for multiple reasons:</p>
  4. <ul>
  5. <li><strong>Redundancy in case of notification failures.</strong> Set up notifications using two different
  6. transports (for example, email and Slack). If one transport fails (e.g., an email
  7. message goes to spam), you still receive the notification over the other transport.</li>
  8. <li><strong>Use different notification methods depending on urgency</strong>. For example, if a
  9. low-priority housekeeping script fails, post a message in chat. If a vital service fails,
  10. post in chat, send an email, and send SMS.</li>
  11. <li>Route notifications to the right people.</li>
  12. </ul>
  13. <p>Notification methods ("integrations") are scoped to a project:
  14. if you want to use a notification method in multiple projects, it must be
  15. set up in each project separately.</p>
  16. <p>In the web interface, the list of checks shows a visual overview of which alerting
  17. methods are enabled for each check. You can click the icons to toggle them on and off:</p>
  18. <p><img alt="Integration icons in the checks list" src="IMG_URL/checks_integrations.png" /></p>
  19. <p>You can also toggle the integrations on and off when viewing an individual check by
  20. clicking on the "ON" / "OFF" labels:</p>
  21. <p><img alt="Integration on/off toggles in the check details page" src="IMG_URL/details_integrations.png" /></p>
  22. <h2>SMS, WhatsApp and Phone Call Monthly Quotas</h2>
  23. <p>SITE_NAME limits the maximum number of SMS, WhatsApp and phone call notifications an
  24. account can send per any given month. The specific limit depends on account's
  25. billing plan.</p>
  26. <p>The limit is applied to the combined number of sent SMS, WhatsApp and phone call
  27. notifications. It automatically resets at the start of each month. The "unused" sends
  28. from one month do not carry over to the next month.</p>
  29. <p>When an account exceeds its monthly limit, SITE_NAME will:</p>
  30. <ul>
  31. <li>Send a warning email to account's primary email address</li>
  32. <li>Show a warning message in the <strong>Integrations</strong> page</li>
  33. </ul>
  34. <h2>Repeated Notifications</h2>
  35. <p>If you want to receive repeated notifications for as long as a particular check is
  36. down, you have a few different options:</p>
  37. <ul>
  38. <li>If you use an <strong>incident management system</strong> (PagerDuty, VictorOps, OpsGenie,
  39. PagerTree), you can set up escalation rules there.</li>
  40. <li>Use the <strong>Pushover</strong> integration with the "Emergency" priority. Pushover will
  41. play a loud notification sound on your phone every 5 minutes until the notification
  42. is acknowledged.</li>
  43. <li>SITE_NAME can send <strong>hourly or daily email reminders</strong> if any check is down
  44. across all projects you have access to.
  45. Set them up in <a href="../../accounts/profile/notifications">Account Settings › Email Reports</a>:</li>
  46. </ul>
  47. <p><img alt="Email reminder options" src="IMG_URL/email_reports.png" /></p>
  48. <h2>Monthly Reports</h2>
  49. <p>SITE_NAME sends monthly email reports at the start of each month. Use them
  50. to make sure all checks have their expected state and nothing has
  51. "fallen through the cracks".</p>
  52. <p>A monthly report shows checks from all projects you have access
  53. to. For each check it lists:</p>
  54. <ul>
  55. <li>check's current status</li>
  56. <li>the number of downtimes by month, for the two previous months</li>
  57. <li>the total downtime duration by month, for the two previous months</li>
  58. </ul>
  59. <p><img alt="Example monthly report" src="IMG_URL/monthly_report.png" /></p>
  60. <p>You can opt out from the monthly reports in the
  61. <a href="../../accounts/profile/notifications/">Account Settings › Email Reports</a> page
  62. or by clicking the "Unsubscribe" link in report's footer.</p>