Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Post support questions that directly relate to Linux/Unix operating systems.
Moderators: Developers , Moderators
_easyrider_
Posts: 6 Joined: Fri Mar 11, 2005 2:45 pm
Post
by _easyrider_ » Sun Mar 13, 2005 4:12 pm
I have tried to add my interfaces to cacti so i can get graphs over the interfaces in my server, but i keep getting this error
Code: Select all
ERROR: opening '/var/www/localhost/htdocs/cacti/rra/misne_traffic_in_36.rrd': No such file or directory
I Can't get cacti to create the rrd files needed to generate the graphs.
I have other graphs running already without any problems.
Can anybody help me??[/code]
TheWitness
Developer
Posts: 17062 Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:
Post
by TheWitness » Sun Mar 13, 2005 5:06 pm
Please goto the data source for the graph you are creating and setup the debug mode and post the output of the RRDTOOL command.
TheWitness
_easyrider_
Posts: 6 Joined: Fri Mar 11, 2005 2:45 pm
Post
by _easyrider_ » Sun Mar 13, 2005 5:38 pm
Code: Select all
/usr/bin/rrdtool create \
/var/www/localhost/htdocs/cacti/rra/server_traffic_in_58.rrd \
--step 300 \
DS:traffic_in:COUNTER:600:0:100000000 \
DS:traffic_out:COUNTER:600:0:100000000 \
DS:traffic_out:COUNTER:600:0:100000000 \
DS:traffic_in:COUNTER:600:0:100000000 \
RRA:AVERAGE:0.5:1:600 \
RRA:AVERAGE:0.5:6:700 \
RRA:AVERAGE:0.5:24:775 \
RRA:AVERAGE:0.5:288:797 \
RRA:MAX:0.5:1:600 \
RRA:MAX:0.5:6:700 \
RRA:MAX:0.5:24:775 \
RRA:MAX:0.5:288:797
Users browsing this forum: No registered users and 2 guests