monitoring: Select instance_name in multi-select views
Before, if all command transports are configured to filter for a specific instance, no command would have been sent to Icinga.
This commit is contained in:
parent
b0e3dd438f
commit
5afc54d973
|
@ -49,7 +49,8 @@ class HostsController extends Controller
|
|||
'host_obsessing',
|
||||
'host_passive_checks_enabled',
|
||||
'host_problem',
|
||||
'host_state'
|
||||
'host_state',
|
||||
'instance_name'
|
||||
));
|
||||
$this->view->baseFilter = $this->hostList->getFilter();
|
||||
$this->getTabs()->add(
|
||||
|
|
|
@ -41,6 +41,7 @@ class ServicesController extends Controller
|
|||
'host_name',
|
||||
'host_problem',
|
||||
'host_state',
|
||||
'instance_name',
|
||||
'service_acknowledged',
|
||||
'service_active_checks_enabled',
|
||||
'service_description',
|
||||
|
|
Loading…
Reference in New Issue