Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SeveritySort: Remove undefined column
hosts(_unhandled)_unreachable
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)
- Loading branch information