now i am 12 hous on install cacti on my debian woody 3.0 server and i have no idea why its not put any data in the graphs.
I can login http://mydomain/cacti/
but the graphs are blank (no data in there)
Output of cmd.php
Code: Select all
R216220:/usr/share/cacti# php4 /usr/share/cacti/cmd.php
X-Powered-By: PHP/4.1.2
Content-type: text/html
command: perl /usr/share/cacti/scripts/linux_memory.pl MemFree:, output: 39272
command: perl /usr/share/cacti/scripts/linux_memory.pl SwapFree:, output: 1027824
MULTI command: perl /usr/share/cacti/scripts/loadavg_multi.pl, output: 1min:0.00 5min:0.00 10min:0.00
MULTI expansion: found fieldid: 17, found rrdname: load_1min, value: 0.00
MULTI expansion: found fieldid: 18, found rrdname: load_5min, value: 0.00
MULTI expansion: found fieldid: 19, found rrdname: load_15min, value: 0.00
command: perl /usr/share/cacti/scripts/unix_users.pl, output: 2
command: perl /usr/share/cacti/scripts/unix_processes.pl, output: 60
update /usr/share/cacti/rra/localhost_mem_buffers_3.rrd --template mem_buffers N:39272
update /usr/share/cacti/rra/localhost_mem_swap_4.rrd --template mem_swap N:1027824
update /usr/share/cacti/rra/localhost_load_1min_5.rrd --template load_1min:load_5min:load_15min N:0.00:0.00:0.00
update /usr/share/cacti/rra/localhost_users_6.rrd --template users N:2
update /usr/share/cacti/rra/localhost_proc_7.rrd --template proc N:60
time: 0
Code: Select all
# contact
syslocation Something
syscontact "root@someone.com"
# auth
rocommunity public
# disk monitoring
disk /
Code: Select all
*/5 * * * * root php4 /usr/share/cacti/cmd.php > /dev/null 2>&1
but how get the cacti the datas for the graphs and why thats not work?
thanks for help