I have a trigger:
{Template OS Windows:vm.memory.size[free].last(0)}<{Template OS Windows:vm.memory.size[total].last(0)}*0.1
which does not show in the graph. When I change the trigger to:
{Template OS Windows:vm.memory.size[free].last(0)}<10000000
it shows. How to make it show for the trigger above?
Thank you
{Template OS Windows:vm.memory.size[free].last(0)}<{Template OS Windows:vm.memory.size[total].last(0)}*0.1
which does not show in the graph. When I change the trigger to:
{Template OS Windows:vm.memory.size[free].last(0)}<10000000
it shows. How to make it show for the trigger above?
Thank you
Comment