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:
parent
58c54d796e
commit
9f9a503e70
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user