You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service history of checks, which are applied directly to both ha-masters, is reproducable mixed up.
So far I observed this behaviour only with checks between both masters.
To Reproduce
have an ha-setup
apply "random" to both masters
the history of both checks should mix up
Expected behavior
No mixup of service histories should happen.
Screenshots
I observed this the first time during an outage when I looked at another check, which was applied directly to both masters.
In this case, the complete history of this check on master02 is stuffed into the history of the same check at master01:
yesterday I reproduced it with "random".
here are pieces of the check on master01 mixed into the history of the check on master02:
(on a sidenote: the initial state change is counted as 2 / 3)
Your Environment
Include as many relevant details about the environment you experienced the problem in
Version used (icinga2 --version): 2.15.2
Operating System and version: RHEL 8.10
Enabled features (icinga2 feature list):
Icinga Web 2 version and modules (System - About): 2.12.5
Describe the bug
The service history of checks, which are applied directly to both ha-masters, is reproducable mixed up.
So far I observed this behaviour only with checks between both masters.
To Reproduce
Expected behavior
No mixup of service histories should happen.
Screenshots
I observed this the first time during an outage when I looked at another check, which was applied directly to both masters.
In this case, the complete history of this check on master02 is stuffed into the history of the same check at master01:
yesterday I reproduced it with "random".
here are pieces of the check on master01 mixed into the history of the check on master02:
(on a sidenote: the initial state change is counted as 2 / 3)
Your Environment
Include as many relevant details about the environment you experienced the problem in
icinga2 --version): 2.15.2icinga2 feature list):icinga2 daemon -C):Additional context