Skip to content
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

Show a list of affected children in the host/service detail if it has a problem and is part of a dependency #1064

Open
nilmerg opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or improvement

Comments

@nilmerg
Copy link
Member

nilmerg commented Sep 24, 2024

As a complement to #1050, we want to list the most severe children that are affected by a parent in its detail area.

It should look like this:

Notes

  • The list may contain objects of type host, service and redundancy group
  • It is shown if any of the dependencies, the object is the parent of, have failed
  • Only direct children and only those whose dependency has failed are listed
    • Results are ordered by severity, if applicable
    • Restrictions apply as usual
  • Each item links to its detail area
  • Results are limited to 5 in total
  • The list is entirely replaceable by hooks of type ObjectDetailExtensionHook
    • It is located in the RELATED section and uses the position 510
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant