Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
8863afd4
Commit
8863afd4
authored
4 years ago
by
kaali09
Browse files
Options
Download
Patches
Plain Diff
Issue #0000 feat: updated the flink secor in process exporter config
parent
12c10484
sunbird-monitoring-release-2.6.0_RC6
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/vm-agents-processexporter/templates/config.j2
+8
-1
ansible/roles/vm-agents-processexporter/templates/config.j2
with
8 additions
and
1 deletion
+8
-1
ansible/roles/vm-agents-processexporter/templates/config.j2
+
8
−
1
View file @
8863afd4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets