Zabbix Server version 1.8.8 on CentOS 6
Zabbix Agentd 1.8.3 on CentOS 6
I am working on cleaning up our zabbix monitoring. I am checkingitems on templates and there are a number host that report the items as "Not Supported".
Most I have figured out most, but vm.memory.size[shared] had got me puzzled.
Running the zabbix_agentd on the host vm.memory.size[shared] returns [u|0] which is correct for this host.
Running the zabbix_get on the zabbix server vm.memory.size[shared] returns ZBX_NOTSUPPORTED.
I cannot figure out why zabbix server is unable to check vm.memory.size[shared]. All other modes work fine except for shared. I ran into similar problems with vfs.file.cksum[/foo/bar] and found it was a permission issue on the file being checked, but i cannot find the file or documenation about any specific file that vm.memory.size item checks. I did look into the /proc/sys/vm and systrl but did not find any answers.
Any help or suggestions would be greatly appreciated!
~ds
Zabbix Agentd 1.8.3 on CentOS 6
I am working on cleaning up our zabbix monitoring. I am checkingitems on templates and there are a number host that report the items as "Not Supported".
Most I have figured out most, but vm.memory.size[shared] had got me puzzled.
Running the zabbix_agentd on the host vm.memory.size[shared] returns [u|0] which is correct for this host.
Running the zabbix_get on the zabbix server vm.memory.size[shared] returns ZBX_NOTSUPPORTED.
I cannot figure out why zabbix server is unable to check vm.memory.size[shared]. All other modes work fine except for shared. I ran into similar problems with vfs.file.cksum[/foo/bar] and found it was a permission issue on the file being checked, but i cannot find the file or documenation about any specific file that vm.memory.size item checks. I did look into the /proc/sys/vm and systrl but did not find any answers.
Any help or suggestions would be greatly appreciated!
~ds
Comment