parser_util.py check_intrvl_str() incorrectly rejects values containing environment substitutions.
example:
interval: ${INTERVAL}
yields in part:
${INTERVAL} is not a valid time-interval string
this prevents admins from configuring plugin intervals and offsets with an environment variable determined, for example, by a resource manager.
parser_util.py check_intrvl_str() incorrectly rejects values containing environment substitutions.
example:
interval: ${INTERVAL}
yields in part:
${INTERVAL} is not a valid time-interval string
this prevents admins from configuring plugin intervals and offsets with an environment variable determined, for example, by a resource manager.