Authored by chunhua.zhang

添加了uic的log

@@ -207,3 +207,24 @@ @@ -207,3 +207,24 @@
207 remote_user: root 207 remote_user: root
208 roles: 208 roles:
209 - java-rsyslog 209 - java-rsyslog
  210 +
  211 +
  212 +- hosts: java-uic
  213 + vars:
  214 + rsyslog_module: uic
  215 + rsyslog_files:
  216 + - debug-log
  217 + - bind-log
  218 + - login-log
  219 + - register-log
  220 + - warn-log
  221 + - userImport-log
  222 + - uic-login-log
  223 + - uic-access-log
  224 + - session-log
  225 + - verifiedGraphic-log
  226 +
  227 + remote_user: root
  228 + roles:
  229 + - java-rsyslog
  230 +
@@ -37,7 +37,8 @@ host_group = { "yoho_gateway": "java-gateway", @@ -37,7 +37,8 @@ host_group = { "yoho_gateway": "java-gateway",
37 "yohobuy_activity": "java-activity", 37 "yohobuy_activity": "java-activity",
38 "yoho_erp_gateway": "java-erpgateway", 38 "yoho_erp_gateway": "java-erpgateway",
39 "yohobuy_wechat": "java-wechat", 39 "yohobuy_wechat": "java-wechat",
40 - "yohobuy_union": "java-union" 40 + "yohobuy_union": "java-union",
  41 + "uic": "java-uic"
41 } 42 }
42 # all available zone groups 43 # all available zone groups
43 all_groups = {} 44 all_groups = {}