File Release Notes and Changelog
Release Name: 1.5
Notes:
Version 1.5 brings you first of all some bugfixes and cleanups. Additonally<br> some features have been added. It is now possible to<br> generate an output in bits/second, which can be useful if you would like to<br> check how much of your bandwith is used. Sometime mrtg confuses<br> input oand output numbers which leads to strange graphs<br> (like webserver which have have huge numbers for received<br> bytes and small for sent bytes). If you encounter this<br> problem, a new switch will reverse mrtg-eth's output.
Changes:
- optionally output is formatted in bits (actually it just calculates bytes*8)<br>
- optionally in and out bytes are reversed in output, because sometimes<br> this is needed and the mrtg reverse-option does not seem <br>to work with external targets<br>
- added position.pl which will give you a hint which values for $in_pos<br> and $out_pos are correct.<br> Hope this will clean up the confusion ;)<br>
- minor fixes<br>