summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2021-03-04 11:28:50 +0800
committerfumingwei <[email protected]>2021-03-04 11:28:50 +0800
commit0274e06e3c27bdca9ef8b7c3254b022af0a6ace2 (patch)
tree11da5db1deed2368d8dbbeb5b8ed9607196c2074
parent378df7b9d553820e906685a1c436186a320504c7 (diff)
删除mrzcpd 输出promethus 的serviceplatform-deploy-v21.02
-rw-r--r--roles/mrzcpd/tasks/main.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/mrzcpd/tasks/main.yml b/roles/mrzcpd/tasks/main.yml
index e46ea4b..3fea538 100644
--- a/roles/mrzcpd/tasks/main.yml
+++ b/roles/mrzcpd/tasks/main.yml
@@ -48,27 +48,12 @@
when:
- capture_packet_type == 1
-- name: "enable prometheus output - monit_device"
- systemd:
- name: mrapm_device
- enabled: yes
- daemon_reload: yes
- state: started
-
-- name: "enable prometheus output - monit_stream"
- systemd:
- name: mrapm_stream
- enabled: yes
- daemon_reload: yes
- state: started
-
- name: "mask mrzcpd on capture_packet_type is pcap"
systemd:
name: mrzcpd
enabled: no
masked: yes
daemon_reload: yes
- state: started
when:
- capture_packet_type == 0
@@ -78,6 +63,5 @@
enabled: no
masked: yes
daemon_reload: yes
- state: started
when:
- capture_packet_type == 0