2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Improve colour palette, fix category

This commit is contained in:
Tim Small 2010-12-13 14:02:10 +01:00 committed by Steve Schnepp
parent 58c54d796e
commit 9f9a503e70

View File

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