Unverified Commit ec05cb78 authored by kaliraja's avatar kaliraja Committed by GitHub
Browse files

Issue #0000 feat: updated the flink secor in process exporter config (#1663)

* Issue #0000 feat: updated the flink secor in process exporter config

* Issue #0000 feat: updated the flink secor in process exporter config
Showing with 8 additions and 1 deletion
+8 -1
......@@ -34,7 +34,14 @@ process_names:
cmdline:
- .+secor.+
{% endif %}
{% if 'kafka-ps' in group_names and hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in groups['kafka-ps'] %}
{% if 'processing-secor-ps' in group_names and hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in groups['processing-secor-ps'] %}
- name: "processingsecor"
comm:
- java
cmdline:
- .+secor.+
{% endif %}
{% if 'zookeeper-ps' in group_names and hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in groups['zookeeper-ps'] %}
- name: "zookeeper"
comm:
- java
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment