You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Jonathan Hurley (JIRA)" <ji...@apache.org> on 2015/05/15 17:58:01 UTC

[jira] [Created] (AMBARI-11173) Alerts: Expose Customizable Timout Parameter For WEB Alerts

Jonathan Hurley created AMBARI-11173:
----------------------------------------

             Summary: Alerts: Expose Customizable Timout Parameter For WEB Alerts
                 Key: AMBARI-11173
                 URL: https://issues.apache.org/jira/browse/AMBARI-11173
             Project: Ambari
          Issue Type: Task
          Components: ambari-agent, ambari-server
    Affects Versions: 2.1.0
            Reporter: Jonathan Hurley
            Assignee: Jonathan Hurley
            Priority: Critical
             Fix For: 2.1.0


Add the ability to control the connection timeout values used by WEB and METRIC alerts.

{code:title="connection_timeout" : 5.0}
        "source": {
          "type": "METRIC",
          "uri": {
            "http": "{{hdfs-site/dfs.namenode.http-address}}",
            "https": "{{hdfs-site/dfs.namenode.https-address}}",
            "https_property": "{{hdfs-site/dfs.http.policy}}",
            "https_property_value": "HTTPS_ONLY",
            "connection_timeout" : 5.0,
...
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)