Commit f94c7661 authored by Justin's avatar Justin

software/monitor: Updated config parameters title & description in node-monitoring json files

parent 1b0ebcc8
......@@ -5,8 +5,8 @@
"properties": {
"promise_cpu_temperature_frequency": {
"default": "2",
"title": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequence at which the promise will be run (unit: minutes)",
"title": "Frequency at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_cpu_temperature_threshold": {
......@@ -29,8 +29,8 @@
},
"promise_ram_available_frequency": {
"default": "2",
"title": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequence at which the promise will be run (unit: minutes)",
"title": "Frequency at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_ram_available_threshold": {
......@@ -53,8 +53,8 @@
},
"promise_network_errors_frequency": {
"default": "5",
"title": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequence at which the promise will be run (unit: minutes)",
"title": "Frequency at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_network_errors_threshold": {
......@@ -71,8 +71,8 @@
},
"promise_network_transit_frequency": {
"default": "1",
"title": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequence at which the promise will be run (unit: minutes)",
"title": "Frequency at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_network_transit_max_data_threshold": {
......@@ -82,7 +82,7 @@
"type": "number"
},
"promise_network_transit_min_data_threshold": {
"default": "O",
"default": "0",
"title": "Minimum data amount on network (unit: MB)",
"description": "Minimum data amount on network below which the promise will fail (unit: MB)",
"type": "number"
......@@ -101,8 +101,8 @@
},
"promise_monitor_space_frequency": {
"default": "5",
"title": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequence at which the promise will be run (unit: minutes)",
"title": "Frequency at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_partition_space_threshold": {
......@@ -113,8 +113,8 @@
},
"promise_free_disk_space_frequency": {
"default": "3",
"title": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequence at which the promise will be run (unit: minutes)",
"title": "Frequency at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_free_disk_space_threshold": {
......
......@@ -4,7 +4,7 @@
"type": "object",
"properties": {
"promise_cpu_temperature_frequency": {
"description": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_cpu_temperature_threshold": {
......@@ -20,7 +20,7 @@
"type": "number"
},
"promise_ram_available_frequency": {
"description": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_ram_available_threshold": {
......@@ -36,7 +36,7 @@
"type": "number"
},
"promise_network_errors_frequency": {
"description": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_network_errors_threshold": {
......@@ -48,7 +48,7 @@
"type": "number"
},
"promise_network_transit_frequency": {
"description": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_network_transit_max_data_threshold": {
......@@ -68,7 +68,7 @@
"type": "number"
},
"promise_monitor_space_frequency": {
"description": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_partition_space_threshold": {
......@@ -76,7 +76,7 @@
"type": "number"
},
"promise_free_disk_space_frequency": {
"description": "Frequence at which the promise will be run (unit: minutes)",
"description": "Frequency at which the promise will be run (unit: minutes)",
"type": "number"
},
"promise_free_disk_space_threshold": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment