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