fix rrd.cgi and rrd archives creation (thanks Olliver for reporting)
SVN-Revision: 1685
This commit is contained in:
parent
3bd35553fb
commit
9d58bd917d
@ -16,7 +16,7 @@ RRDTOOL=/usr/bin/rrdtool
|
|||||||
# Location of rrdcgi
|
# Location of rrdcgi
|
||||||
RRDCGI=/usr/bin/rrdcgi
|
RRDCGI=/usr/bin/rrdcgi
|
||||||
# Location of generated cgi-script
|
# Location of generated cgi-script
|
||||||
RRDCGISCRIPT=$DATA/rrd.cgi
|
RRDCGISCRIPT=$DATADIR/rrd.cgi
|
||||||
# Image-Path relative to webserver-root
|
# Image-Path relative to webserver-root
|
||||||
RRDCGIIMGPATH="/img"
|
RRDCGIIMGPATH="/img"
|
||||||
# Location of netcat (used for fetching data from rrdcollect-daemon)
|
# Location of netcat (used for fetching data from rrdcollect-daemon)
|
||||||
|
@ -17,7 +17,7 @@ case $1 in
|
|||||||
mkdir -p $IMG_D
|
mkdir -p $IMG_D
|
||||||
mkdir -p $RRD_D
|
mkdir -p $RRD_D
|
||||||
[ -x $CGI_S ] || /usr/bin/rrd.sh cgi
|
[ -x $CGI_S ] || /usr/bin/rrd.sh cgi
|
||||||
[ -n "$RRD_D" ] || /usr/bin/rrd.sh init
|
[ -n "$RRD_F" ] || /usr/bin/rrd.sh init
|
||||||
$BIN $OPTIONS
|
$BIN $OPTIONS
|
||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
|
Loading…
Reference in New Issue
Block a user