fix meminfo mapping

This commit is contained in:
Dave Pedu 2015-12-05 16:46:28 -08:00
parent 007acc33d1
commit 30f6a51f3b
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ def meminfo(whitelist=[]):
return result
mapping = {
"load": {
"meminfo": {
"properties": {
"swaptotal": { "type": "long" },
"swapfree": { "type": "long" },