Set refresh interval to 0.
This commit is contained in:
parent
4cebc71dca
commit
c42ed806a3
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user