-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fix that unreachable hosts and services are not shown as such #803
Merged
nilmerg
merged 6 commits into
master
from
fix/unreachable-hosts-and-services-not-shown-802
Jul 21, 2023
Merged
Fix that unreachable hosts and services are not shown as such #803
nilmerg
merged 6 commits into
master
from
fix/unreachable-hosts-and-services-not-shown-802
Jul 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nilmerg
added
bug
Something isn't working
area/representation
Affects the representation of information
labels
Jul 10, 2023
nilmerg
force-pushed
the
fix/unreachable-hosts-and-services-not-shown-802
branch
from
July 10, 2023 15:21
74b5a5d
to
7ecd414
Compare
Implemented based on this configuration:
|
nilmerg
force-pushed
the
fix/unreachable-hosts-and-services-not-shown-802
branch
3 times, most recently
from
July 20, 2023 11:11
943b521
to
842165c
Compare
flourish86
approved these changes
Jul 20, 2023
It's based on the objects reachable state, but this doesn't seem to relate to the check source at all.
* Lists show it in their visual and title area * The tatical view includes a slice for them * State badges (list footers, hostgroups) also show a badge
* Lists show it in their visual and title area * The tatical view includes a slice for them * State badges (list footers, host-/servicegroups) also show a badge
nilmerg
force-pushed
the
fix/unreachable-hosts-and-services-not-shown-802
branch
from
July 21, 2023 08:24
e815f3b
to
966bb50
Compare
sukhwinder33445
added a commit
to Icinga/icingaweb2-module-cube
that referenced
this pull request
Mar 25, 2024
Icingadb-web no longer has the unreachable state and the Hoststatesummary columns `hosts_unreachable_handled` and `hosts_unreachable_unhandled` are removed in Icinga/icingadb-web#803. The unreachable column is merged as the following: * hosts_down_handled = (down && (handled || ! reachable) * hosts_down_unhandled = (down && ! handled && reachable)
sukhwinder33445
added a commit
to Icinga/icingaweb2-module-cube
that referenced
this pull request
Mar 25, 2024
Icingadb-web no longer has the unreachable state and the `Hoststatesummary` columns `hosts_unreachable_handled` and `hosts_unreachable_unhandled` are removed. (see: Icinga/icingadb-web#803). The unreachable column is merged as the following: * hosts_down_handled = (down && (handled || ! reachable) * hosts_down_unhandled = (down && ! handled && reachable)
sukhwinder33445
added a commit
to Icinga/icingaweb2-module-cube
that referenced
this pull request
Mar 25, 2024
Icingadb-web no longer has the unreachable state and the `Hoststatesummary` columns `hosts_unreachable_handled` and `hosts_unreachable_unhandled` are removed. (see: Icinga/icingadb-web#803). The unreachable column is merged as the following: * hosts_down_handled = (down && (handled || ! reachable) * hosts_down_unhandled = (down && ! handled && reachable)
sukhwinder33445
added a commit
to Icinga/icingaweb2-module-cube
that referenced
this pull request
Apr 12, 2024
Icingadb-web no longer has the unreachable state and the `Hoststatesummary` columns `hosts_unreachable_handled` and `hosts_unreachable_unhandled` are removed. (see: Icinga/icingadb-web#803). The unreachable column is merged as the following: * hosts_down_handled = (down && (handled || ! reachable) * hosts_down_unhandled = (down && ! handled && reachable)
sukhwinder33445
added a commit
to Icinga/icingaweb2-module-cube
that referenced
this pull request
Apr 12, 2024
Icingadb-web no longer has the unreachable state and the `Hoststatesummary` columns `hosts_unreachable_handled` and `hosts_unreachable_unhandled` are removed. (see: Icinga/icingadb-web#803). The unreachable column is merged as the following: * hosts_down_handled = (down && (handled || ! reachable) * hosts_down_unhandled = (down && ! handled && reachable)
nilmerg
pushed a commit
to Icinga/icingaweb2-module-cube
that referenced
this pull request
Apr 12, 2024
Icingadb-web no longer has the unreachable state and the `Hoststatesummary` columns `hosts_unreachable_handled` and `hosts_unreachable_unhandled` are removed. (see: Icinga/icingadb-web#803). The unreachable column is merged as the following: * hosts_down_handled = (down && (handled || ! reachable) * hosts_down_unhandled = (down && ! handled && reachable)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/representation
Affects the representation of information
bug
Something isn't working
cla/signed
CLA is signed by all contributors of a PR
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #802