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) |
63 |
|
$hex_underscore = "_5f"; |
64 |
|
|
65 |
|
# step interval in the rrd databases |
66 |
< |
$rrdstep = 15; |
66 |
> |
$rrdstep = 60; |
67 |
|
|
68 |
|
# time to wait (in seconds) before retrying a connection |
69 |
|
# to the i-scream server |