mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Improve colour palette, fix category
This commit is contained in:
parent
58c54d796e
commit
9f9a503e70
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue