Ad Widget

Collapse

Zabbix 2.0.8: Inactive memory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sergeyarl
    Junior Member
    • Jul 2010
    • 24

    #1

    Zabbix 2.0.8: Inactive memory

    This document https://www.zabbix.com/documentation...ry.size_params says that Zabbix 2.0.x supports vm.memory.size[inactive]

    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
    Could you please tell if it is possible to get the value of inactive memory?

    Thanks in advance.
    Last edited by sergeyarl; 19-09-2013, 17:39.
  • BDiE8VNy
    Senior Member
    • Apr 2010
    • 680

    #2
    The vm.memory.size parameter 'inactive' is supported for BSD based systems only.

    Comment

    • setshocker
      Junior Member
      • Jan 2013
      • 10

      #3
      the same with vm.memory.size[active]?

      I'm trying to get active memory from a CentOS and zabbix throw me the dame error...

      Comment

      Working...