Skip to content

Commit

Permalink
Issue #0000 feat: updated the flink secor in process exporter config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaali09 committed Jul 9, 2020
1 parent 8863afd commit 8ea5105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/vm-agents-processexporter/templates/config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ process_names:
cmdline:
- .+secor.+
{% endif %}
{% if 'flinksecor-ps' in group_names and hostvars[inventory_hostname]['ansible_default_ipv4']['address'] in groups['flinksecor-ps'] %}
- name: "flinksecor"
{% 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:
Expand Down

0 comments on commit 8ea5105

Please sign in to comment.