-
Notifications
You must be signed in to change notification settings - Fork 579
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
Icinga2 does not reliably collect all performance data values during reload #6841
Labels
Milestone
Comments
|
dnsmichi
added
area/metrics
General metrics handling
needs feedback
We'll only proceed once we hear from you again
labels
Dec 17, 2018
|
I guess the problem is caused by queue data getting dropped during reload. |
Al2Klimov
added a commit
that referenced
this issue
Jan 8, 2019
dnsmichi
added
bug
Something isn't working
and removed
needs feedback
We'll only proceed once we hear from you again
labels
Jan 9, 2019
Scheduling for 2.11 to not forget that code is in git master already for this. |
This was referenced Feb 20, 2019
dnsmichi
removed
the
needs feedback
We'll only proceed once we hear from you again
label
Feb 25, 2019
ref/NC/591065 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When we deploy a new configuration using the Director some performance data is lost, but the actual checks are executed (either by the satellites or the core itself).
Expected Behavior
No performance data should be lost during reload of the Icinga2 core.
Current Behavior
Some random performance data is lost when the core reloads its configuration.
Possible Solution
Buffer check results during the reload phase of the Icinga2 core so that no performance data is lost.
Steps to Reproduce (for bugs)
Context
We want to collect performance counters in a reliable way.
Your Environment
Version used: Icinga2: r2.10.2-1, IcingaWeb2: 2.5.0, Director 1.3.1
Operating Systems: Debian 8
The text was updated successfully, but these errors were encountered: