I want to make a rather generic trigger that flips when my available memory is less than 80%.
So I did this:
({Template_Linux:vm.memory.size[free].last(0)}/{Template_Linux:vm.memory.size[total].last(0)})*100<20
Did I do this right?
So I did this:
({Template_Linux:vm.memory.size[free].last(0)}/{Template_Linux:vm.memory.size[total].last(0)})*100<20
Did I do this right?
Comment