Ad Widget

Collapse

LLD macro in action remote command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #1

    LLD macro in action remote command

    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}.
  • ArtemK
    Senior Member
    • May 2013
    • 232

    #2
    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

    Working...