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) {