-
Notifications
You must be signed in to change notification settings - Fork 44
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
Wrong summary Badges in main Menu #365
Comments
Your screenshot looks odd. Why are there so many grey tiles? Grey is used to indicate empty tiles or is used on missing children, but not on processes. A process with only missing children is considered a problem. I guess that's the case with one of yours, it's just not shown as such. Maybe check this with the default theme. |
There is a lot, that I need to model so most is gray at the moment.
Changing the theme did nothing for the discoverability of the cause for the badge. |
If it's really this process, then please share its config and what children it has plus their states. (If a child is a process, then the config again) |
Can you provide a non public upload for the config? |
Describe the bug
I manage to have one Business Process with
One unhandled root node critical
where there is all green or grayand one Business Process where one root node is WARNING but the state in the menu is critical.
The problem with the WARNING being critical is clear from the code:
icingaweb2-module-businessprocess/library/Businessprocess/Web/Navigation/Renderer/ProcessProblemsBadge.php
Line 31 in bd2cb52
icingaweb2-module-businessprocess/library/Businessprocess/Web/Navigation/Renderer/ProcessProblemsBadge.php
Line 42 in bd2cb52
But I don't know why I have
One unhandled root node critical
without problems in the tile or detail view.To Reproduce
Expected behavior
correct badges in the main menu
Screenshots
Your Environment
Include as many relevant details about the environment you experienced the problem in
The text was updated successfully, but these errors were encountered: