Browse Source

[getGraphsFDN] Add fai-locaux global output

Sebastien Badia 12 years ago
parent
commit
48ec9c0495
2 changed files with 4 additions and 0 deletions
  1. 3 0
      getGraphsFDN/base.html
  2. 1 0
      getGraphsFDN/getGraphsFDN.pl

+ 3 - 0
getGraphsFDN/base.html

@@ -115,6 +115,9 @@
 	<h2>Bande passante totale de FDN (prestataire de LDN)</h2>
 	<img src="total.png" alt="total" />
 
+	<h2>Bande passante totale des FAI Locaux (marque blanche FDN)</h2>
+	<img src="failocaux.png" alt="failocaux" />
+
 	<p>
 		Le dernier graphique permet de situer les heures <a href="http://fr.wikipedia.org/wiki/95e_centile">à privilégier</a> pour d'éventuels gros téléchargements.<br />
 	</p>

+ 1 - 0
getGraphsFDN/getGraphsFDN.pl

@@ -48,6 +48,7 @@ $mech->get($graphs_uri);
 # Recuperation du graph de conso totale
 $graphs_uri =~ s/-stats/-statimg/;
 $mech->get($graphs_uri."&img=total.rrd&freq=daily", ':content_file' => "total.png");
+$mech->get($graphs_uri."&img=total-fai-locaux.rrd&freq=daily", ':content_file' => "failocaux.png");
 
 # Recuperation des graphs individuels
 $graphs_uri .= "&img=$prenom.$nom%40fdn.nerim.rrd&freq=";