remove uncommon field
This commit is contained in:
parent
1db0c83f72
commit
007acc33d1
@ -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 = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user