github-actions[bot] commented on issue #16431: URL: https://github.com/apache/dolphinscheduler/issues/16431#issuecomment-2277582173
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened My English is not good, I added the Chinese description I found the following issues while using the http alarm, the http alarm from dolphinScheduler did not seem to be able to send requests to ports other than 80. I configured port 8008 in the URL attribute of the http alarm, but this configuration did not seem to take effect. I was prompted by dolphinScheduler that port 80 of the host timed out. I found the following problem when using http alarms. The http alarm of dolphinScheduler seems to be unable to send requests to ports other than 80. I configured port 8008 in the URL attribute in the http alarm, but this configuration does not seem to take effect. dolphinScheduler prompts me The host's port 80 connection timed out. My dolphinScheduler configuration: My dolphinScheduler alarm configuration  My dolphinScheduler3.1.2 alert-server log:  My springboot application configuration is used to receive the above dolphinScheduler trigger http alarms My springboot application is configured to receive http alarms triggered by the above dolphinScheduler   I'm pretty sure I turned off the firewall, and the alarm group and alarm policy configuration are fine, and I'd like the community's help I'm pretty sure I've turned off the firewall and there's nothing wrong with the alert group and alert policy configuration, I'd love some help from the community ### What you expected to happen My springboot service should have received an http request from the dolphinScheduler, but it did no My springboot service should receive the http request from dolphinScheduler, but it doesn't ### How to reproduce Repeat step: Configure the http alarm, define web port 8008 in the url, start a springboot service with port 8008 and ensure that the url is the same, and use dolphinScheduler to trigger the alarm. Steps to reproduce: Configure http alarms, define the web port in the URL as 8008, start a springboot service with port 8008, and ensure that the two URLs are the same, and use dolphinScheduler to trigger the alarm ### Anything else This issue arises every time I trigger the http alarm task on dolphinScheduler 3.1.2 This problem occurs every time I trigger the http alarm task on dolphinScheduler 3.1.2 ### Version 3.1.x ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
