Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-12 Thread Ludovic Drolez
On Tue, Mar 11, 2008 at 07:41:37PM +0100, Knaupp, Thomas wrote: > Hello Ludovic, > > maybe a stupid question: > can I patch backuppc (3.1.0) that is already patched with your first > version? No, Nicholas' patch is not compatible with mine. You have to undo the 1st patch (patch -r) and apply Nich

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-11 Thread Nicholas Hall
On Tue, Mar 11, 2008 at 12:41 PM, Knaupp, Thomas <[EMAIL PROTECTED]> wrote: > Hello Ludovic, > > > I've updated the patch with a new DS to hold and graph > > the value of the pool size prior to pooling and compression. > > Attached is the patch and a sample image. You will need > > to delete the

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-11 Thread Knaupp, Thomas
Hi Nicholas, sorry .. that one should go to you :) > I've updated the patch with a new DS to hold and graph > the value of the pool size prior to pooling and compression. > Attached is the patch and a sample image. You will need > to delete the existing RRD file ($LogDir/pool.rrd) > as the scrip

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-11 Thread Knaupp, Thomas
Hello Ludovic, > I've updated the patch with a new DS to hold and graph > the value of the pool size prior to pooling and compression. > Attached is the patch and a sample image. You will need > to delete the existing RRD file ($LogDir/pool.rrd) > as the script creates a new one with an additiona

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-11 Thread Nicholas Hall
On Fri, Feb 29, 2008 at 2:51 AM, Ludovic Drolez <[EMAIL PROTECTED]> wrote: > rOn Thu, Feb 28, 2008 at 10:17:43AM -0700, Kimball Larsen wrote: > > but the images appear as busted images on the status page. > > (With the patch :-D ) > > Hi ! > > This new patch should fix this bug. Anyway the graphs

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-10 Thread Les Mikesell
Simone Marzona wrote: > > can this patch be modified for showing the percentage of cpool space > sorted by host in some kind of stacked graph? > > I thing that cound be usefull to know how much of the pool storage is > used by host A and how much by host B and so on. I'm not interested in > the s

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-10 Thread Simone Marzona
Hi all can this patch be modified for showing the percentage of cpool space sorted by host in some kind of stacked graph? I thing that cound be usefull to know how much of the pool storage is used by host A and how much by host B and so on. I'm not interested in the size of the backup for each ho

Re: [BackupPC-users] Small patch to graph the pool size

2008-03-04 Thread Martin Leben
Ludovic Drolez wrote: > Le jeudi 28 février 2008 18:50, vous avez écrit : >> I have an idea. It would be cool if the graphs also showed the total size >> prior to pooling/compression as a line overlayed on the existing graphs. >> >> I think this data is exposed as $fullSizeTot and $incrSizeTot. I'

Re: [BackupPC-users] Small patch to graph the pool size

2008-03-04 Thread Ludovic Drolez
Le jeudi 28 février 2008 18:50, vous avez écrit : > I have an idea. It would be cool if the graphs also showed the total size > prior to pooling/compression as a line overlayed on the existing graphs. > > I think this data is exposed as $fullSizeTot and $incrSizeTot. I'll see if > I can figure it

Re: [BackupPC-users] Small patch to graph the pool size

2008-03-04 Thread Knaupp, Thomas
Nils wrote: | I like to keep things separated. BackupPC does backups, | my monitoring software does the monitoring. | Also keeps upgrades simple. | But yeah, I can see others might like this. I agree, but as a compromise - it would be a nice option to ./configure --with-graphs :) So, every

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-03 Thread Pete Geenhuizen
Thanks that fixed the display for me on Centos 5 John Rouillard wrote: > On Fri, Feb 29, 2008 at 09:51:46AM +0100, Ludovic Drolez wrote: > >> On Thu, Feb 28, 2008 at 10:17:43AM -0700, Kimball Larsen wrote: >> >>> but the images appear as busted images on the status page. >>> >> (Wit

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-03-01 Thread John Rouillard
On Fri, Feb 29, 2008 at 09:51:46AM +0100, Ludovic Drolez wrote: > On Thu, Feb 28, 2008 at 10:17:43AM -0700, Kimball Larsen wrote: > > but the images appear as busted images on the status page. > > (With the patch :-D ) > > Hi ! > > This new patch should fix this bug. Anyway the graphs will appear

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-02-29 Thread Nils Breunese (Lemonbit)
Ludovic Drolez wrote: > I've also fixed another problem, which comes from the fact that I > assumed > that the CGI was index.cgi (only true for Debian users ?). It's called BackupPC_Admin in the official distribution. Nils Breunese.

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-02-29 Thread Ludovic Drolez
rOn Thu, Feb 28, 2008 at 10:17:43AM -0700, Kimball Larsen wrote: > but the images appear as busted images on the status page. (With the patch :-D ) Hi ! This new patch should fix this bug. Anyway the graphs will appear after "backuppc nightly" has run. I've also fixed another problem, which com

Re: [BackupPC-users] Small patch to graph the pool size (v2 patch)

2008-02-29 Thread Ludovic Drolez
On Thu, Feb 28, 2008 at 10:17:43AM -0700, Kimball Larsen wrote: > but the images appear as busted images on the status page. Hi ! This new patch should fix this bug. Anyway the graphs will appear after "backuppc nightly" has run. I've also fixed another problem, which comes from the fact that I

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-29 Thread Nils Breunese (Lemonbit)
dan wrote: > this is interesting! what file does this diff apply to? can you > give the command to patch the file please? and possibly put that in > the wiki OR i will put it in the wiki if you put it here. thanks I like to keep things separated. BackupPC does backups, my monitoring softw

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread dan
nice job Kimball. Big thanks to Ludovic! has this been submitted to the devel mailing list for inclusion? On Thu, Feb 28, 2008 at 11:07 AM, Kimball Larsen <[EMAIL PROTECTED]> wrote: > This is to confirm that this patch works on 3.0.0 as well! > Thanks! > > -- Kimball > > > On Feb 28, 2008, at 1

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread Kimball Larsen
This is to confirm that this patch works on 3.0.0 as well! Thanks! -- Kimball On Feb 28, 2008, at 10:53 AM, Kimball Larsen wrote: On Feb 28, 2008, at 10:37 AM, dan wrote: please inform us if it works on 3.0! this is a great little add. very nice On Thu, Feb 28, 2008 at 10:27 AM, N

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread Kimball Larsen
On Feb 28, 2008, at 10:37 AM, dan wrote: please inform us if it works on 3.0! this is a great little add. very nice On Thu, Feb 28, 2008 at 10:27 AM, Nicholas Hall <[EMAIL PROTECTED]> wrote: Ludovic - freaking sweet man. I just applied that patch. Kimball - I believe the images are ge

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread Nicholas Hall
I have an idea. It would be cool if the graphs also showed the total size prior to pooling/compression as a line overlayed on the existing graphs. I think this data is exposed as $fullSizeTot and $incrSizeTot. I'll see if I can figure it out sometime today. On Thu, Feb 28, 2008 at 10:42 AM, Ludo

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread dan
please inform us if it works on 3.0! this is a great little add. very nice On Thu, Feb 28, 2008 at 10:27 AM, Nicholas Hall <[EMAIL PROTECTED]> wrote: > Ludovic - freaking sweet man. I just applied that patch. > > Kimball - I believe the images are generated during the backuppc nightly > run.

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread Nicholas Hall
Ludovic - freaking sweet man. I just applied that patch. Kimball - I believe the images are generated during the backuppc nightly run. (mine also shows broken images on 3.1). Can't wait to check it tomorrow morning and show my boss who already is in love with BackupPC. On Thu, Feb 28, 2008 at

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread Kimball Larsen
On Feb 28, 2008, at 9:56 AM, Ludovic Drolez wrote: > dan gmail.com> writes: >> this is interesting! what file does this diff apply to? > > You can 'cd' to the original source directory, or to your installation > directory (maybe /usr/share/backuppc) and then run: > > patch -p1 > Oh yes, I've f

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread Ludovic Drolez
dan gmail.com> writes: > this is interesting!  what file does this diff apply to?  You can 'cd' to the original source directory, or to your installation directory (maybe /usr/share/backuppc) and then run: patch -p1 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/

Re: [BackupPC-users] Small patch to graph the pool size

2008-02-28 Thread dan
this is interesting! what file does this diff apply to? can you give the command to patch the file please? and possibly put that in the wiki OR i will put it in the wiki if you put it here. thanks On Thu, Feb 28, 2008 at 9:42 AM, Ludovic Drolez <[EMAIL PROTECTED]> wrote: > Hi ! > > I've made a