--- ps2rrd.pl 2009/07/17 13:25:34 11 +++ ps2rrd.pl 2009/07/17 13:43:41 12 @@ -99,7 +99,7 @@ print "\ndrawing $#t intervals ", $t[0], " - ", $t[$#t]; my $rrd = RRD::Simple->new( file => $rrd_file ); -$rrd->create( 'hour', map { ( $_ => 'GAUGE' ) } @veids ); +$rrd->create( map { ( $_ => 'GAUGE' ) } @veids ); foreach my $t ( @t ) { print STDERR ".";