<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 27, 2014 at 10:30 AM, Chris McMahon <span dir="ltr"><<a href="mailto:cmcmahon@wikimedia.org" target="_blank">cmcmahon@wikimedia.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><div dir="ltr"><br><div><br></div><div>Hello QAers, </div><div><br></div><div><br></div><div>We are about to try an experiment.  We have a small script that checks for fatal errors on our test environment at beta labs.  We've set up that script to send notifications to this list.  </div>


<div><br></div><div>I am concerned that it might be too much noise on a list that generally has a lot of signal.  If you find yourself annoyed by the messages, please speak up!  We can alter the frequency, or even change the email recipients.  I'd rather move the fatal notices than have people unsubscribe, so do complain if you feel the need.  </div>

<span class=""><font color="#888888"></font></span></div></blockquote><div><br></div><div>Can you squash them together like they do in fatalmonitor?  For reference, this is the source of fatalmonitor:<br>watch "tail -n 1000 /home/wikipedia/syslog/apache.log | grep 'PHP\|Segmentation fault' | grep -v 'filemtime\|failed to mkdir\|GC cache entry\|cache slam averted\|SHA-1 metadata' | sed -r 's/\[notice\] child pid [0-9]+ exit signal //g' | sed 's/, referer.*$//g' | cut -d ' ' -f 7- | sort | uniq -c | sort -rn"<br>

<br></div><div>With that I can tell at a glance if the fatal is "mine".<br><br></div><div>Nik<br></div></div></div></div>