Set refresh interval to 0.

This commit is contained in:
Hugo Soucy 2015-03-18 11:27:11 -04:00
parent 4cebc71dca
commit c42ed806a3

View File

@ -1,7 +1,7 @@
{ {
"dashboardConfig": { "dashboardConfig": {
"title": "Unhandled service problems", "title": "Unhandled service problems",
"refreshInterval": "10000", "refreshInterval": "0",
"template": "dashboard", "template": "dashboard",
"components" : [ "components" : [
{ {
@ -81,7 +81,7 @@
}, },
"hostsConfig": { "hostsConfig": {
"title": "Hosts", "title": "Hosts",
"refreshInterval": "10000", "refreshInterval": "0",
"template": "singleTable", "template": "singleTable",
"components": [ "components": [
{ {
@ -114,7 +114,7 @@
}, },
"servicesConfig": { "servicesConfig": {
"title": "Services", "title": "Services",
"refreshInterval": "10000", "refreshInterval": "0",
"template": "singleTable", "template": "singleTable",
"components": [{ "components": [{
"type": "table", "type": "table",