From 1502b489cda680febc7aee0da582b161a2db11f1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 25 Nov 2014 16:35:09 +0100 Subject: [PATCH] Auto-refresh display of a host's services --- modules/monitoring/application/controllers/ShowController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/application/controllers/ShowController.php b/modules/monitoring/application/controllers/ShowController.php index 330b590eb..e42a7e046 100644 --- a/modules/monitoring/application/controllers/ShowController.php +++ b/modules/monitoring/application/controllers/ShowController.php @@ -82,6 +82,7 @@ class Monitoring_ShowController extends Controller public function servicesAction() { + $this->setAutorefreshInterval(15); $this->getTabs()->activate('services'); $this->_setParam('service', ''); // TODO: This used to be a hack and still is. Modifying query string here.