Feature #12213
openSupport for preferring a particular host status in the global view
Description
Currently we have this story implemented:
- As a user I want to see the overall host status derived from all report types statuses.
I would argue that sometimes (probably per-host) you want to only display a specific status check on the Hosts index. For example, if I have Puppet and a (fictional, as yet) Nagios status, I might only care about Nagios on hosts where Puppet is not running.
I'd word this as either:
- As a user, I want to be able to select a specific host status to display as the overall host status
or (probably better)
- As a user, I want to be able to remove specific host statuses from the overall aggregate status
Updated by Greg Sutcliffe about 9 years ago
- Related to Feature #10782: Add global status for hosts added
Updated by Marek Hulán about 9 years ago
I think that changing which states would affect global state of host by user would cause a lot of confuse. States already define "relevant?" method, so when e.g. puppet is not used, configuration status is not relevant and not being saved hence not even displayed in host detail. I think what we need is customizable host table column list (per user) so people interested in specific state can see only that one. I'd say that global status should remain untouched at least to keep searching and API consistent.
Updated by Dominic Cleal about 9 years ago
I agree with Marek. Either a customisable table, or somehow showing all detailed statuses in a minimal way (like miniature squares next to the status icon), may help.
Updated by Greg Sutcliffe about 9 years ago
Either of those sounds fine - my concern is that, as a user, I've potentially lost an overview. Sure, I can mouse-over or drill down into a host page for all statuses, but the at-a-glance health check is gone.