-
Notifications
You must be signed in to change notification settings - Fork 580
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
Hosts disappears in Web after deployment #7024
Comments
I've fixed something for 2.11 which might solve this, specifically #6970. |
@dnsmichi Thank you, that could be the fix. I will test it when 2.11 is released. |
You can test the snapshot packages, e.g. within the Vagrant boxes. |
I testet it with the version 2.10.2+257.g856d3a1b4.2019.02.23+1.bionic-0 and at the moment i cannot reproduce the error. So it seems that your fix worked. Thank you @dnsmichi |
Ok, thanks for testing. I'll mark this as resolved for 2.11 then. The patch is a bit tad larger, so I cannot backport to 2.10 for now. |
@lippserd We testet it with the snapshot build above. Because the behavior only appears on our big production environment we tested this on prod. With this build we could not reproduce the error. After testing we go back on a stable release because we were facing some stability issues on the masters with the snapshot build. #7125 May also test with 2.11 snapshot build? Cheers, |
Expected Behavior
After an deployment in the director, the icingaweb2 should display all hosts as normal.
Current Behavior
After an deployment in the director, the hosts disappears in the web. It takes some seconds before the hosts are not visible.
After 1-2 minutes, the hosts are visible again.
Possible Solution
After some talks on the Icinga Camp Berlin, it could be that the Icinga Core is setting the Hosts on inactive in the DB after an deployment. (For this reason a bug ticket in the core, not web. If misrouted please give notice)
Steps to Reproduce (for bugs)
Context
Frequently deployments restrict the work on the web for many teams, when the hosts are not visible for minutes.
Your Environment
icinga2 --version
): r2.10.3-1icinga2 feature list
): api checker command ido-mysql mainlog notificationicinga2 daemon -C
):zones.conf
file (oricinga2 object list --type Endpoint
andicinga2 object list --type Zone
) from all affected nodes.The text was updated successfully, but these errors were encountered: