parent
6906ea89b7
commit
94693fe3e7
|
@ -47,6 +47,7 @@ class Hostgroupsummary extends DataView
|
|||
public function getStaticFilterColumns()
|
||||
{
|
||||
return array(
|
||||
'instance_name',
|
||||
'hosts_severity',
|
||||
'host', 'host_alias', 'host_display_name', 'host_name',
|
||||
'hostgroup',
|
||||
|
|
|
@ -30,6 +30,7 @@ class Hoststatussummary extends DataView
|
|||
public function getStaticFilterColumns()
|
||||
{
|
||||
return array(
|
||||
'instance_name',
|
||||
'host', 'host_alias', 'host_display_name', 'host_name',
|
||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
'service', 'service_description', 'service_display_name',
|
||||
|
|
|
@ -42,6 +42,7 @@ class Servicegroupsummary extends DataView
|
|||
public function getStaticFilterColumns()
|
||||
{
|
||||
return array(
|
||||
'instance_name',
|
||||
'services_severity',
|
||||
'host', 'host_alias', 'host_display_name', 'host_name',
|
||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
|
|
|
@ -35,6 +35,7 @@ class Servicestatussummary extends DataView
|
|||
public function getStaticFilterColumns()
|
||||
{
|
||||
return array(
|
||||
'instance_name',
|
||||
'host', 'host_alias', 'host_display_name', 'host_name',
|
||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
'service', 'service_description', 'service_display_name',
|
||||
|
|
|
@ -101,6 +101,7 @@ class StatusSummary extends DataView
|
|||
public function getStaticFilterColumns()
|
||||
{
|
||||
return array(
|
||||
'instance_name',
|
||||
'host', 'host_alias', 'host_display_name', 'host_name',
|
||||
'hostgroup', 'hostgroup_alias', 'hostgroup_name',
|
||||
'service', 'service_description', 'service_display_name',
|
||||
|
|
Loading…
Reference in New Issue