<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,15 +18,15 @@ class PassengerStatus &lt; Scout::Plugin
     data.each do |line|
       #line = line.gsub(/\e\[\d+m/,'')
       if line =~ /^max\s+=\s(\d+)/
-        stats[&quot;max passengers&quot;] = $1
+        stats[&quot;max&quot;] = $1
       elsif line =~ /^count\s+=\s(\d+)/
-        stats[&quot;current passengers &quot;] = $1
+        stats[&quot;current&quot;] = $1
       elsif line =~ /^active\s+=\s(\d+)/
-        stats[&quot;active passengers&quot;] = $1
+        stats[&quot;active&quot;] = $1
       elsif line =~ /^inactive\s+=\s(\d+)/
-        stats[&quot;inactive passengers&quot;] = $1
+        stats[&quot;inactive&quot;] = $1
       elsif line =~ /^Waiting on global queue: (\d+)/
-        stats[&quot;Requests Waiting on global queue&quot;] = $1
+        stats[&quot;gq_wait&quot;] = $1
 
       end
     end</diff>
      <filename>passenger_status/passenger_status.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4fe24648d14ad865eeb6c3190a32b4983ac9d3c0</id>
    </parent>
  </parents>
  <author>
    <name>Andre Lewis</name>
    <login></login>
    <email>andre@highgroove.com</email>
  </author>
  <url>http://github.com/highgroove/scout-plugins/commit/141664cc8e03604823435e51ca613de7e71516fd</url>
  <id>141664cc8e03604823435e51ca613de7e71516fd</id>
  <committed-date>2009-06-12T11:09:17-07:00</committed-date>
  <authored-date>2009-06-12T11:09:17-07:00</authored-date>
  <message>concise field labels</message>
  <tree>a89daae15a74cd227f209ddfa5a1b80c32f2a748</tree>
  <committer>
    <name>Andre Lewis</name>
    <login></login>
    <email>andre@highgroove.com</email>
  </committer>
</commit>
