Difference between revisions of "Server Evaluation Triage"

From FreekiWiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
 
     start [label="START", shape="box", style="bold"]
 
     start [label="START", shape="box", style="bold"]
 
     no [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
 
     no [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
 +
    notyet [label="Return system to PreBuild\nTELL PreBuild INSTRUCTOR WHY", shape="box", style="bold"]
 
     yes [label="YES\n(we want it for a server)", shape="box", style="bold"]
 
     yes [label="YES\n(we want it for a server)", shape="box", style="bold"]
  
 +
    KeeperTag [label="Does the system have a Keeper Tag?"]
 +
    HardDrives [label="Does the system have any hard drives in it?"]
 
     RAMcapacity [label="Can it take\nat least 1 GB of RAM, \npreferably more than 8 GB?"]
 
     RAMcapacity [label="Can it take\nat least 1 GB of RAM, \npreferably more than 8 GB?"]
 
     KeyboardlessBoot [label="Can it boot without a keyboard?"]
 
     KeyboardlessBoot [label="Can it boot without a keyboard?"]
Line 14: Line 17:
  
  
     start -> RAMcapacity
+
     start -> KeeperTag
 +
 
 +
    KeeperTag -> notyet [label="NO"]
 +
    KeeperTag -> HardDrives [label="YES"]
 +
 
 +
    HardDrives -> notyet [label="NO"]
 +
    HardDRives -> RAMcapacity [label="YES"]
 +
 
  
 
     RAMcapacity -> no [label="NO"]
 
     RAMcapacity -> no [label="NO"]

Revision as of 16:56, 25 August 2008

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.