# File monit/lib/symbiosis/monitor/state_db.rb, line 72
      def last_result_for(test)
        @dbh.execute("SELECT * FROM #{@tbl_name} WHERE test = ? ORDER BY timestamp DESC LIMIT 0,1", test).first
      end