X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/munin.git/blobdiff_plain/fffa6ac25f2492ddcc4e1ab8d7e46ec656bb6932..70a87204b9c2491a0f9c0933303b9f1c5eb2bccb:/web/all-usage.cgi diff --git a/web/all-usage.cgi b/web/all-usage.cgi index 20d5eb4..efc8a2c 100755 --- a/web/all-usage.cgi +++ b/web/all-usage.cgi @@ -46,7 +46,7 @@ my $type = $q->param("type") || "cpu"; $type =~ m|^(\w+)$| or die "Invalid graph type"; $type = $graph_types{$1} or die "Invalid graph type"; -my $path = catfile(GRAPH_DIR, "*-$type-????????_????_????_????_????????????-?.rrd"); +my $path = catfile(GRAPH_DIR, "*-$type-uuid_????????_????_????_????_????????????-?.rrd"); my @files = glob $path or die "No data found"; push @args, "--start", "-".$days."d";