Good day!
I'm trying to create lld rule, wich create host with macro, wich value get from library of global or templated macro (same template)
ex:
1. Template A has library of passwords: {$RMQ.API.PASSWORD} (default value), {$RMQ.API.PASSWORD:"Service1"}, {$RMQ.API.PASSWORD:"Service2"} ...
2. lld rule in Template A creating hosts, with attached default rmq template, with macro {$RMQ.API.PASSWORD:"{#SERVICE_NAME}"} - and it's value not resolved, either library of passwords in template A or in Global macros
is this possible?
I'm trying to create lld rule, wich create host with macro, wich value get from library of global or templated macro (same template)
ex:
1. Template A has library of passwords: {$RMQ.API.PASSWORD} (default value), {$RMQ.API.PASSWORD:"Service1"}, {$RMQ.API.PASSWORD:"Service2"} ...
2. lld rule in Template A creating hosts, with attached default rmq template, with macro {$RMQ.API.PASSWORD:"{#SERVICE_NAME}"} - and it's value not resolved, either library of passwords in template A or in Global macros
is this possible?
Comment