Merge "Remove "passthru" Snap plugin"

This commit is contained in:
Jenkins 2016-09-08 17:26:14 +00:00 committed by Gerrit Code Review
commit 22b493e88e
1 changed files with 6 additions and 10 deletions

View File

@ -92,16 +92,12 @@
"/intel/procfs/swap/io/out_pages_per_sec": {}, "/intel/procfs/swap/io/out_pages_per_sec": {},
"/intel/procfs/swap/all/used_bytes": {} "/intel/procfs/swap/all/used_bytes": {}
}, },
"process": [{ "publish": [{
"plugin_name": "passthru", "plugin_name": "heka",
"process": null, "config": {
"publish": [{ "host": "localhost",
"plugin_name": "heka", "port": {{ hindsight_heka_tcp_port }}
"config": { }
"host": "localhost",
"port": {{ hindsight_heka_tcp_port }}
}
}]
}] }]
} }
} }