Funktionierendes Monitoring
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user