]> git.proxmox.com Git - pve-cluster.git/commitdiff
use full-size-mode for RRD graph
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 28 Nov 2011 09:40:23 +0000 (10:40 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Nov 2011 12:29:26 +0000 (13:29 +0100)
We do not want to scale graphs in the browser.

Makefile
data/PVE/Cluster.pm
debian/changelog

index 1eb3c415c599af31e79a384d958afa65ea3eadb7..1941ad142058d2dd9e91e11e17eae1e8354aae32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=2.0
 
 PACKAGE=pve-cluster
 PKGVER=1.0
-PKGREL=11
+PKGREL=12
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
index 8378ca67cd36768cbeb7ebdfa25fdbf6e4818a60..469fcdd3acff55ffd731a36ec1208dfea3c97142 100644 (file)
@@ -708,6 +708,8 @@ sub create_rrd_graph {
        push @args, "LINE2:${dataid}${col}:${id}";
     }
 
+    push @args, '--full-size-mode';
+
     RRDs::graph($filename, @args);
 
     my $err = RRDs::error;
index 4ef85856daa539a9eee98e9fe67d3a78b98b34c5..b63c951e357d9f0bee93628c1daf6413b304dc9d 100644 (file)
@@ -1,7 +1,17 @@
+pve-cluster (1.0-12) unstable; urgency=low
+
+  * use full-size-mode for RRD graph
+
+  * depend on libdigest-hmac-perl
+  
+  * start before cron
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 29 Nov 2011 13:28:58 +0100
+
 pve-cluster (1.0-11) unstable; urgency=low
 
   * restart pvedaemon after cluster 'add'
-
+  
  -- Proxmox Support Team <support@proxmox.com>  Tue, 15 Nov 2011 09:14:30 +0100
 
 pve-cluster (1.0-10) unstable; urgency=low