Tim Starling has submitted this change and it was merged.

Change subject: Add UDP log to bits
......................................................................


Add UDP log to bits

How am I meant to debug a bits traffic spike that lasts for 3 minutes if
there are no logs of bits traffic anywhere?

Not sure if this will work, I just copied it out of the mobile section.

Change-Id: I3d71bc53faabee1ec493b24eb480a6a18e945f18
---
M manifests/role/cache.pp
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Tim Starling: Verified; Looks good to me, approved



diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 7c2ab7d..e649f0e 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -614,6 +614,10 @@
                                log_fmt => "%U  %q      %{Host}i        %t      
%h      %{X-Forwarded-For}i     %{Referer}i     %{Accept-Language}i     
%{Cookie}i      %{X-WAP-Profile}i       %{User-agent}i  %l      %n",
                                monitor => false,
                        }
+                       varnish::logging { "locke" :
+                               listener_address => "208.80.152.138",
+                               cli_args => "-m RxRequest:^(?!PURGE\$) -D"
+                       }
                }
                
                if $::realm == "production" {

-- 
To view, visit https://gerrit.wikimedia.org/r/58269
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3d71bc53faabee1ec493b24eb480a6a18e945f18
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Starling <[email protected]>
Gerrit-Reviewer: MZMcBride <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: Tim Starling <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to