1.更新oam_core计算内存占用率阈值算法, buff/cache不算已占用;
2.更新tsg-monitor.sh清理/tmp/_MEI临时文件,影响其他模块正常运行的BUG;
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
src: "{{ role_path }}/files/rsyslog.conf"
|
||||
dest: "/etc/"
|
||||
|
||||
- name: "copy tsg_monitor_cleanup_tmp.sh to destination server"
|
||||
synchronize:
|
||||
src: "{{ role_path }}/../tsg-common-files/tsg_monitor_cleanup_tmp.sh"
|
||||
dest: "/opt/tsg/tsg-monitor/"
|
||||
|
||||
- name: "restart rsyslog service"
|
||||
systemd:
|
||||
name: rsyslog
|
||||
|
||||
Reference in New Issue
Block a user