From 30cc7faaa4a3efa550f85cb28011170e386b0f18 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Wed, 9 Mar 2011 22:24:35 +0100 Subject: plugin/filecount: change color of files graph --- plugin/filecount.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/filecount.php b/plugin/filecount.php index fa11a91..2c318a9 100644 --- a/plugin/filecount.php +++ b/plugin/filecount.php @@ -27,7 +27,7 @@ switch($obj->args['type']) { break; case 'files': $obj->ds_names = array('value' => 'Files'); - $obj->colors = array('value' => '0000ff'); + $obj->colors = array('value' => 'f0a000'); $obj->rrd_title = sprintf('Filecount: number of files (%s)', $obj->args['pinstance']); $obj->rrd_vertical = 'Files'; break; -- cgit v1.1