# File lib/god/conditions/cpu_usage.rb, line 52
      def pid
        self.pid_file ? File.read(self.pid_file).strip.to_i : self.watch.pid
      end