Re: ragraph
Roberto Palmer via Argus-info <[email protected]>
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <[email protected]> |
Ahhh, it works now. I disabled mar generation in the rarc file. Thank you Carter. R Carter Bullard via Argus-info wrote: > Hey Roberto, > Rabins has the option to generate mar records as a bin deliminator. When > the option is on, rabins.1 will generate mar start and stop messages for > each bin. That option was added last year ... That option is set in the > .rarc file, normally in your home directory. > > There is also an option to control printing of mar records. Most > analytics, like ragraph.1, don't want to see these records, so it should > be off by default. > > With all of that ... do you have a .rarc file. Does it set any of these > options ??? Carter > >> On Jun 10, 2016, at 5:45 AM, Roberto Palmer via Argus-info >> <[email protected]> wrote: >> >> 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 >> >> >>