I installed & configured Cacti correctly, But i cannot see any graphs at Tree level and also the soom graphs. But once i click on one of the link of Tree level graph it goes to the inside and that graphs can be seen. when i go to Graph management it also says "RRD TOOL SAYS : Ok". So pls help me to get this first level graphs on display...
Thanks & regards,
Romes.
No Graphs at Tree level -- Please Help....
Moderators: Developers, Moderators
No Graphs at Tree level -- Please Help....
- Attachments
-
- 1.GIF (29.24 KiB) Viewed 1153 times
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Can you post the debug for one of the broken graphs?
Click on the little wrench next the graph.
Click on the little wrench next the graph.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
Here is a screenshot:
click
Here is the code you asked for:
These files do exist:
/var/www/html/rra/localhost_mem_buffers_3.rrd
/var/www/html/rra/localhost_mem_swap_4.rrd
click
Here is the code you asked for:
Code: Select all
/usr/local/rrdtool-1.2.11/bin/rrdtool graph - \
--imgformat=PNG \
--start=1127148301 \
--end=1127234401 \
--title="Localhost - Memory Usage" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
COMMENT:"From 2005/09/19 18:45:01 To 2005/09/20 18:40:01\c" \
COMMENT:" \n" \
--vertical-label="kilobytes" \
DEF:a="/var/www/html/rra/localhost_mem_buffers_3.rrd":mem_buffers:AVERAGE \
DEF:b="/var/www/html/rra/localhost_mem_swap_4.rrd":mem_swap:AVERAGE \
AREA:a#FF4105:"Free" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
STACK:b#FFC73B:"Swap" \
GPRINT:b:LAST:"Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s"
/var/www/html/rra/localhost_mem_buffers_3.rrd
/var/www/html/rra/localhost_mem_swap_4.rrd
Who is online
Users browsing this forum: No registered users and 0 guests