RRD-Tweak

This is a module for manipulating the structure of RRDtool files. It can
read a file, alter its DS and RRA structure, and save a new file. It
also allows creating new empty RRD files in memory or on the disk.

The file read/write operations are implemented in native C. The module
links with librrd, so the librrd library and its header files are
required for building the RRD::Tweak module. The module is tested with
RRDtool versions 1.3 and 1.4. As the RRD file format is architecture
dependent, RRD::Tweak can only read files which are created by RRDtool
in the same processor architecture.

Git repository:
https://github.com/ssinyagin/perl-rrd-tweak

INSTALLATION

Before installing the module, you need RRDtool header files, such as
"rrd.h". In RHEL/CentOS, they are available in "rrdtool-devel" package,
and in Debian/Ubuntu they come with "librrd-dev" package.

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc RRD::Tweak

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=RRD-Tweak

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/RRD-Tweak

    CPAN Ratings
        http://cpanratings.perl.org/d/RRD-Tweak

    Search CPAN
        http://search.cpan.org/dist/RRD-Tweak/


LICENSE AND COPYRIGHT

Copyright (C) 2012 Stanislav Sinyagin

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 dated June, 1991 or at your option
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

A copy of the GNU General Public License is available in the source tree;
if not, write to the Free Software Foundation, Inc.,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.