Feature: Rewrite check kernel - #533
Closed
LordHepipud wants to merge 1 commit into
Closed
Conversation
|
We have noticed on version 1.10 of the framework most likely a side effect of the slightly high consumption in certain moments and in any case much better than previous versions, however many checks timeout and go into an unknown state if there are few resources or the server is under load. They do recover however the monitoring and performance metrics have notable holes. Hopefully this can be addressed with the kernel rewrite. Another small step is required for the framework to be reliable on all server workloads. We have over 5k windows servers now with the framework so we were able to witness this behaviour on a consistent basis. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current handling for compiling Icinga for Windows checks causes various issues in certain situations. These include:
To resolve this, the entire check kernel backend is re-written and redesigned with less overhead and proper evaluation.
Fixes #131
Fixes #435
Fixes #503
Fixes #528