I have the trigger expression below:
and even though I get no errors it does not work.
The item information type is text, and the trigger should get activated if among the last values of the item none of them is "Completed". The item itself seems fine, the values it gets are correct, and the trigger should get activated.
Can anyone please help? Thank you very much.
Code:
{TPL:check.sh["srv", "{HOST.HOST}"].count(#10, "Completed", "eq")}=0
The item information type is text, and the trigger should get activated if among the last values of the item none of them is "Completed". The item itself seems fine, the values it gets are correct, and the trigger should get activated.
Can anyone please help? Thank you very much.