pj001 opened a new issue, #3982: URL: https://github.com/apache/hertzbeat/issues/3982
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior <img width="1836" height="678" alt="Image" src="https://github.com/user-attachments/assets/87f5ccf5-5813-4d2b-bed5-e03ac2d9cf74" /> 通过这段代码,我发现自定义http 监控模板流程存在bug,比如我配置的多个http任务,如果都设置0的情况,可能a任务down,b任务成功。最终监控中心显示任务成功,也可能失败。然后如果多个http任务,比如我是多平台获取http指标,首先通过a平台获取任务信息http地址,然后转换b平台获取指标,当a平台成功,b平台失败时,任务任然显示成功,我没办法通过 priority 配置,因为有顺序问题,必须使用0,1,2,3这种。我认为这里应该是可配置的,当yml中http任务有一个任务失败,则整个任务失败,或有一个任务成功则整个http任务成功,大多数情况是第一种。 ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Environment ```markdown HertzBeat version(s):1.8.0 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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.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
