-
Notifications
You must be signed in to change notification settings - Fork 474
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
SIGNL4 Notification Plugin Update #603
Conversation
# Fixed Range Check I realized that SIGNL4 notifications fail in beta 3 with "Details for Status Code are not defined -- 201: Created". However, 201 should be success. The reason seems to be that the line: if status_code in status_code_range: returns true for 200 and 299. But the line if status_code_range[0] <= status_code <= status_code_range[1]: returns true for any value between 200 and 299. The change should make sure that all 2xx status codes are processed as success. I hope this makes sense and I did not miss anything.
Updated SIGNL4 notification plugin for better support of service alerting and two-way status updates.
Updated SIGNL4 notification plugin for better support of service alerting and two-way status updates.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA or my organization already has a signed CLA. |
recheck |
3 similar comments
recheck |
recheck |
recheck |
Sorry for the confusion. I checked the code again and we don't just use the service description for matching, we already use a combination of several values. "X-S4-ExternalID": "Checkmk: " We use this for matching and for sending updates from our side (SIGNL4) back to Checkmk. I hope this is fine then. |
merged today. Thanks for contributing |
Thank you for your interest in contributing to Checkmk!
Consider looking into Readme regarding process details.
General information
This is an update of the SIGNL4 notification plugin for better support for service alerting and two-way status updates.
We are the provider of SIGNL4.
If you should have any questions please just let me know.