Hi everyone,
There is a default item in the Windows template called system.cpu.load[percpu,avg1]. The trigger is very sensitive for a server. It just keeps flapping and I get lots of emails so I disabled that check for that server. I wanted to create another check for cpu load minimum value must be greater than 5 over a five minute period. The item expression is system.cpu.load[all,system] and the trigger expression I have is
{Template OS Windows:system.cpu.load[all,system].min(5)}>5 It’s not working though as I keep seeing the error “Invalid second parameter” in Configuration -> Hosts, and it is greyed out when I go to Monitoring -> Latest Data. I can’t seem to figure what is wrong with the expression as I test it with the expression checker and get the correct values. I hope someone can help me see what is wrong with the expression. Thanks.
There is a default item in the Windows template called system.cpu.load[percpu,avg1]. The trigger is very sensitive for a server. It just keeps flapping and I get lots of emails so I disabled that check for that server. I wanted to create another check for cpu load minimum value must be greater than 5 over a five minute period. The item expression is system.cpu.load[all,system] and the trigger expression I have is
{Template OS Windows:system.cpu.load[all,system].min(5)}>5 It’s not working though as I keep seeing the error “Invalid second parameter” in Configuration -> Hosts, and it is greyed out when I go to Monitoring -> Latest Data. I can’t seem to figure what is wrong with the expression as I test it with the expression checker and get the correct values. I hope someone can help me see what is wrong with the expression. Thanks.
Comment