This document https://www.zabbix.com/documentation...ry.size_params says that Zabbix 2.0.x supports vm.memory.size[inactive]
But :
Could you please tell if it is possible to get the value of inactive memory?
Thanks in advance.
But :
Code:
# uname -a Linux server 3.9.3-x86_64-linode33 #1 SMP Mon May 20 10:22:57 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux # zabbix_server -V Zabbix server v2.0.8 (revision 38017) (21 August 2013) Compilation time: Aug 25 2013 13:25:49 # zabbix_get -s hostname1 -k agent.version 2.0.8 # zabbix_get -s hostname1 -k vm.memory.size[inactive] ZBX_NOTSUPPORTED
Thanks in advance.
Comment