Browse Source

AMBARI-6177. Ambari Shell nagios_contact is empty. (Krisztian Horvath via yusaku)

Yusaku Sako 11 năm trước cách đây
mục cha
commit
05517dae3b

+ 1 - 1
ambari-client/groovy-client/src/main/resources/blueprints/lambda-architecture

@@ -2,7 +2,7 @@
   "configurations": [
     {
       "global": {
-        "nagios_contact": ""
+        "nagios_contact": "me@my-awesome-domain.example"
       }
     }
   ],

+ 1 - 1
ambari-client/groovy-client/src/main/resources/blueprints/multi-node-hdfs-yarn

@@ -2,7 +2,7 @@
   "configurations": [
     {
       "global": {
-        "nagios_contact": ""
+        "nagios_contact": "me@my-awesome-domain.example"
       }
     }
   ],

+ 1 - 1
ambari-client/groovy-client/src/main/resources/blueprints/warmup

@@ -2,7 +2,7 @@
   "configurations": [
     {
       "global": {
-        "nagios_contact": ""
+        "nagios_contact": "me@my-awesome-domain.example"
       }
     }
   ],