Feature #367

cpmsrv auto-tags config

Added by Madars over 5 years ago. Updated about 5 years ago.

Status:ClosedStart date:12/28/2018
Priority:Normal (Code 4)Due date:
Assignee:-% Done:

100%

Category:-
Target version:-

Description

<client tag="hello" cmdline="redis-server --port ${NDRX_CLTSUBSECT}" autostart="Y" rangefrom=6500 rangeto=6502 log="${NDRX_APPHOME}/log/redis_${NDRX_CLTSUBSECT}.log" />

Should do the same as:

<client cmdline="redis-server --port ${NDRX_CLTSUBSECT}" autostart="Y" >
      <exec tag="hello" subsect="6500" log="${NDRX_APPHOME}/log/redis_6500.log"/>
      <exec tag="hello" subsect="6501" log="${NDRX_APPHOME}/log/redis_6501.log"/>
      <exec tag="hello" subsect="6502" log="${NDRX_APPHOME}/log/redis_6502.log"/>
</client>

History

#1 Updated by Madars over 5 years ago

The other option could be:

<client cmdline="redis-server --port ${NDRX_CLTSUBSECT}" autostart="Y" >
      <exec tag="hello" subsectfrom="6500" subsectto="6500" log="${NDRX_APPHOME}/log/redis_${NDRX_CLTSUBSECT}.log"/>
</client>

#2 Updated by Madars about 5 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

#3 Updated by Madars about 5 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF