Ad Widget

Collapse

Calculate memroy usage

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nima0102
    Senior Member
    • May 2010
    • 106

    #1

    Calculate memroy usage

    Hi
    I have to calculate memory usage by total_memory - free_memory.
    I have create new item and set type to "calculate" and in Expression I set "last("vm.memory.size[total]") - last("vm.memory.size[free]") " . but apparently I have mistake on this item because status of item is "not-supported".
    Thanks for any help.
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    which zabbix version ? do you have items vm.memory.size[total] and vm.memory.size[free] for that host, and are both of them returning data ?
    Zabbix 3.0 Network Monitoring book

    Comment

    • nima0102
      Senior Member
      • May 2010
      • 106

      #3
      Originally posted by richlv
      which zabbix version ? do you have items vm.memory.size[total] and vm.memory.size[free] for that host, and are both of them returning data ?
      Thanks for your attention
      The problem has been solved. because vm.memory.size[free] and vm.memory.size[total] were disable.after enable them problem solved.

      Thanks again.

      Comment

      Working...