remove uncommon field
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user