|
@@ -2378,6 +2378,132 @@ module.exports =
|
|
|
"serviceName": "MISC",
|
|
|
"filename": "cluster-env.xml",
|
|
|
"category": "Users and Groups"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "create_notification",
|
|
|
+ "displayName": "Create Notification",
|
|
|
+ "isRequired": true,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "defaultValue": "no"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mail.smtp.host",
|
|
|
+ "displayName": "SMTP Host",
|
|
|
+ "displayType": "host",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mail.smtp.port",
|
|
|
+ "displayName": "SMTP Port",
|
|
|
+ "displayType": "int",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mail.smtp.from",
|
|
|
+ "displayName": "FROM Email Address",
|
|
|
+ "displayType": "email",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "ambari.dispatch.recipients",
|
|
|
+ "displayName": " TO Email Address",
|
|
|
+ "displayType": "email",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "smtp_use_auth",
|
|
|
+ "displayName": "SMTP server requires authentication",
|
|
|
+ "displayType": "checkbox",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "defaultValue": true,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "ambari.dispatch.credential.username",
|
|
|
+ "displayName": "SMTP Username",
|
|
|
+ "displayType": "string",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "ambari.dispatch.credential.password",
|
|
|
+ "displayName": "SMTP Password",
|
|
|
+ "displayType": "string",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": true,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mail.smtp.starttls.enable",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-1"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "puppet var",
|
|
|
+ "name": "mail.smtp.startssl.enable",
|
|
|
+ "isRequired": false,
|
|
|
+ "isReconfigurable": true,
|
|
|
+ "isOverridable": false,
|
|
|
+ "isVisible": false,
|
|
|
+ "serviceName": "MISC",
|
|
|
+ "category": "Notifications",
|
|
|
+ "rowStyleClass": "indent-1"
|
|
|
}
|
|
|
]
|
|
|
};
|