[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/var/www/se3/sysmon/ -> index.php (source)

   1  <?php
   2  
   3  
   4     /**
   5     
   6     * Affiche la page MRTG
   7     * @Version $Id: index.php 2946 2008-05-04 17:20:32Z plouf $ 
   8     
   9     * @Projet LCS / SambaEdu 
  10     
  11     * @auteurs  Philippe Chadefaux
  12  
  13     * @Licence Distribue selon les termes de la licence GPL
  14     
  15     * @note 
  16     
  17     */
  18  
  19     /**
  20  
  21     * @Repertoire: sysmon/
  22     * file: index.php
  23     */    
  24  
  25  include ("entete.inc.php");
  26  include  "ldap.inc.php";
  27  include  "ihm.inc.php";
  28  
  29  require_once  ("lang.inc.php");
  30  bindtextdomain('se3-infos',"/var/www/se3/locale");
  31  textdomain ('se3-infos');
  32  
  33  //aide
  34  $_SESSION["pageaide"]="Informations_syst%C3%A8me#Tableau_de_bord";
  35  
  36  $login=isauth();
  37  if (is_admin("se3_is_admin",$login)=="Y") {
  38      ?>
  39      
  40  
  41      <h1>MRTG Index Page</h1>
  42      <!-- Command line is easier to read using "View Page Properties" of your browser -->
  43      <!-- But not all browsers show that information. :-(                             -->
  44      <META NAME="Command-Line" CONTENT="/usr/bin/indexmaker --output=/var/www/se3/21d51d/sysmon/index.html /etc/mrtg.cfg">
  45      <META HTTP-EQUIV="Refresh" CONTENT="300">
  46      <META HTTP-EQUIV="Cache-Control" content="no-cache">
  47      <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  48      <META HTTP-EQUIV="Expires" CONTENT="Fri, 28 Jul 2006 10:37:26 GMT">
  49  <style type="text/css">
  50  <!--
  51  /* commandline was: /usr/bin/indexmaker --output=/var/www/se3/21d51d/sysmon/index.html /etc/mrtg.cfg */
  52  /* sorry, no style, just abusing this to place the commandline and pass validation */
  53  -->
  54  </style>
  55  </HEAD>
  56  
  57  
  58  
  59  <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10>
  60  <tr>
  61  <td><DIV><B>eth0 - Trafic Ethernet SE3 </B></DIV>
  62  <DIV><A HREF="se3-eth0.php"><IMG BORDER=1 ALT="se3-eth0 Traffic Graph" SRC="se3-eth0-day.png"></A><BR>
  63  <SMALL><!--#flastmod virtual="se3-eth0.php" --></SMALL></DIV>
  64  </td><td><DIV><B>Charge CPU SE3 </B></DIV>
  65  <DIV><A HREF="se3-cpu.php"><IMG BORDER=1 ALT="se3-cpu Traffic Graph" SRC="se3-cpu-day.png"></A><BR>
  66  <SMALL><!--#flastmod virtual="se3-cpu.php" --></SMALL></DIV>
  67  </td></tr>
  68  <tr>
  69  <td><DIV><B>Usage memoire serveur se3 </B></DIV>
  70  <DIV><A HREF="se3_mem.php"><IMG BORDER=1 ALT="se3_mem Traffic Graph" SRC="se3_mem-day.png"></A><BR>
  71  <SMALL><!--#flastmod virtual="se3_mem.php" --></SMALL></DIV>
  72  </td><td><DIV><B>Charge Samba </B></DIV>
  73  <DIV><A HREF="se3_smb.php"><IMG BORDER=1 ALT="se3_smb Traffic Graph" SRC="se3_smb-day.png"></A><BR>
  74  <SMALL><!--#flastmod virtual="se3_smb.php" --></SMALL></DIV>
  75  </td></tr>
  76  <tr>
  77  <td></td>
  78  </tr>
  79  </TABLE>
  80  
  81  <BR>
  82  
  83  <?php
  84  }
  85  
  86  include ("pdp.inc.php");
  87  ?>


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1