I created some items to check if a port is running on my host
Simple check with key net.tcp.service[http,,xxxxxx]
Now I want to use one trigger for all my items. I used something like this
This works, but how can I edit the name of the trigger so I know which item has a problem? I already tried things like {ITEM.NAME} but doesn't display anything.
Simple check with key net.tcp.service[http,,xxxxxx]
Now I want to use one trigger for all my items. I used something like this
Code:
last(/192.168.0.1/net.tcp.service[http,,xxxxxx])=0 or last(/192.168.0.1/net.tcp.service[http,,xxxxxx])=0
Comment