Duansg commented on issue #3646: URL: https://github.com/apache/hertzbeat/issues/3646#issuecomment-3168626844
> ### Question > 大数据平台的组件发生告警后,通过webhook调用hertzbeat api发送告警到hertzbeat. hertzbeat成功记录告警。为critical状态。 > > 然后组件修复后,也会自动发送该组件状态变为OK的告警到hertzbeat,这时候api如何请求,才能将hertzbeat这条告警设置为resolved状态(清除)。 > > 例如kafka broker挂了,然后就发送到hertzbeat告警A。过了半小时后恢复,如何调用api通知hertzbeat应该清除告警A Set the trigger time `startAt` for the alarm, and set `endAt` for recovery, which indicates that the alarm has been restored. -- 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: notifications-unsubscr...@hertzbeat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
