You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/05/16 06:19:00 UTC

[jira] [Commented] (AMBARI-11173) Alerts: Expose Customizable Timeout Parameter For WEB Alerts

    [ https://issues.apache.org/jira/browse/AMBARI-11173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546548#comment-14546548 ] 

Hudson commented on AMBARI-11173:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #2616 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2616/])
AMBARI-11173 - Alerts: Expose Customizable Timeout Parameter For WEB Alerts (jonathanhurley) (jhurley: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e5e1c3d79773027ba7fa39fccb84083dd080c6ef)
* ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/OOZIE/alerts.json
* ambari-agent/src/test/python/ambari_agent/TestAlerts.py
* ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/alerts.json
* ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/alerts.json
* ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/alerts.json
* ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/alerts.json
* ambari-server/src/main/java/org/apache/ambari/server/state/alert/AlertUri.java
* ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json
* ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HDFS/alerts.json
* ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/alerts.json
* ambari-agent/src/main/python/ambari_agent/alerts/metric_alert.py
* ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/alerts.json
* ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/YARN/alerts.json
* ambari-agent/src/main/python/ambari_agent/alerts/web_alert.py
* ambari-server/src/main/resources/common-services/OOZIE/5.0.0.2.3/alerts.json
* ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/alerts.json
* ambari-server/src/main/resources/stacks/BIGTOP/0.8/services/HBASE/alerts.json


> Alerts: Expose Customizable Timeout 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)