First of a series of significant changes to how monitor is organized.
[monitor.git] / web / MonitorWeb / monitorweb / templates / welcome.kid
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\r
2 <?python\r
3 from links import *\r
4 ?>\r
5 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"\r
6     py:extends="'master.kid'">\r
7 <head>\r
8 <link rel="SHORTCUT ICON" href="http://monitor.planet-lab.org/favicon.gif" />\r
9 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>\r
10 <title>Welcome to MyOps</title>\r
11     <script type='text/javascript' src='https://www.google.com/jsapi?key=ABQIAAAAECeilpUt6K60xqj7ANJ1YBR8HRE8RqFOF-HFcsZBUZ07eLJr3hRoB15iNmFCqHrX_DZZpC9mf-cV2g'></script>\r
12     <script type='text/javascript' src='static/javascript/googlevis.js'></script>\r
13     <script type='text/javascript'>\r
14         google.setOnLoadCallback(getData2);\r
15     </script>\r
16 </head>\r
17 <body>\r
18 \r
19   <!--div id="sidebar">\r
20     <h2>Learn more</h2>\r
21     Learn more about MyOps default policies, and take part in its development\r
22     <ul class="links">\r
23       <li><a href="https://svn.planet-lab.org/wiki/MyOpsDocs">Documentation</a></li>\r
24       <li><a href="https://svn.planet-lab.org/wiki/MyOpsPolicyForPlanetLab">Policy</a></li>\r
25       <li><a href="https://svn.planet-lab.org/svn/MyOps">Latest Source</a></li>\r
26     Learn more about MyOps default policies, and take part in its development\r
27       <li><a href="http://svn.planet-lab.org/svn/Monitor">Latest Source</a></li>\r
28     </ul>\r
29     <span py:replace="now">now</span>\r
30   </div-->\r
31   <div id="sidebar">\r
32     <h2>Main Links</h2>\r
33     <ul class="links">\r
34       <li class="getting_started">\r
35         <h3>Sites</h3>\r
36         <p> All monitored sites : <a href="site">Sites</a> <br/> </p>\r
37       </li>\r
38       <li class="getting_started">\r
39         <h3>Nodes</h3>\r
40         <p> All nodes: <a href="node">Nodes</a> <br/> </p>\r
41       </li>\r
42       <li class="getting_started">\r
43         <h3>Power Control (PCUs)</h3>\r
44         <p> All PCUs : <a href="pcu">PCUs</a> <br/> </p>\r
45       </li>\r
46       <li>\r
47         <h3>Learn more</h3>\r
48     Learn more about MyOps default policies, <br/> and take part in its development\r
49         <a href="http://svn.planet-lab.org/svn/Monitor">Latest Source</a>\r
50       </li>\r
51     </ul>\r
52     <span py:replace="now">now</span>\r
53   </div>\r
54   <div id="getting_started">\r
55   <blockquote>\r
56   <p>\r
57     MyOps observes the operational state of PlanetLab and enforces global\r
58     policies at member sites. MyOps observes three principle objects in\r
59     PlanetLab: Sites, Nodes, and Power Control Units (PCUs).  Based on\r
60     the observed state of these objects, MyOps applies policies to member\r
61     sites that are expected to improve the operational state of the whole\r
62     system.\r
63   </p>\r
64     <!--div id='chart_div' style='width: 700px; height: 360px;'></div-->\r
65     <!--ol id="getting_started_steps">\r
66       <li class="getting_started">\r
67         <h3>Sites</h3>\r
68         <p> All monitored sites : <a href="site">Sites</a> <br/> </p>\r
69       </li>\r
70       <li class="getting_started">\r
71         <h3>Nodes</h3>\r
72         <p> All nodes: <a href="node">Nodes</a> <br/> </p>\r
73       </li>\r
74       <li class="getting_started">\r
75         <h3>Power Control (PCUs)</h3>\r
76         <p> All PCUs : <a href="pcu">PCUs</a> <br/> </p>\r
77       </li>\r
78     </ol-->\r
79         <p>If you'd like to track things a little more informally, you can install\r
80         these Google Gadgets for summaries of the entire system or a specific\r
81         site.</p>\r
82     <ul class="links">\r
83       <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/gadget.xml">MyOps Summary</a></li>\r
84       <li><a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=${plc_myops_uri()}/monitor/sitemonitor.xml">Site Summary</a></li>\r
85     </ul>\r
86     </blockquote>\r
87   </div>\r
88   <!-- End of getting_started -->\r
89 </body>\r
90 </html>\r