[pve-devel] [PATCH] always start rrd grephs at 0

Dietmar Maurer dietmar at proxmox.com
Sat Feb 27 09:39:59 CET 2016


applied, thanks!

> Signed-off-by: Markus Köberl <markus.koeberl at tugraz.at>
> ---
>  data/PVE/Cluster.pm |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
> index 5a93f79..0a7e8d0 100644
> --- a/data/PVE/Cluster.pm
> +++ b/data/PVE/Cluster.pm
> @@ -707,6 +707,7 @@ sub create_rrd_graph {
>  	"--width" => 800,
>  	"--start" => - $reso*$count,
>  	"--end" => 'now' ,
> +	"--lower-limit" => 0,
>  	);
>  
>      my $socket = "/var/run/rrdcached.sock";
> -- 
> 1.7.10.4




More information about the pve-devel mailing list