monitoring: Select the service group alias in the servicegroups ovweview
refs #8266
This commit is contained in:
parent
9fe720e715
commit
7e05de1255
|
@ -499,6 +499,7 @@ class Monitoring_ListController extends Controller
|
||||||
$this->setAutorefreshInterval(12);
|
$this->setAutorefreshInterval(12);
|
||||||
$query = $this->backend->select()->from('groupsummary', array(
|
$query = $this->backend->select()->from('groupsummary', array(
|
||||||
'servicegroup',
|
'servicegroup',
|
||||||
|
'servicegroup_alias',
|
||||||
'hosts_up',
|
'hosts_up',
|
||||||
'hosts_unreachable_handled',
|
'hosts_unreachable_handled',
|
||||||
'hosts_unreachable_unhandled',
|
'hosts_unreachable_unhandled',
|
||||||
|
|
Loading…
Reference in New Issue