You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2016/02/18 12:17:18 UTC

[jira] [Updated] (AMBARI-15086) SCRIPT alert params should tooltip the description

     [ https://issues.apache.org/jira/browse/AMBARI-15086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Nechiporenko updated AMBARI-15086:
---------------------------------------
    Attachment: AMBARI-15086.patch

> 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
>
>         Attachments: AMBARI-15086.patch
>
>
> 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)