Duansg commented on issue #3757: URL: https://github.com/apache/hertzbeat/issues/3757#issuecomment-3290582476
> 1. Even if the alarm has been resolved or deleted manually, will it not re-trigger the `wait time`? > 2. Now there is a firing alarm, and I set the repeat interval to 60s, but the notification is not sent repeatedly. Did I do something wrong? 1. I checked that deleting alerts does not clear the status of the aggregation group. You can adjust the interval durations for `group_wait` and `group_interval`, then observe whether secondary alerts occur within the `group_interval` window. 2. Since there are no logs for this current section, I'm unsure exactly what you're encountering. Perhaps you could debug to confirm which conditional statement isn't being met. You might want to focus your troubleshooting on the following methods: ``` org.apache.hertzbeat.alert.reduce.AlarmGroupReduce#shouldSendGroup org.apache.hertzbeat.alert.reduce.AlarmGroupReduce#sendGroupAlert ``` Or check if there are any other error logs in the backend. However, the current logic appears to be functioning normally. I'm not sure if I've overlooked anything. If you could provide more information, that would be most helpful. -- 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]
