First sorry for my bad english language in the following lines, it's not my native.
After a reinstallation, I have a probleme with the graph : i have no graph at all even in the localhost. Before on the same machine and same configuration (without patches) i had graph for localhost.
I read some topics here but i don"t found something which help me.
cacti.logOperating System: centos 5.2
Webserver: httpd apache 2.2.3-11
Cacti: 0.8.7b-2
Spine: none
MySQL: 5.0.45-7
PHP: 5.1.6-20
RRDTool (Cygwin or Win32 version): 1.2.23-1
Net-SNMP: 1:5.3.1-24
Code: Select all
08/20/2008 11:31:07 AM - AUTH LOGIN: User 'admin' Authenticated
Code: Select all
*/2 * * * * cacti php /var/www/html/cacti/poller.php &>/dev/null 2>&1
Code: Select all
Alias /cacti/ /var/www/html/cacti/
<Directory /var/www/html/cacti/>
DirectoryIndex index.php
Options -Indexes
AllowOverride all
order deny,allow
deny from all
allow from 127.0.0.1 194.167.33.20 194.167.33.100
AddType application/x-httpd-php .php
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
here are what i have when i clic on the "key tool" on a graph
Code: Select all
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="Localhost - Memory Usage" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="kilobytes" \
--slope-mode \
--font TITLE:12: \
--font AXIS:8: \
--font LEGEND:10: \
--font UNIT:8: \
DEF:a="/var/www/html/cacti/rra/localhost_mem_buffers_3.rrd":mem_buffers:AVERAGE \
DEF:b="/var/www/html/cacti/rra/localhost_mem_swap_4.rrd":mem_swap:AVERAGE \
AREA:a#FF4105FF:"Free" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s\n" \
AREA:b#FFC73BFF:"Swap":STACK \
GPRINT:b:LAST:"Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s"
devices have an up status
and graph "is been graphed" but no graph really appear
Code: Select all
1) Linux - Memory Usage Is Being Graphed (Edit) Delete Graph Template Association
2) Unix - Load Average Is Being Graphed (Edit) Delete Graph Template Association
3) Unix - Logged in Users Is Being Graphed (Edit) Delete Graph Template Association
4) Unix - Processes Is Being Graphed (Edit)
any ideas or tips?
Thanks