Your message dated Sat, 19 Oct 2013 16:14:15 +0000
with message-id <[email protected]>
and subject line Bug#726564: Removed package(s) from unstable
has caused the Debian Bug report #466856,
regarding rrd-files with wrong RRA-Values for step 60
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
466856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466856
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---

Package: nagiosgrapher
Version: 1.6.1rc3-2
Tags: patch


Hello,

when collect2.pl generates a new rrd-file the default-values are optimized for 
step 300.
I think the use of $heartbeat is wrong on this place.
My patch will calculate the steps of the RRA instead of the number of entries 
in an RRA.
If the generally step is not 60 instead of 300, it will create 4 RRAs.


best regards

Thomas Sesselmann
--
Thomas Sesselmann, Dipl.-Inf.
Zentrale Datenverarbeitung
Deutsches Krebsforschungszentrum
Im Neuenheimer Feld 280
69120 Heidelberg
Tel.: +49-6221/42-2357
E-Mail: [email protected]
gpg-key: http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0x9392E54B
427,437c427,433
< 				# Get Steps for RRA Value, for yearly, monthly, weekly, dayly, hourly graph
< 				my @rrasteps=();
< 				foreach ( 86400, 7200, 3600, 300, 10 ) {
< 					my $aktstep = int( $_ / $step );
< 					$aktstep++ if ( $_ % $step );
< 					push @rrasteps, $aktstep if ( not grep( { $_ == $aktstep } @rrasteps ) );
< 				}
<                 foreach ( @rrasteps ) {
< 	                push @system, "RRA:AVERAGE:0.5:$_:600";
< 	                push @system, "RRA:MAX:0.5:$_:600";
< 	                push @system, "RRA:MIN:0.5:$_:600";
---
>                 # Adding some default average frames
>                 # OLD: 5, 30, 120, 1440;
> 
>                 for (1, 6, 24, 288) {
> 	                push @system, "RRA:AVERAGE:0.5:$_:$heartbeat";
> 	                push @system, "RRA:MAX:0.5:$_:$heartbeat";
> 	                push @system, "RRA:MIN:0.5:$_:$heartbeat";

--- End Message ---
--- Begin Message ---
Version: 1.7.1-4.1+rm

Dear submitter,

as the package nagiosgrapher has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/726564

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to