ragraph

Roberto Palmer via Argus-info argus-info at lists.andrew.cmu.edu
Fri Jun 10 05:45:22 EDT 2016


Hi Carter,

I discovered that skipping the mar record when reading the output of rabins 
solves my problem.

--- /home/roberto/argus-clients-3.0.8.2/bin/ragraph	2016-06-08 
23:39:09.629737182 +0200
+++ /usr/local/bin/ragraph	2016-06-10 11:39:00.127238938 +0200
@@ -1201,7 +1201,7 @@
 
    open(SESAME, $tmpfile);
     
-   for (1 .. 9) {
+   for (1 .. 10) {
       $data = <SESAME>;
    }

Is this a bug ? The mar record should not be considered by ragraph I 
suppose.

Regards,
Roberto


Roberto Palmer via Argus-info wrote:

> Hi all,
> 
> is there anyone having issues with ragraph ?
> I'm using 3.0.8.2 with rrdtools 1.6.0 after having tried
> different versions of rrdtools, but when I run ragraph the
> following error is shown:
> 
> illegal attempt to update using time 1464789900 when last
> update time is 1464789900 (minimum one second step) ....
> 
> Any suggestion would be appreciated,
> 
> Thanks,
> Roberto





More information about the argus mailing list