Jonathan Hurley created AMBARI-11656:
----------------------------------------
Summary: Add ability to write value param + "string" in alerts.json
Key: AMBARI-11656
URL: https://issues.apache.org/jira/browse/AMBARI-11656
Project: Ambari
Issue Type: Bug
Components: ambari-agent
Affects Versions: 2.0.0
Reporter: Jonathan Hurley
Assignee: Jonathan Hurley
Priority: Critical
Fix For: 2.1.0
For now we don't have ability to add some string if value has {{param}}:
{code}
"http": "{{oozie-site/oozie.base.url}}/oozie/?user.name=oozie"
"http": "{{oozie-site/oozie.base.url}}/oozie/?user.name={{oozie-site/user}}"
{code}
We should be able to replace _n_ parameters mixed with string constants.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)