HELP! i'm having problems displaying the graphs for previews. when i click on links, the graphs will so fine, at least for some but that's for after i get this problem fixed.
here's my url:
http://www.duskyblue.net/php/cacti/grap ... ction=tree
hope someone can give me a hand finding the problem.
thanks in advance.
-james sentinael@hotmail.com
Graphs do not show for true view!
Moderators: Developers, Moderators
It is very hard to say why your graph previews are not showing up correctly without taking a closer look at your installation. I noticed that you somewhat fixed this for now by taking away the graph previews altogether.
I also noticed that a lot of your graphs are broken. Since the source looks valid at first glace, it is probably due to .rrd files not being created in the 'rra/' directory. For a hint; execute the following line at the command line and see what error it spits back.
/usr/bin/rrdtool graph -
--imgformat=PNG
--start="-86400"
--title="Memory Usage #1"
--rigid
--base=1000
--height=150
--width=500
--alt-autoscale-max
--vertical-label="Memory (kB)"
DEF:bcib="/home/sentinel/public_html/php/cacti/rra/system_mem_free.rrd":system_mem_free:AVERAGE
DEF:cefb="/home/sentinel/public_html/php/cacti/rra/system_mem_buffers.rrd":system_mem_buffers:AVERAGE
AREA:bcib#8F005C:"Memory Free: 7884 kBn"
STACK:cefb#FF5700:"Memory Buffers: 8132 kBn"
See if this helps any.
-Ian
I also noticed that a lot of your graphs are broken. Since the source looks valid at first glace, it is probably due to .rrd files not being created in the 'rra/' directory. For a hint; execute the following line at the command line and see what error it spits back.
/usr/bin/rrdtool graph -
--imgformat=PNG
--start="-86400"
--title="Memory Usage #1"
--rigid
--base=1000
--height=150
--width=500
--alt-autoscale-max
--vertical-label="Memory (kB)"
DEF:bcib="/home/sentinel/public_html/php/cacti/rra/system_mem_free.rrd":system_mem_free:AVERAGE
DEF:cefb="/home/sentinel/public_html/php/cacti/rra/system_mem_buffers.rrd":system_mem_buffers:AVERAGE
AREA:bcib#8F005C:"Memory Free: 7884 kBn"
STACK:cefb#FF5700:"Memory Buffers: 8132 kBn"
See if this helps any.
-Ian
i ran that command exactly as you had it and i got:
ERROR: unknown option '--alt-autoscale-max'
i took that out and i seem to get binary data on my screen... i think that line doesn't work for me somehow, or it could be typo...
what do you make of that?
and thanks for the help. much appreciated.
-james
ERROR: unknown option '--alt-autoscale-max'
i took that out and i seem to get binary data on my screen... i think that line doesn't work for me somehow, or it could be typo...
what do you make of that?
and thanks for the help. much appreciated.
-james
Who is online
Users browsing this forum: No registered users and 1 guest