- 論壇徽章:
- 0
|
cacti安裝完畢后,圖形不能顯示 運(yùn)行php poller.php或者是cactid poller.php都顯示如下提示,這是什么問(wèn)題,如何解決,求助!
cacti.GIF (17.06 KB, 下載次數(shù): 10)
下載附件
2007-11-10 10:16 上傳
2.GIF (20.29 KB, 下載次數(shù): 10)
下載附件
2007-11-10 10:20 上傳
c:/rrdtool/rrdtool.exe graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Used Space - C: Label: Seri" \
--rigid \
--base=1024 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bytes" \
--slope-mode \
DEF:a="C\:/cacti/rra/localhost_hdd_total_11.rrd":hdd_total:AVERAGE \
DEF:b="C\:/cacti/rra/localhost_hdd_total_11.rrd":hdd_used:AVERAGE \
AREA:a#002A97:"Total" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
AREA:b#F51D30:"Used" \
GPRINT:b:LAST:" Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s\n"
|
[ 本帖最后由 outmylife 于 2007-11-10 10:21 編輯 ] |
|