Ad Widget

Collapse

using minus in trigger expression

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zabbix
    Junior Member
    • Apr 2008
    • 7

    #1

    using minus in trigger expression

    I all, I'm working with version 1.1 and I wanna create a trigger to see when the memory available is less than 100 MB. I have this items:
    -vm.memory.size[total]
    -vm.memory.size[buffers]
    -memory.size[cached]
    and I've defined the trigger expression:
    {myhost:vm.memory.size[total].last(0)}-{myhost:vm.memory.size[buffers].last(0)}-{myhost:vm.memory.size[cached].last(0)}< 100
    but it seem not work.
    In other word I want to see if total-buffers-cached<100
    How can I do?
    Someone can help me, please?
    Thanks
Working...