ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/reports/graphing/watch.pl
(Generate patch)

Comparing experimental/reports/graphing/watch.pl (file contents):
Revision 1.5 by tdb, Sun Mar 10 15:42:19 2002 UTC vs.
Revision 1.7 by tdb, Sun Aug 1 10:39:49 2004 UTC

# Line 2 | Line 2
2  
3   # -----------------------------------------------------------
4   # i-scream graph generation scripts
5 < # http://www.i-scream.org.uk
5 > # http://www.i-scream.org
6   #
7   # Generates rrd databases for i-scream data by connecting to
8   # the i-scream server and collecting data.
# Line 397 | Line 397 | sub makerrd() {
397          "RRA:MAX:0.5:60:672",
398          # 1m in 1hr samples
399          "RRA:AVERAGE:0.5:240:744",
400 <        "RRA:MAX:0.5:60:744",
400 >        "RRA:MAX:0.5:240:744",
401 >        # 1y in 12hr samples
402 >        "RRA:AVERAGE:0.5:2880:730",
403 >        "RRA:MAX:0.5:2880:730",
404      );
405      RRDs::create (@rrdcmd);
406      my($err) = RRDs::error;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines