Users Guide

Issue: How does a user can get the service
dependencies of all notification-related services?
Answer
Notifications rely on high-level service dependencies such as Telegraf, Kafka, and Postgresql.
Issue: Database connection error in the notifications
service logs at start-up
Reason
It is because the notification service is up before the database and the re-connection is tried until a connection to the database
is achieved.
Question: Is there any limit to notification service
retries?
Answer
There is a service-side threshold of 10 retries, after which the service is restarted and attempts for another 10 times, after
which the service must be manually started.
Issue: Alert is disabled
Description
Answer
If an alert is disabled and a user tries to disable it again from
the listing page, then the window shows that the alert is
enabled and the user can disable it.
The alert definitions can be disabled multiple times. The alert
definitions are disabled for the future generated alerts.
If the alerts are disabled at any level, including the test alerts,
are they stored in the database?
Yes, to maintain the track for historical alerts, the alerts are
stored in the database but are not displayed in UI.
has the option to
Troubleshooting
11