FBR: Enable central http logging for internal proxies

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Can I get +1s for applying the underneath patch and running the
logserver.yml playbook?

This will make sure we also capture the proxy101/proxy110 http logs on log01.

Patrick


diff --git a/roles/base/templates/syncHttpLogs.sh.j2
b/roles/base/templates/syncHttpLogs.sh.j2
index d83f63d65..8cca68d5d 100644
--- a/roles/base/templates/syncHttpLogs.sh.j2
+++ b/roles/base/templates/syncHttpLogs.sh.j2
@@ -33,6 +33,11 @@ function syncHttpLogs {
 syncHttpLogs {{host}}
 {% endfor %}

+## Sync up all internal proxies
+{% for host in groups['proxies-internal'] %}
+syncHttpLogs {{host}}
+{% endfor %}
+
 ## Sync up all staging proxies
 {% for host in groups['proxies-stg'] %}
 syncHttpLogs {{host}}
_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux