diff options
Diffstat (limited to 'plugin/memory.php')
| -rw-r--r-- | plugin/memory.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/memory.php b/plugin/memory.php index 83f2b42..3c9a745 100644 --- a/plugin/memory.php +++ b/plugin/memory.php | |||
| @@ -14,7 +14,7 @@ require_once 'inc/collectd.inc.php'; | |||
| 14 | # memory/memory-used.rrd | 14 | # memory/memory-used.rrd |
| 15 | 15 | ||
| 16 | $obj = new Type_GenericStacked($CONFIG); | 16 | $obj = new Type_GenericStacked($CONFIG); |
| 17 | $obj->order = array('free', 'buffered', 'cached', 'locked', 'used'); | 17 | $obj->order = array('free', 'inactive', 'buffered', 'cached', 'cache', 'locked', 'used', 'active', 'wired'); |
| 18 | $obj->ds_names = array( | 18 | $obj->ds_names = array( |
| 19 | 'free' => 'Free', | 19 | 'free' => 'Free', |
| 20 | 'inactive' => 'Inactive', | 20 | 'inactive' => 'Inactive', |
| @@ -34,7 +34,7 @@ $obj->colors = array( | |||
| 34 | 'buffered' => 'ffb000', | 34 | 'buffered' => 'ffb000', |
| 35 | 'locked' => 'ff00ff', | 35 | 'locked' => 'ff00ff', |
| 36 | 'used' => 'ff0000', | 36 | 'used' => 'ff0000', |
| 37 | 'active' => 'ff4300', | 37 | 'active' => 'ff00ff', |
| 38 | 'wired' => 'ff0000', | 38 | 'wired' => 'ff0000', |
| 39 | ); | 39 | ); |
| 40 | 40 | ||
