mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +02:00
apache graph improvements. bytes => bits
git-svn-id: http://www.observium.org/svn/observer/trunk@2667 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -13,8 +13,8 @@ if (is_file($apache_rrd))
|
||||
|
||||
$ds = "cpu";
|
||||
|
||||
$colour_area = "AA66AA";
|
||||
$colour_line = "FFDD88";
|
||||
$colour_area = "F0E68C";
|
||||
$colour_line = "FF4500";
|
||||
|
||||
$colour_area_max = "FFEE99";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user