Will an LLD macro work in a action remote command? I have a list of processes I need to monitor by net.tcp.listen[<port>] and restart if they aren't running, but I need to pass the path to the restart command via something like {#HOME}.
Ad Widget
Collapse
LLD macro in action remote command
Collapse
X
-
AFAIK, no, it will not work. Action have no idea about LLD (see first column for supported macros in actions here)Why you can't use full path in action? You also can pass item key as argument to script (item key contains port), and have some port - app associations in script, which will determina app by port and start it. Or you can have action with full path for each specific trigger...
Comment