Hello,Copy the rrdtool.sh script to /opt/usr/bin
Now - to make rrdtool start collecting data and making graphs you need to place a small script in /opt/etc/cron.5mins/
The script could be called rrdrun.sh and should contain something like:
Code:
#!/bin/sh /opt/usr/bin/rrdtool.sh >> /opt/var/log/rrdtool.log
Remember to make the script executable :
Code:
chmod +x rrdrun.sh
Thanks for all the tuts so far. All of them were clear but with this one i encounter some problems.
I did Wget http://www.macsat.com/rrdtool.sh while i was in the /tmp directory. But when i want to copy it to /opt/usr/bin i got unable to open `/opt/usr/bin': No such file or directory
I can also not cd directly to /opt/usr/bin but i am able to cd one directory at a time....
I have an usb stick of 512 Mb mounted on /opt. as stated in another tutorial.
So i am actually kind of stuck here. Can anyone help me out?




Reply With Quote
