rty813 commented on issue #3757: URL: https://github.com/apache/hertzbeat/issues/3757#issuecomment-3302123127
This part is not described in detail in the official documentation. I suggest supplementing the documentation. --- Back to the previous question: 1. If an alarm has already resolved and then fires again, it will take at least the repeat interval for the first alert to appear. For example, if the repeat interval is set to 4 hours, and the alarm resolves at the 10th minute, and firing again at the first hour, the notification will not be sent until the 4h + 10m. Will this result in delayed notifications? 2. An alert that fires only once is not affected by the repeat_interval and does not send repeated notifications. Is this by design, or was this scenario not initially considered? If the alert source is Hertzbeat's built-in system, it performs periodic checks, meaning an unresolved issue will be triggered continuously. However, when using an external source, it's possible for an error to fire only once at the beginning and then only send a single resolve notification when the issue is fixed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
