Hi everyone, I'm having trouble creating a net.tcp trigger.
I'd like to create a trigger warning me that port 50001 is no longer open on a Windows server.
The element works correctly with the key: net.tcp.service[tcp,,50001]
However, when I try to create the trigger associated with this element with the expression below :
{hostname:net.tcp.service[tcp,,50001].last()}<>1
I get the error :
Details - Unable to add trigger
Parameter “/1/expression” invalid: incorrect expression from “{hostname:net.tcp.service[tcp,,50001].last()}<>1”.
I can't find the right expression, could you give me an idea?
Thanks in advance,
Cédric
I'd like to create a trigger warning me that port 50001 is no longer open on a Windows server.
The element works correctly with the key: net.tcp.service[tcp,,50001]
However, when I try to create the trigger associated with this element with the expression below :
{hostname:net.tcp.service[tcp,,50001].last()}<>1
I get the error :
Details - Unable to add trigger
Parameter “/1/expression” invalid: incorrect expression from “{hostname:net.tcp.service[tcp,,50001].last()}<>1”.
I can't find the right expression, could you give me an idea?
Thanks in advance,
Cédric

Comment