root/trunk/web/res.php @ 128

Revision 120, 481 bytes (checked in by andreu, 13 years ago)

first monitoring web site

Line 
1<?php
2
3print "    <div id=\"contenu\">\n";
4print "     <h2>State of your collector</h2>\n";
5print "     <p>Graphics are updated all 5 minutes. </p>\n";
6print "     <h3>Number of flow analysed by your collector (per second)</h3>\n";
7print "         <img src=\"./img_monitoring/RENETCOL_RealflowNb_day.png\">\n";
8print "     <h3>CPU Usage</h3>\n";
9print "         <img src=\"$CPUTOTAL\">\n";
10print "     <h3>Load average</h3>\n";
11print "         <img src=\"$LOADAVERAGE\">\n";
12
13
14print "    </div>\n";
15
16?>
Note: See TracBrowser for help on using the browser.