From bb53d8ccba0d07eeb2060273c7c0a926565b2f03 Mon Sep 17 00:00:00 2001 From: aviau Date: Fri, 26 Jun 2015 16:27:14 -0400 Subject: [PATCH] config.json: Bring back auto-refresh Change-Id: Ifbd47e0ec1f2a1c1b8a5d3751f45bd3dc13e2fc2 --- app/components/config/config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/components/config/config.json b/app/components/config/config.json index 61c4c4d..a7bd87c 100644 --- a/app/components/config/config.json +++ b/app/components/config/config.json @@ -4,7 +4,7 @@ }, "dashboardConfig": { "title": "Unhandled service problems", - "refreshInterval": 0, + "refreshInterval": 30, "template": "dashboard", "components": [ { @@ -179,7 +179,7 @@ }, "liveHosts": { "title": "Hosts", - "refreshInterval": 0, + "refreshInterval": 30, "template": "single_table", "components": [ { @@ -217,7 +217,7 @@ }, "liveServices": { "title": "Services", - "refreshInterval": 0, + "refreshInterval": 30, "template": "single_table", "components": [ { @@ -253,22 +253,22 @@ }, "host": { "title": "Host", - "refreshInterval": 0, + "refreshInterval": 30, "template": "host" }, "service": { "title": "Service", - "refreshInterval": 0, + "refreshInterval": 30, "template": "service" }, "drupal": { "title": "Drupal", - "refreshInterval": 0, + "refreshInterval": 30, "template": "drupal" }, "drupalDashboard": { "title": "Drupal dashboard", - "refreshInterval": 0, + "refreshInterval": 30, "template": "drupal_dashboard", "servicesMap": { "drupal_cache": "Drupal cache",