Tim Starling has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/58269


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/69/58269/1

diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp
index 5ee59b0..925d8fa 100644
--- a/manifests/role/cache.pp
+++ b/manifests/role/cache.pp
@@ -613,6 +613,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: newchange
Gerrit-Change-Id: I3d71bc53faabee1ec493b24eb480a6a18e945f18
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Starling <[email protected]>

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

Reply via email to