-
Notifications
You must be signed in to change notification settings - Fork 8
Alert Manager
Panos Trakadas edited this page Jul 26, 2018
·
4 revisions
Alert Manager is responsible (along with the implementation of the 5GTango/Sonata message queuing mechanism) for sending notifications about firing alerts to the subscribed users or processes. After this notification, the user can take advantage of the API to further investigate the fault or activate a websocket to receive real-time monitoring data.
Alert Manager can send notifications to other components using a Pub/Sub mechanism (e.g. RabbitMQ) or communicate directly with users by sending notifications via email or SMS messages.