-
Notifications
You must be signed in to change notification settings - Fork 986
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
refactor verify http collect response status code #1014
Conversation
should update h2 database with sql:
|
if the statusCodes is list of String ,I think maybe can support fuzzy query,for example ,5** can match 501,502,503 codeetc |
@l646505418 good idea! Make the successCodes is string, because of yml parse the |
4xx , 5xx, 3xx, 2xx may better |
mayeb hertzbeat is widely used by developers and devops, so they should be very familiar with shell and regex |
ok, we can support all. haha |
What's changed?
refactor verify http collect response status code
support
api monitoring
can custom update success status code in web uiChecklist