Hello,
I have never used active checks before.
Now i added some active checks for one of my hosts (the server itself for testing). Somehow some of them work fine, some don't.
Everything which checks Processor load, Processes and System (uptime,...) works fine.
But Memory, Network and Swap stuff does not work.
I use "vm.memory.size[buffers]" here for example, but it's the same for all others which don't work.
The agent was updated fine:
It can get the value but somehow fails:
But as soon i switch from "ZABBIX agent (active)" to "ZABBIX agent" the value is updated immediately. So i don't think it's a problem of the item configuration.
Any ideas what that could be?
Thank you
Urs
I have never used active checks before.
Now i added some active checks for one of my hosts (the server itself for testing). Somehow some of them work fine, some don't.
Everything which checks Processor load, Processes and System (uptime,...) works fine.
But Memory, Network and Swap stuff does not work.
I use "vm.memory.size[buffers]" here for example, but it's the same for all others which don't work.
The agent was updated fine:
Code:
24190:20080110:130640 Parsed [vm.memory.size[buffers]:30:0]
24190:20080110:130640 In add_check('vm.memory.size[buffers]', 30, 0)
Code:
24190:20080110:130841 For key [vm.memory.size[buffers]] received value [4833280] 24190:20080110:130841 XML before sending [<req><host>bm1zMS5pY3Jjb20uY2g=</host><key>dm0ubWVtb3J5LnNpemVbYnVmZmVyc10=</key><data>NDgzMzI4MA==</data></req>] 24190:20080110:130841 NOT OK [127.0.0.1:vm.memory.size[buffers]] [NOT OK] 24190:20080110:131011 For key [vm.memory.size[buffers]] received value [1531904] 24190:20080110:131011 XML before sending [<req><host>bm1zMS5pY3Jjb20uY2g=</host><key>dm0ubWVtb3J5LnNpemVbYnVmZmVyc10=</key><data>MTUzMTkwNA==</data></req>] 24190:20080110:131011 NOT OK [127.0.0.1:vm.memory.size[buffers]] [NOT OK]
Any ideas what that could be?
Thank you
Urs
Comment