renamed the option 'graph_mode' to 'memory_mode' in 'system.pm'

This commit is contained in:
Jordi Sanfeliu 2017-11-23 12:25:09 +01:00
parent 5689558db0
commit 2f406cae1f
1 changed files with 1 additions and 1 deletions

View File

@ -656,7 +656,7 @@ sub system_cgi {
undef(@tmpz);
undef(@CDEF);
if($config->{os} eq "Linux" || $config->{os} eq "FreeBSD") {
if(lc($system->{graph_mode} || "") eq "interpreted") {
if(lc($system->{memory_mode} || "") eq "interpreted") {
push(@tmp, "AREA:m_mcach#44EE44:Cached");
push(@tmp, "AREA:m_mbuff#CCCCCC:Buffers");
push(@tmp, "AREA:m_macti#E29136:Active");