diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-11-13 15:22:14 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-11-13 15:22:14 -0500 |
commit | 251f68b13f3de80f7d479cbf4592ff011226e137 (patch) | |
tree | f43324ae40764f718ca016c8d06e692e1f94507f /src | |
parent | e4c90dd512548cc71bb72e27e1d5d3a89b83a6e4 (diff) |
Label error as Error
Diffstat (limited to 'src')
-rw-r--r-- | src/task-report.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task-report.html b/src/task-report.html index 16584c8..8c33fe4 100644 --- a/src/task-report.html +++ b/src/task-report.html | |||
@@ -124,7 +124,7 @@ for(i=0; i<providers.length; ++i) { | |||
124 | title: providers[i] + " nodes launched", | 124 | title: providers[i] + " nodes launched", |
125 | target: [ | 125 | target: [ |
126 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')", | 126 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')", |
127 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.error.*), '1h'), 'Ready'), 'ff0000')" | 127 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.error.*), '1h'), 'Error'), 'ff0000')" |
128 | ] | 128 | ] |
129 | })); | 129 | })); |
130 | 130 | ||