Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/p5-RRD-Simple,
RRD::Simple implementation for Perl
Branch: CURRENT,
Version: 1.44,
Package name: p5-RRD-Simple-1.44,
Maintainer: rhaenRRD::Simple provides a simple interface to RRDTool's RRDs module.
This module does not currently offer fetch method that is
available in the RRDs module. It does however create RRD files
with a sensible set of default RRA (Round Robin Archive)
definitions, and can dynamically add new data source names to an
existing RRD file.
This module is ideal for quick and simple storage of data within
an RRD file if you do not need to, nor want to, bother defining
custom RRA definitions.
Required to run:[
databases/rrdtool] [
lang/perl5]
Required to build:[
textproc/p5-Pod-Coverage] [
pkgtools/x11-links] [
devel/p5-Module-Build] [
devel/p5-Test-Deep] [
devel/p5-Test-Pod-Coverage] [
devel/p5-Test-Pod] [
x11/renderproto]
Master sites: (Expand)
SHA1: 8322e3d6b5a3dde21215b678de2dfc3fe4c3b61f
RMD160: 7c96faf862ac509d5abf5a3b418cc8b337e43269
Filesize: 296.332 KB
Version history: (Expand)
- (2010-05-25) Package deleted from pkgsrc
- (2010-05-15) Updated to version: p5-RRD-Simple-1.44
- (2007-12-10) Updated to version: p5-RRD-Simple-1.43
- (2007-09-21) Updated to version: p5-RRD-Simple-1.40nb1
- (2006-11-07) Package added to pkgsrc.se, version p5-RRD-Simple-1.40 (created)
CVS history: (Expand)
2010-05-23 23:26:13 by Fredrik Pettai | Files touched by this commit (3) | |
Log message:
Committed to pkgsrc
|
2010-05-15 07:38:47 by Fredrik Pettai | Files touched by this commit (2) | |
Log message:
Version 1.44 - 24th Janurary 2008
+ Fixed some small typos in the POD.
+ Added "on_missing_ds" parameter to the new()
constructor method to detemine what action should
be taken when the user tries to update or insert
new data point values in an RRD for a data source
name that does not exist.
+ Added "tmpdir" parameter to the new() constructor
method to force any temporary files to be created
in the specified directory.
+ Added a number of additional TRACE() statements
in the code to aid debugging with the DEBUG=1
environment variable.
+ Changed graph() so that there is no longer an
AVERAGE VDEF vname generated for each data source
by default.
+ Changed graph() method to allow undef or ''
(empty) values to be passed in for the sources
parameter.
+ Added a new example to RRD::Simple::Examples
to show how to generate predictive graphs to
provide basic capacity planning.
+ Added a new "periods" parameter to the graph()
method to restrict which graphs will be
generated.
+ Updated version of rrd.me.uk in the examples
sub-directory of this distribution, inside the
"rrd-server" directory.
|
2010-03-22 13:48:12 by Fredrik Pettai | Files touched by this commit (1) |
Log message:
"Polished" for pkgsrc
|
2010-03-21 00:12:34 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Put lines in standard order.
|
2007-12-10 01:21:57 by Ulrich Habel | Files touched by this commit (3) | |
Log message:
- updated package to 1.43
- DESTDIR support
- change of maintainers email address
Changelog:
Version 1.43 - 5th March 2007
+ Changed Build.PL to be more paranoid defaulting
to no while using $build->y_n to work around
potential removal of expected method functionality.
+ Added complain.txt.
+ Added instructions for installing rrdtool and RRDs
under Debian/Ubuntu, RHEL and Fedora Core to the
INSTALL file.
+ Various fixes and improvements to the POD.
+ Added another example to RRD::Simple::Examples.
+ Fixed typos in existing examples 1 to 5 in
RRD::Simple::Examples.
|
2007-09-21 15:06:49 by Thomas Klausner | Files touched by this commit (113) |
Log message:
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
|
2006-11-25 12:50:59 by Sergey Svishchev | Files touched by this commit (14) |
Log message:
Low-hanging fruit: whitespace, PLIST sorting, HTTP redirects, USE_LANGUAGES
|
2006-11-06 21:39:52 by Ulrich Habel | Files touched by this commit (4) | |
Log message:
RRD::Simple provides a simple interface to RRDTool's RRDs module.
This module does not currently offer fetch method that is
available in the RRDs module. It does however create RRD files
with a sensible set of default RRA (Round Robin Archive)
definitions, and can dynamically add new data source names to an
existing RRD file.
This module is ideal for quick and simple storage of data within
an RRD file if you do not need to, nor want to, bother defining
custom RRA definitions.
|