Ad Widget

Collapse

Zabbix Item that is calculated from other Items.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronaspin
    Junior Member
    • Sep 2016
    • 1

    #1

    Zabbix Item that is calculated from other Items.

    Hi, I have these three Zabbix Agent Items:
    • vm.memory.size[used]
    • vm.memory.size[cached]
    • vm.memory.size[memory]


    All these work fine and are returning data every 30 seconds.

    My goal is to have an Item that returns the result of the below...
    vm.memory.size[used]-(vm.memory.size[cached+]vm.memory.size[memory])

    This is because I need to get the memory used as per HTOP and this is the value that gives exactly the same value by HTOP.
  • peatb
    Zabbix Certified Trainer
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Aug 2016
    • 36

    #2
    This can be done with calculated items:

    Comment

    Working...