Hi,
the trigger
{Template_Linux:system.cpu.load[,avg1].last(0)}>10
always triggers my system.
Is it possible to change this Trigger like this?
{Template_Linux:system.cpu.load[,avg1].last(0)}>cpu.num[]*2
My problem is, that there are machines with 64 Cores and there is a load of 64 normal. But there are also machines with 4, 8 or 16 Cores.
Is there a solution?
best regards,
steffen
the trigger
{Template_Linux:system.cpu.load[,avg1].last(0)}>10
always triggers my system.
Is it possible to change this Trigger like this?
{Template_Linux:system.cpu.load[,avg1].last(0)}>cpu.num[]*2
My problem is, that there are machines with 64 Cores and there is a load of 64 normal. But there are also machines with 4, 8 or 16 Cores.
Is there a solution?
best regards,
steffen
Comment