Funktionierendes Monitoring

This commit is contained in:
Marcus Gillitzer
2021-09-30 12:12:58 +02:00
parent 757fcd622f
commit e0cd1d1350
7 changed files with 123 additions and 7 deletions

View File

@ -1,6 +1,23 @@
---
##hiermit wird das Monitoring eingeschaltet
- name: copy tech.diagnostics.yaml to /opt/rola/ams/linux/webclient-services/rsAmsBvService-14.1.6.0/frameworkconfig/prefs/tech.diagnostics.yaml
copy:
src: tech.diagnostics.yaml
dest: /opt/rola/ams/linux/webclient-services/rsAmsBvService-14.1.6.0/frameworkconfig/prefs/tech.diagnostics.yaml
owner: jetty
group: dba
mode: 0644
- name: copy extension.system.properties to /opt/rola/ams/linux/webclient-services/rsAmsBvService-14.1.6.0/frameworkconfig/boot/extension.system.properties
copy:
src: extension.system.properties
dest: /opt/rola/ams/linux/webclient-services/rsAmsBvService-14.1.6.0/frameworkconfig/boot/extension.system.properties
owner: jetty
group: dba
mode: 0644
- name: Template file rsWebserviceAppserver.xml_enable_mon.j2 with owner and permissions
template:
src: rsWebserviceAppserver.xml_enable_mon.j2