From 9f9a503e7084781a00c90127e5921af17630b6b0 Mon Sep 17 00:00:00 2001 From: Tim Small Date: Mon, 13 Dec 2010 14:02:10 +0100 Subject: [PATCH] Improve colour palette, fix category --- plugins/other/openvzcpu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/other/openvzcpu b/plugins/other/openvzcpu index d9a8ca9b..1c36a668 100755 --- a/plugins/other/openvzcpu +++ b/plugins/other/openvzcpu @@ -106,7 +106,7 @@ my $stat = '/proc/stat'; my @vestatitems = ('user', 'system', 'nice'); -my @colorlist = ('grey', 'purple', 'red', 'green', 'pink2', 'cyan', 'brown', 'blue', 'orange'); +my @colorlist = ('purple', 'green', 'red', 'pink2', 'green', 'brown', 'cyan', 'orange', 'blue', 'grey'); ############ # autoconf # @@ -202,7 +202,7 @@ graph_title OpenVZ container CPU usage graph_vlabel CPU cores used ($cores available) graph_scale no graph_info This graph shows how CPU time is spent. -graph_category openvz2 +graph_category openvz graph_period second STDCONFIG if (0) {