[Orca-users] RE: nan errors

Mickey Coggins mick at iprolink.ch
Tue Mar 14 09:33:25 PST 2000


From: "Mickey Coggins" <mick at iprolink.ch>

Hi,

I didn't have the raw data, so I "fixed" the problem with this script:

#!/bin/bash

for FILE
do
	/usr/local/rrdtool/bin/rrdtool dump $FILE |
	sed -e "s,minimal_heartbeat..*,minimal_heartbeat> 2000  </minimal_heartbeat>," \
		-e "s,<step>..*,<step> 1000 </step> <!-- Seconds -->," > /tmp/$$
	/usr/local/rrdtool/bin/rrdtool restore /tmp/$$ $FILE 

done

Thanks,
Mickey


> -----Original Message-----
> From: Blair Zajac [mailto:blair at akamai.com]
> Sent: mardi, 14. mars 2000 17:39
> To: orca-users at onelist.com
> Subject: Re: [orca-users] nan errors
> 
> ...
>
> You have to delete the RRD files.  If you have the original data stored in
> the text files, Orca will reread them and recreate the RRD files.
> ...


------------------------------------------------------------------------
@Backup- Protect and Access your data any time, any where on the net.
Try @Backup FREE and recieve 300 points from mypoints.com Install now:
http://click.egroups.com/1/2345/5/_/_/_/953055259/
------------------------------------------------------------------------




More information about the Orca-users mailing list