Hey there you guys,
I was just wondering if anyone would by chance know how I could create a trigger, that would let the administrators know if a certain server's CPU Util was under 10 percent?
So far I have created a new template just for this, since I want to automatically assign to new servers. Then I added the item key: system.cpu.util[,idle,avg1]
Also I added this in the trigger section: {Template CPU Usage:system.cpu.util[,idle,avg1].last()} < 10
I am not sure if this would exactly work or if there is possibly a better way to do this? Thanks for the help in advance, I really appreciate it!
I was just wondering if anyone would by chance know how I could create a trigger, that would let the administrators know if a certain server's CPU Util was under 10 percent?
So far I have created a new template just for this, since I want to automatically assign to new servers. Then I added the item key: system.cpu.util[,idle,avg1]
Also I added this in the trigger section: {Template CPU Usage:system.cpu.util[,idle,avg1].last()} < 10
I am not sure if this would exactly work or if there is possibly a better way to do this? Thanks for the help in advance, I really appreciate it!
Comment