fix status name
authorTom Clegg <tom@clinicalfuture.com>
Fri, 11 Jan 2013 20:54:06 +0000 (12:54 -0800)
committerTom Clegg <tom@clinicalfuture.com>
Fri, 11 Jan 2013 20:54:06 +0000 (12:54 -0800)
app/models/node.rb

index 8d15472fbe4e419b42018ac70507b015709706a2..364c1ac40c0b2de836bca294c414ce4ae6278b91 100644 (file)
@@ -29,7 +29,7 @@ class Node < ActiveRecord::Base
     elsif Time.now - self.last_ping_at > 1.hours
       'missing'
     else
-      'alive'
+      'running'
     end
   end