remove uncommon field

This commit is contained in:
Dave Pedu 2015-12-05 02:50:54 -08:00
parent 1db0c83f72
commit 007acc33d1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ computed_fields = {
def meminfo(whitelist=[]):
if not whitelist:
whitelist = ["swaptotal", "swapfree", "swapcached",
"memtotal", "memfree", "memavailable", "cached",
"memtotal", "memfree", "cached",
"active", "inactive", ]
result = {}