ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/rrdgraphing/rrdgraphing.conf
(Generate patch)

Comparing projects/cms/source/reports/rrdgraphing/rrdgraphing.conf (file contents):
Revision 1.2 by tdb, Tue May 21 16:47:16 2002 UTC vs.
Revision 1.6 by tdb, Wed Jun 15 10:41:25 2005 UTC

# Line 1 | Line 1
1   #
2   # i-scream central monitoring system
3 < # http://www.i-scream.org.uk
3 > # http://www.i-scream.org
4   # Copyright (C) 2000-2002 i-scream
5   #
6   # This program is free software; you can redistribute it and/or
# Line 20 | Line 20
20  
21   # -----------------------------------------------------------
22   # i-scream rrd graphing configuration file
23 < # http://www.i-scream.org.uk
23 > # http://www.i-scream.org
24   #
25   # Holds configuration for the perl scripts.
26   #
# Line 33 | Line 33
33   # Base directory for images
34   # (a directory will be constructed for each host under this)
35   # This directory should be in the root of the php webpage structure
36 < $imgdir = "/home/pkg/iscream/public_html/graphs";
36 > $imgdir = "/opt/rrdgraphing/graphs";
37  
38   # Location of RRD databases
39 < $rrddir = "/u1/i-scream/databases";
39 > $rrddir = "/opt/rrdgraphing/databases";
40  
41   # maximum age (last modified) before an rrd or graph get cleaned up
42   # (in seconds)
# Line 61 | Line 61 | $deleteimgs = 1;
61   $hex_slash = "_2f";
62   # _ converted to a decimal then hex'd
63   $hex_underscore = "_5f";
64 + # (space) converted to a decimal then hex'd
65 + $hex_space = "_20";
66 + # : converted to a decimal then hex'd
67 + $hex_colon = "_3A";
68 + # \ converted to a decimal then hex'd
69 + $hex_bslash = "_5C";
70 + # ( converted to a decimal then hex'd
71 + $hex_rbracket = "_28";
72 + # ) converted to a decimal then hex'd
73 + $hex_lbracket = "_29";
74 + # + converted to a decimal then hex'd
75 + $hex_plus = "_2B";
76  
77   # step interval in the rrd databases
78 < $rrdstep = 15;
78 > $rrdstep = 60;
79  
80   # time to wait (in seconds) before retrying a connection
81   # to the i-scream server

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines