diff options
author | Bogdan Rădulescu | 2014-04-14 13:16:27 +0000 |
---|---|---|
committer | Bogdan Rădulescu | 2014-04-14 13:34:05 +0000 |
commit | 425fb1db95dca3a7025ad2d7101e65f91663ec2a (patch) | |
tree | 7360f33c55b615d1ebabd0ae533622fdaf65d249 /conf/config.php | |
parent | Merge pull request #61 from young-druid/patch-1 (diff) | |
download | apt-panopticon_cgp-425fb1db95dca3a7025ad2d7101e65f91663ec2a.zip apt-panopticon_cgp-425fb1db95dca3a7025ad2d7101e65f91663ec2a.tar.gz apt-panopticon_cgp-425fb1db95dca3a7025ad2d7101e65f91663ec2a.tar.bz2 apt-panopticon_cgp-425fb1db95dca3a7025ad2d7101e65f91663ec2a.tar.xz |
overview: show used memory percentage
Diffstat (limited to '')
-rw-r--r-- | conf/config.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/config.php b/conf/config.php index b9a5098..246d378 100644 --- a/conf/config.php +++ b/conf/config.php | |||
@@ -26,8 +26,9 @@ $CONFIG['overview'] = array('load', 'cpu', 'memory', 'swap'); | |||
26 | $CONFIG['time_range']['default'] = 86400; | 26 | $CONFIG['time_range']['default'] = 86400; |
27 | $CONFIG['time_range']['uptime'] = 31536000; | 27 | $CONFIG['time_range']['uptime'] = 31536000; |
28 | 28 | ||
29 | # show load averages on overview page | 29 | # show load averages and used memory on overview page |
30 | $CONFIG['showload'] = true; | 30 | $CONFIG['showload'] = true; |
31 | $CONFIG['showmem'] = true; | ||
31 | 32 | ||
32 | $CONFIG['term'] = array( | 33 | $CONFIG['term'] = array( |
33 | '2hour' => 3600 * 2, | 34 | '2hour' => 3600 * 2, |