-
Type:
Patch request
-
Resolution: Commercial support required
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: Templates (T)
-
None
Steps to reproduce:
- Confiugred Discovery Rule from json with macros {#APP_NAME} and {#APP_PORT}
- Configured Item Prototype with name: "Application {#APP_NAME} is available on port: {#APP_PORT}" with key: "net.tcp.service.perfhttp,{$SERVER_1_IP},{#APP_PORT}"
Result:
On Item list I got "Application {#APP_NAME} is available on port: 8100"
Expected:
Name of Item should be "Application APPLICATION_NAME is available on port: 8100"
My json
{
"data":[
{"{#APP_NAME}": "gateway-activation_1"},{"{#APP_PROC}": "gateway-activation_1"},{"{#APP_PORT}": "8500"},
{"{#APP_NAME}": "gateway-core_1"},{"{#APP_PROC}": "gateway-core_1"},{"{#APP_PORT}": "8200"},
{"{#APP_NAME}": "gateway-core_2"},{"{#APP_PROC}": "gateway-core_2"},{"{#APP_PORT}": "8210"},
{"{#APP_NAME}": "gateway-eureka_1"},{"{#APP_PROC}": "gateway-eureka_1"},{"{#APP_PORT}": "8761"},
{"{#APP_NAME}": "gateway-frontend_1"},{"{#APP_PROC}": "gateway-frontend_1"},{"{#APP_PORT}": "8400"},
{"{#APP_NAME}": "gateway-mcm_1"},{"{#APP_PROC}": "gateway-mcm_1"},{"{#APP_PORT}": "8300"},
{"{#APP_NAME}": "gateway-mcm_2"},{"{#APP_PROC}": "gateway-mcm_2"},{"{#APP_PORT}": "8310"},
{"{#APP_NAME}": "gateway-oidc_1"},{"{#APP_PROC}": "gateway-oidc_1"},{"{#APP_PORT}": "8100"},
{"{#APP_NAME}": "gateway-oidc_2"},{"{#APP_PROC}": "gateway-oidc_2"},{"{#APP_PORT}": "8110"}
]
}