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.

74 lines
3.2 KiB

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