Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix-16272][Alert Server] Alarm server failed to send alarm #16274

Closed
wants to merge 1 commit into from

Conversation

wangbowen1024
Copy link
Contributor

@wangbowen1024 wangbowen1024 commented Jul 4, 2024

Purpose of the pull request

close #16272
Fix Alarm server failed to send alarm

Cause analysis

because json Conversion exception.
like this script alert plugin:
image
and debug then get the json string:
image
then want to conversion to PluginParams.class:
image
but ,the PluginParams is not what we want, the params will Construct ScriptSender:
image
image
so, we just need to Conversion json to map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant