Skip to content
Snippets Groups Projects
Commit f19335c5 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/tineon#8943 Enable oracle monitoring with netdata

parent 10fd2601
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
with_items:
- httpcheck.conf
- phpfpm.conf
- oracle.conf
notify:
- Restart NetData
......
{% for oracle in oracle_instances|default([]) %}
xe-{{ oracle.id }}:
user: 'netdata'
password: 'netdata'
server: '127.0.0.1:3211{{ oracle.id }}/xepdb1'
service: 'XE'
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment