diff options
| author | Monty Taylor <mordred@inaugust.com> | 2016-01-19 10:55:39 -0500 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2016-01-19 10:55:39 -0500 |
| commit | 0250a935ea7f825c9304b30ce282e0e04b5dcbeb (patch) | |
| tree | 99f23611257947e53aa5328909e1a2a9c26f64ba /src | |
| parent | 6eaf816e800eda5cb860bb00965b215f62bef7bc (diff) | |
Bump ymax for bluebox and internap
Diffstat (limited to 'src')
| -rw-r--r-- | src/js/task-report.js | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/js/task-report.js b/src/js/task-report.js index 485b27d..a694f36 100644 --- a/src/js/task-report.js +++ b/src/js/task-report.js | |||
| @@ -96,7 +96,7 @@ for(i=0; i<big_providers.length; ++i) { | |||
| 96 | bgcolor: 'ffffff', | 96 | bgcolor: 'ffffff', |
| 97 | fgcolor: '000000', | 97 | fgcolor: '000000', |
| 98 | areaMode: 'stacked', | 98 | areaMode: 'stacked', |
| 99 | yMax: '40', | 99 | yMax: '60', |
| 100 | title: "Blue Box nodes launched", | 100 | title: "Blue Box nodes launched", |
| 101 | target: [ | 101 | target: [ |
| 102 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.bluebox*.ready), '1h'), 'Ready'), '00ff22')", | 102 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.bluebox*.ready), '1h'), 'Ready'), '00ff22')", |
| @@ -111,11 +111,11 @@ for(i=0; i<big_providers.length; ++i) { | |||
| 111 | bgcolor: 'ffffff', | 111 | bgcolor: 'ffffff', |
| 112 | fgcolor: '000000', | 112 | fgcolor: '000000', |
| 113 | areaMode: 'stacked', | 113 | areaMode: 'stacked', |
| 114 | yMax: '400', | 114 | yMax: '60', |
| 115 | title: "OVH nodes launched", | 115 | title: "Internap nodes launched", |
| 116 | target: [ | 116 | target: [ |
| 117 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.ovh*.ready), '1h'), 'Ready'), '00ff22')", | 117 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.internap*.ready), '1h'), 'Ready'), '00ff22')", |
| 118 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.ovh*.error.*), '1h'), 'Error'), 'ff0000')" | 118 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.internap*.error.*), '1h'), 'Error'), 'ff0000')" |
| 119 | ] | 119 | ] |
| 120 | })); | 120 | })); |
| 121 | 121 | ||
| @@ -126,11 +126,11 @@ for(i=0; i<big_providers.length; ++i) { | |||
| 126 | bgcolor: 'ffffff', | 126 | bgcolor: 'ffffff', |
| 127 | fgcolor: '000000', | 127 | fgcolor: '000000', |
| 128 | areaMode: 'stacked', | 128 | areaMode: 'stacked', |
| 129 | yMax: '20', | 129 | yMax: '400', |
| 130 | title: "Internap nodes launched", | 130 | title: "OVH nodes launched", |
| 131 | target: [ | 131 | target: [ |
| 132 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.internap*.ready), '1h'), 'Ready'), '00ff22')", | 132 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.ovh*.ready), '1h'), 'Ready'), '00ff22')", |
| 133 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.internap*.error.*), '1h'), 'Error'), 'ff0000')" | 133 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider.ovh*.error.*), '1h'), 'Error'), 'ff0000')" |
| 134 | ] | 134 | ] |
| 135 | })); | 135 | })); |
| 136 | 136 | ||
