diff --git a/application/controllers/HostsController.php b/application/controllers/HostsController.php index a960bf8..0078439 100644 --- a/application/controllers/HostsController.php +++ b/application/controllers/HostsController.php @@ -85,6 +85,8 @@ class HostsController extends IcingadbGraphiteController if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) { $this->sendMultipartUpdate(); } + + $this->setAutorefreshInterval(30); } public function completeAction() diff --git a/application/controllers/ServicesController.php b/application/controllers/ServicesController.php index df82e31..67c692b 100644 --- a/application/controllers/ServicesController.php +++ b/application/controllers/ServicesController.php @@ -86,6 +86,8 @@ class ServicesController extends IcingadbGraphiteController if (! $searchBar->hasBeenSubmitted() && $searchBar->hasBeenSent()) { $this->sendMultipartUpdate(); } + + $this->setAutorefreshInterval(30); } public function completeAction()