diff options
Diffstat (limited to 'src/js')
-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 | ||