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} ...@@ -203,6 +203,9 @@ source = ${monitor-directory:apachedex-result}
[monitor-parameters] [monitor-parameters]
port = {{ slapparameter_dict['monitor-port'] }} port = {{ slapparameter_dict['monitor-port'] }}
[log-folder-cgi]
log-folder = ${directory:log}
[apachedex-erp5-entries] [apachedex-erp5-entries]
<= apachedex-entries-base <= apachedex-entries-base
script-name = apachedex-erp5 script-name = apachedex-erp5
...@@ -278,6 +281,7 @@ parts += ...@@ -278,6 +281,7 @@ parts +=
cron-entry-monitor cron-entry-monitor
cron-entry-rss cron-entry-rss
deploy-index deploy-index
deploy-logfile-cgi
setup-static-files setup-static-files
public-symlink public-symlink
cgi-httpd-wrapper cgi-httpd-wrapper
......
...@@ -101,6 +101,10 @@ source = ${directory:logrotate-backup} ...@@ -101,6 +101,10 @@ source = ${directory:logrotate-backup}
[monitor-parameters] [monitor-parameters]
port = {{ slapparameter_dict['monitor-port'] }} port = {{ slapparameter_dict['monitor-port'] }}
[log-folder-cgi]
log-folder = ${directory:log}
# Enable Log As RSS for all zope event log file # Enable Log As RSS for all zope event log file
{% do part_list.append('log-as-rss-symlink') %} {% do part_list.append('log-as-rss-symlink') %}
[error-log-{{ node_id_base }}] [error-log-{{ node_id_base }}]
...@@ -467,6 +471,7 @@ parts += ...@@ -467,6 +471,7 @@ parts +=
cron-entry-monitor cron-entry-monitor
cron-entry-rss cron-entry-rss
deploy-index deploy-index
deploy-logfile-cgi
setup-static-files setup-static-files
public-symlink public-symlink
cgi-httpd-wrapper cgi-httpd-wrapper
......
...@@ -77,12 +77,12 @@ md5sum = 5051f8989f37965b1dd974d115feab3d ...@@ -77,12 +77,12 @@ md5sum = 5051f8989f37965b1dd974d115feab3d
[template-balancer] [template-balancer]
< = download-base-part < = download-base-part
filename = instance-balancer.cfg.in filename = instance-balancer.cfg.in
md5sum = 95f4f8f4b9cbd438a43678af05b3aaeb md5sum = 551126fba60b33a65669d814b6e7fb42
[template-zope] [template-zope]
< = download-base-part < = download-base-part
filename = instance-zope.cfg.in filename = instance-zope.cfg.in
md5sum = 464b0f26ee72b543bae66fc7b12c9d02 md5sum = 4ea10b67275e98f51a7628f9a19d82ff
[template-apache-conf] [template-apache-conf]
< = download-base-part < = 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