Commit 8863afd4 authored by kaali09's avatar kaali09
Browse files

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

No related merge requests found
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 'flinksecor-ps' in group_names and hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in groups['flinksecor-ps'] %}
- name: "flinksecor"
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