Oleg Nechiporenko created AMBARI-15086:
------------------------------------------
Summary: SCRIPT alert params should tooltip the description
Key: AMBARI-15086
URL: https://issues.apache.org/jira/browse/AMBARI-15086
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.4.0
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
Fix For: 2.4.0
When showing params in the UI for SCRIPT alerts, the description should be
available via Tooltip. For example "The maximum time before this alert is
considered to be CRITICAL" should be tooltip on the Connection Timeout field in
the UI
{code}
"parameters": [
{
"name": "connection.timeout",
"display_name": "Connection Timeout",
"value": 5.0,
"type": "NUMERIC",
"description": "The maximum time before this alert is considered
to be CRITICAL",
"units": "seconds",
"threshold": "CRITICAL"
},
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)