|
@@ -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=";
|