After upgrading to 1.4.1 I noticed that triggers related to external checks didn't behave properly, they seem to turn on and off without any good reason.
So I tried modifying one such trigger and kept getting "incorrect expression errors", so I went a step back to the items and had the same problem there, until I discovered that if I replaced the parenthesis in the item key with square brackets I could save the item, however now it doesn't work anymore. And the item is now listed as "unsupported"
This is a sample item that used to work with previous versions:
GetTodaysStats(Send Mail)
This is how it looks after I modified it and it stopped working
GetTodaysStats[Send Mail]
This is a sample trigger that's behaving weird:
{WFPost:GetTodaysStats(Send_Fail Mail).sum(#2)}/{WFPost:GetTodaysStats(Send Mail).sum(#2)}>0.5 | {WFPost:GetTodaysStats(Send_Fail Mail).sum(#6)}/{WFPost:GetTodaysStats(Send Mail).sum(#6)}>0.2
This problem is urgent since it's monitoring a critical system.
Thanks,
Eran
So I tried modifying one such trigger and kept getting "incorrect expression errors", so I went a step back to the items and had the same problem there, until I discovered that if I replaced the parenthesis in the item key with square brackets I could save the item, however now it doesn't work anymore. And the item is now listed as "unsupported"
This is a sample item that used to work with previous versions:
GetTodaysStats(Send Mail)
This is how it looks after I modified it and it stopped working
GetTodaysStats[Send Mail]
This is a sample trigger that's behaving weird:
{WFPost:GetTodaysStats(Send_Fail Mail).sum(#2)}/{WFPost:GetTodaysStats(Send Mail).sum(#2)}>0.5 | {WFPost:GetTodaysStats(Send_Fail Mail).sum(#6)}/{WFPost:GetTodaysStats(Send Mail).sum(#6)}>0.2
This problem is urgent since it's monitoring a critical system.
Thanks,
Eran
Comment