Merge "config.json: Bring back auto-refresh"
This commit is contained in:
commit
14d23cddb6
@ -4,7 +4,7 @@
|
|||||||
},
|
},
|
||||||
"dashboardConfig": {
|
"dashboardConfig": {
|
||||||
"title": "Unhandled service problems",
|
"title": "Unhandled service problems",
|
||||||
"refreshInterval": 0,
|
"refreshInterval": 30,
|
||||||
"template": "dashboard",
|
"template": "dashboard",
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
@ -179,7 +179,7 @@
|
|||||||
},
|
},
|
||||||
"liveHosts": {
|
"liveHosts": {
|
||||||
"title": "Hosts",
|
"title": "Hosts",
|
||||||
"refreshInterval": 0,
|
"refreshInterval": 30,
|
||||||
"template": "single_table",
|
"template": "single_table",
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
@ -217,7 +217,7 @@
|
|||||||
},
|
},
|
||||||
"liveServices": {
|
"liveServices": {
|
||||||
"title": "Services",
|
"title": "Services",
|
||||||
"refreshInterval": 0,
|
"refreshInterval": 30,
|
||||||
"template": "single_table",
|
"template": "single_table",
|
||||||
"components": [
|
"components": [
|
||||||
{
|
{
|
||||||
@ -253,22 +253,22 @@
|
|||||||
},
|
},
|
||||||
"host": {
|
"host": {
|
||||||
"title": "Host",
|
"title": "Host",
|
||||||
"refreshInterval": 0,
|
"refreshInterval": 30,
|
||||||
"template": "host"
|
"template": "host"
|
||||||
},
|
},
|
||||||
"service": {
|
"service": {
|
||||||
"title": "Service",
|
"title": "Service",
|
||||||
"refreshInterval": 0,
|
"refreshInterval": 30,
|
||||||
"template": "service"
|
"template": "service"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"title": "Drupal",
|
"title": "Drupal",
|
||||||
"refreshInterval": 0,
|
"refreshInterval": 30,
|
||||||
"template": "drupal"
|
"template": "drupal"
|
||||||
},
|
},
|
||||||
"drupalDashboard": {
|
"drupalDashboard": {
|
||||||
"title": "Drupal dashboard",
|
"title": "Drupal dashboard",
|
||||||
"refreshInterval": 0,
|
"refreshInterval": 30,
|
||||||
"template": "drupal_dashboard",
|
"template": "drupal_dashboard",
|
||||||
"hostsMap": {
|
"hostsMap": {
|
||||||
"drupal": "Wonderful Drupal Website"
|
"drupal": "Wonderful Drupal Website"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user