Magpie monitors the health of clusters and has the ability to send notifications when the health status of a cluster changes. Notifications are sent via email.
This is an example of creating a notification subscription for a cluster.
alter cluster main add email notification subscription with to admins@xyx.co
The to
parameter is optional. By default, notifications will be sent to the email address of the user creating the subscription.