In this guide you will learn how to enable WordPress application monitoring, configure contacts and alerts with Sail CLI.
Note: The uptime and health monitoring is a paid feature available only for users with an active Sail Premium subscription.
The Sail Monitor can check whether your site is working or not every minute, and send you e-mail and text alerts if it's down. In addition to that, the Monitor runs periodic health-checks on your Sail server, to make sure everything is running and up-to-date.
To enable the monitor for your Sail project, run:
sail monitor enable
This will enable both the uptime monitor as well as the health-check monitor. Note that it may take a couple of minutes for the metrics to start showing.
You can view the status of your monitor using:
sail monitor status
This will show you the current uptime data, and the results of the last successful health-check on your server. Here's an example output:
The uptime data shows:
This data is available in almost real-time.
The health section shows:
Health data is updated after a health-check runs against your server. Typically we run one when monitoring is first enabled, and then a couple of times per day.
If you'd like to be notified when your site goes DOWN and back UP, you should add contacts to the Sail Monitor. We currently support phone and e-mail contacts. To add a contact run:
sail monitor contact add john@example.org
To add a phone number use:
sail monitor contact add +140411223344
Make sure you use the full phone number with country and area codes, no spaces or any other non-numeric characters, except the leading plus sign.
Before a contact can receive alerts, it has to be verified. A message will be sent to the contact, containing a 6-digit verification code. Use this code to verify the contact, for example:
sail monitor contact verify john@example.org 123456
After a contact is verified, it will receive alerts from Sail Monitor.
To list all existing contacts for your Sail application, use:
sail monitor contact list
Delete a contact with:
sail monitor contact delete john@example.org
The monitor will send up/down notifications to the defined and verified contacts. If you wish to pause the alerts, when undergoing maintenance for example, use:
sail monitor snooze 30m
This will snooze the alerts for 30 minutes. If you wish to unsnooze alerts, run:
sail monitor unsnooze
You can disable monitoring with:
sail monitor disable
This will stop the downtime monitor and health checks completely.
If your site is DOWN, here's a general list of things you should do:
sail logs
If you have any questions about uptime and health monitoring, managing contacts and alerts, feel free to get in touch.