I'm sure this is a simple usage issue, but I'm not seeing the correct way to do this on the web anywhere.
I'd like to modify my
Processor load is too high on {HOST.NAME}
trigger
by adding in something at the end simple like this:
{Template OS Linux Load:system.cpu.load[all,avg1].min(#3)}>system.cpu.num[]/2
thus saying that if the runqueue on the machine (over the last 15 minutes) exceeds the number of cpu cores / 2, then we trigger this - not by giving it an arbitrary number.
Thoughts on how to make this work?
I've tried various permutations of this expression and it continues to return Incorrect trigger expression.
Thanks in advance
I'd like to modify my
Processor load is too high on {HOST.NAME}
trigger
by adding in something at the end simple like this:
{Template OS Linux Load:system.cpu.load[all,avg1].min(#3)}>system.cpu.num[]/2
thus saying that if the runqueue on the machine (over the last 15 minutes) exceeds the number of cpu cores / 2, then we trigger this - not by giving it an arbitrary number.
Thoughts on how to make this work?
I've tried various permutations of this expression and it continues to return Incorrect trigger expression.
Thanks in advance
Comment