配置如下: `{ "type": "mem", "threshold": "<=5%", "matcher": "avail" }` `{ "type": "swap", "threshold": "<=20%", "matcher": "free" }` 根据说明应该是当mem avail 小于%5的时候才会有提示,swap free <= 20% 才会提示  