Commit 5c554661 authored by Alain Takoudjou's avatar Alain Takoudjou

add log tail from monitor to zope and balancer instances

parent 572a2a65
......@@ -203,6 +203,9 @@ source = ${monitor-directory:apachedex-result}
[monitor-parameters]
port = {{ slapparameter_dict['monitor-port'] }}
[log-folder-cgi]
log-folder = ${directory:log}
[apachedex-erp5-entries]
<= apachedex-entries-base
script-name = apachedex-erp5
......@@ -278,6 +281,7 @@ parts +=
cron-entry-monitor
cron-entry-rss
deploy-index
deploy-logfile-cgi
setup-static-files
public-symlink
cgi-httpd-wrapper
......
......@@ -101,6 +101,10 @@ source = ${directory:logrotate-backup}
[monitor-parameters]
port = {{ slapparameter_dict['monitor-port'] }}
[log-folder-cgi]
log-folder = ${directory:log}
# Enable Log As RSS for all zope event log file
{% do part_list.append('log-as-rss-symlink') %}
[error-log-{{ node_id_base }}]
......@@ -467,6 +471,7 @@ parts +=
cron-entry-monitor
cron-entry-rss
deploy-index
deploy-logfile-cgi
setup-static-files
public-symlink
cgi-httpd-wrapper
......
......@@ -77,12 +77,12 @@ md5sum = 5051f8989f37965b1dd974d115feab3d
[template-balancer]
< = download-base-part
filename = instance-balancer.cfg.in
md5sum = 95f4f8f4b9cbd438a43678af05b3aaeb
md5sum = 551126fba60b33a65669d814b6e7fb42
[template-zope]
< = download-base-part
filename = instance-zope.cfg.in
md5sum = 464b0f26ee72b543bae66fc7b12c9d02
md5sum = 4ea10b67275e98f51a7628f9a19d82ff
[template-apache-conf]
< = download-base-part
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment