update mrzcpd to 4.3.30, to support prometheus outputs.

This commit is contained in:
fumingwei
2020-11-16 15:48:51 +06:00
parent 43846736da
commit 171135fc5a
2 changed files with 13 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
- name: "install mrzcpd"
yum:
name: /tmp/ansible_deploy/mrzcpd-4.3.29.7c73322-1.el7.x86_64.rpm
name: /tmp/ansible_deploy/mrzcpd-4.3.30.4627eb7-1.el7.x86_64.rpm
state: present
- name: "update sysconfig/mrzcpd"
@@ -145,6 +145,18 @@
when:
- tsg_access_type != 0
- name: "enable prometheus output - monit_device"
systemd:
name: mrapm_device
enable: yes
daemon_reload: yes
- name: "enable prometheus output - monit_stream"
systemd:
name: mrapm_stream
enable: yes
daemon_reload: yes
- name: "enable mrtunnat on master"
systemd:
name: mrtunnat