Browse Source

AMBARI-8808. Resolve potential port conflicts with Hadoop daemons. alerts.json default port change. (swagle)

Siddharth Wagle 10 years ago
parent
commit
70f1170b03

+ 2 - 2
ambari-server/src/main/resources/common-services/AMS/0.1.0/alerts.json

@@ -35,8 +35,8 @@
         "enabled": true,
         "enabled": true,
         "source": {
         "source": {
           "type": "PORT",
           "type": "PORT",
-          "uri": "{{metric_collector_port}}",
-          "default_port": 8188,
+          "uri": "{{ams-site/timeline.metrics.service.webapp.address}}",
+          "default_port": 6188,
           "reporting": {
           "reporting": {
             "ok": {
             "ok": {
               "text": "TCP OK - {0:.3f}s response on port {1}"
               "text": "TCP OK - {0:.3f}s response on port {1}"