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:
Eric Lippmann 2016-04-12 13:23:13 +02:00
parent b0e3dd438f
commit 5afc54d973
2 changed files with 3 additions and 1 deletions

View File

@ -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(

View File

@ -41,6 +41,7 @@ class ServicesController extends Controller
'host_name',
'host_problem',
'host_state',
'instance_name',
'service_acknowledged',
'service_active_checks_enabled',
'service_description',