mirror of https://github.com/mikaku/Monitorix.git
changed to a brigther white the buffer line in the memory graph of system.pm
This commit is contained in:
parent
dc6d265ad2
commit
53569ee617
|
@ -689,7 +689,7 @@ sub system_cgi {
|
|||
push(@tmp, "AREA:m_minac#448844:Inactive");
|
||||
push(@tmp, "LINE2:m_minac#008800");
|
||||
push(@tmp, "LINE2:m_macti#E29136");
|
||||
push(@tmp, "LINE2:m_mbuff#888888");
|
||||
push(@tmp, "LINE2:m_mbuff#CCCCCC");
|
||||
push(@tmp, "LINE2:m_mcach#00EE00");
|
||||
push(@tmp, "LINE2:m_mused#EE0000");
|
||||
} elsif($config->{os} eq "OpenBSD" || $config->{os} eq "NetBSD") {
|
||||
|
|
Loading…
Reference in New Issue