1.更新oam_core计算内存占用率阈值算法, buff/cache不算已占用;

2.更新tsg-monitor.sh清理/tmp/_MEI临时文件,影响其他模块正常运行的BUG;
This commit is contained in:
lijia
2020-11-16 16:35:21 +08:00
parent 1e23a971b6
commit d9db681492
19 changed files with 73 additions and 43 deletions

View File

@@ -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