Authored by root

java-message增加日志采集

... ... @@ -233,6 +233,68 @@
roles:
- java-rsyslog
- hosts: java-message
vars:
rsyslog_module: yoho-message-controller
rsyslog_files:
- debug-log
- gc
- miniAllUidSend
- warn-log
remote_user: root
roles:
- java-rsyslog
- hosts: java-message
vars:
rsyslog_module: yoho-message-sender
rsyslog_files:
- debug-log
- gc
- inboxMsgSend
- miniMsgSend
- smsSend
- wechatMsgSend
- warn-log
remote_user: root
roles:
- java-rsyslog
- hosts: java-message
vars:
rsyslog_module: task
rsyslog_files:
- debug
- gc
- warn
remote_user: root
roles:
- java-rsyslog
- hosts: java-message
vars:
rsyslog_module: push
rsyslog_files:
- debug
- android_push_failed
- android_push
- error
- gc
- ios_push
- push-consumer
- push-important
- push-producer
- warn
remote_user: root
roles:
- java-rsyslog
# rsyslog config for java sns
- hosts: java-sns
vars:
... ...