@how@
Verified User
There is no test in FreeBSD, you can test it & easy to remove MRTG
i need Script installworking for freeBSD
working for freeBSD, also changed the mirror for fast dl:
find this:
wget http://www.web4host.net/tools/mrtg-2.12.2.tar.gz
change to:
wget ftp://ftp.openpkg.org/sources/DST/m...g-2.12.2.tar.gz
find this:
tar zfx mrtg-2.12.2.tar.gz
cd mrtg*
./configure --with-gd=/usr/local/lib
change to:
tar zfx mrtg-2.12.2.tar.gz
cd mrtg-2.12.2
./configure --with-gd=/usr/local/lib
* You should have GD installed,
1142796301 5741411 6215933
1142796301 0 0 0 0
1142796002 0 0 0 0
1142796000 0 0 0 0
1142795700 0 0 1 1
1142795400 1 1 5 5
1142795100 5 5 5 6
1142794800 5 5 5 6
1142794500 5 5 5 5
1142794200 5 5 5 6
1142793900 5 6 5 6
1142793600 4 5 5 6
1142793300 1 2 2 2
1142793000 1 2 2 2
1142792700 2 2 3 4
1142792400 2 3 3 4
1142792100 1 1 1 1
1142791800 1 1 1 2
1142791500 1 2 3 3
1142791200 2 3 3 3
nano -w /var/www/html/mrtg/core/mrtg.cfg
@how@ said:HOW TO : set your System Information
edit file
Code:nano -w /var/www/html/mrtg/core/mrtg.cfg
find MaxBytes[cpu] and set what you need
Save
END
all in Bytes
Wael
MaxBytes[cpu]: 100
Ximmer said:Thanks but ....
The values does not say a lot to me.
In my config file is for example:
Code:MaxBytes[cpu]: 100
That means 100 bytes?
And related to what? 100 bytes is 100% ???![]()
I am confused ...
Anyway my CPU load has dropped now since the last 1-2 hours and it is all "0" in the cpu.log file
which is too low I guess.....
I would expect something like a few percent but not zero.
bigboy said:not work for freeBSD
mars# /usr/local/mrtg-2/bin/mrtg /var/www/html/mrtg/core/mrtg.cfg
/usr/local/mrtg-2/bin/mrtg: Command not found.