diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php
index 948050db6..540f21bae 100644
--- a/modules/monitoring/application/controllers/ListController.php
+++ b/modules/monitoring/application/controllers/ListController.php
@@ -534,6 +534,7 @@ class Monitoring_ListController extends Controller
'hosts_unreachable_last_state_change_handled',
'hosts_down_last_state_change_unhandled',
'hosts_unreachable_last_state_change_unhandled',
+ 'hosts_total',
'services_ok',
'services_unknown_handled',
'services_unknown_unhandled',
diff --git a/modules/monitoring/application/views/scripts/list/hostgroups.phtml b/modules/monitoring/application/views/scripts/list/hostgroups.phtml
index 90e96e660..89045d9ab 100644
--- a/modules/monitoring/application/views/scripts/list/hostgroups.phtml
+++ b/modules/monitoring/application/views/scripts/list/hostgroups.phtml
@@ -22,6 +22,7 @@ if (count($hostgroups) === 0) {
= $this->translate('Last Problem'); ?>
= $this->translate('Host Group'); ?>
+ = $this->translate('Total Hosts'); ?>
= $this->translate('Total Services'); ?>
= $this->translate('Service States'); ?>
@@ -68,6 +69,17 @@ if (count($hostgroups) === 0) {
array('title' => sprintf($this->translate('List all hosts in the group "%s"'), $h->hostgroup_alias))
); ?>
+