we need to update this in 2 places and run it on logs and people

This commit is contained in:
Stephen Smoogen 2017-12-20 21:37:46 +00:00
parent 53e86336fd
commit 02938f63ad
4 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,7 @@ syncHttpLogs blockerbugs02.phx2.fedoraproject.org
syncHttpLogs blockerbugs01.stg.phx2.fedoraproject.org
syncHttpLogs value01.phx2.fedoraproject.org
syncHttpLogs secondary01
syncHttpLogs people02.vpn.fedoraproject.org old
syncHttpLogs people02.vpn.fedoraproject.org
syncHttpLogs noc01.phx2.fedoraproject.org
syncHttpLogs download01.phx2.fedoraproject.org
syncHttpLogs download02.phx2.fedoraproject.org

View file

@ -158,7 +158,7 @@ syncHttpLogs {{host}} old
## sync up people
{% for host in groups['people'] %}
syncHttpLogs {{host}} old
syncHttpLogs {{host}}
{% endfor %}
## sync up nagios

View file

@ -78,7 +78,7 @@ syncHttpLogs blockerbugs02.phx2.fedoraproject.org
syncHttpLogs blockerbugs01.stg.phx2.fedoraproject.org
syncHttpLogs value01.phx2.fedoraproject.org
syncHttpLogs secondary01
syncHttpLogs people02.vpn.fedoraproject.org old
syncHttpLogs people02.vpn.fedoraproject.org
syncHttpLogs noc01.phx2.fedoraproject.org
syncHttpLogs download01.phx2.fedoraproject.org
syncHttpLogs download02.phx2.fedoraproject.org

View file

@ -37,8 +37,8 @@ NameVirtualHost *:80
Header always add Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"
LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
ErrorLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-error.log-%Y-%m-%d 86400 -l"
CustomLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-access.log-%Y-%m-%d 86400 -l" vcommon
ErrorLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-error.log-%Y%m%d 86400 -l"
CustomLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-access.log-%Y%m%d 86400 -l" vcommon
<Location />
ExpiresActive On