I want to set a trigger for CPU Usage on Windows Servers. I want it to let me know when it goes higher than 95%.
I try this:
{XYZ:system.cpu.util[idle,avg1]} < 5
And got this error:
Incorrect trigger expression. [{XYZ:system.cpu.util[idle,avg1]} < 5]
I am sure I have it written wrong
Any suggestions
TIA
Scott
I try this:
{XYZ:system.cpu.util[idle,avg1]} < 5
And got this error:
Incorrect trigger expression. [{XYZ:system.cpu.util[idle,avg1]} < 5]
I am sure I have it written wrong
Any suggestions
TIA
Scott
Comment