182a205
From 2046706949717a73ef79227e0448c2ad82f62c9e Mon Sep 17 00:00:00 2001
182a205
From: Joel Uckelman <uckelman@nomic.net>
182a205
Date: Tue, 4 Mar 2014 12:07:04 +0100
182a205
Subject: [PATCH] Updated Color to match DataSources and DSName for
182a205
 single-series graphs.
182a205
182a205
(cherry picked from commit 2d118ccc9dc78524b4b436dc14906ff433eefb42)
182a205
---
182a205
 contrib/collection3/etc/collection.conf | 10 +++++-----
182a205
 1 file changed, 5 insertions(+), 5 deletions(-)
182a205
182a205
diff --git a/contrib/collection3/etc/collection.conf b/contrib/collection3/etc/collection.conf
182a205
index 5fe43132aa1a..3e19bfcdba01 100644
182a205
--- a/contrib/collection3/etc/collection.conf
182a205
+++ b/contrib/collection3/etc/collection.conf
182a205
@@ -7,7 +7,7 @@ GraphWidth 400
182a205
   RRDTitle "Apache Traffic"
182a205
   RRDVerticalLabel "Bytes/s"
182a205
   RRDFormat "%5.1lf%s"
182a205
-  Color count 0000ff
182a205
+  Color value 0000ff
182a205
 </Type>
182a205
 <Type apache_requests>
182a205
   DataSources value
182a205
@@ -15,7 +15,7 @@ GraphWidth 400
182a205
   RRDTitle "Apache Traffic"
182a205
   RRDVerticalLabel "Requests/s"
182a205
   RRDFormat "%5.2lf"
182a205
-  Color count 00d000
182a205
+  Color value 00d000
182a205
 </Type>
182a205
 <Type apache_scoreboard>
182a205
   Module GenericStacked
182a205
@@ -272,7 +272,7 @@ GraphWidth 400
182a205
   RRDTitle "Frequency ({type_instance})"
182a205
   RRDVerticalLabel "Hertz"
182a205
   RRDFormat "%4.1lfHz"
182a205
-  Color frequency a000a0
182a205
+  Color value a000a0
182a205
 </Type>
182a205
 <Type humidity>
182a205
   DataSources value
182a205
@@ -547,7 +547,7 @@ GraphWidth 400
182a205
   RRDTitle "Percent ({type_instance})"
182a205
   RRDVerticalLabel "Percent"
182a205
   RRDFormat "%4.1lf%%"
182a205
-  Color percent 0000ff
182a205
+  Color value 0000ff
182a205
 </Type>
182a205
 <Type ping>
182a205
   DataSources value
182a205
@@ -705,7 +705,7 @@ GraphWidth 400
182a205
   RRDTitle "Users ({type_instance}) on {hostname}"
182a205
   RRDVerticalLabel "Users"
182a205
   RRDFormat "%.1lf"
182a205
-  Color users 0000f0
182a205
+  Color value 0000f0
182a205
 </Type>
182a205
 <Type voltage>
182a205
   DataSources value
182a205
-- 
182a205
2.0.0
182a205