mrtg help

how to make mrtg for simple queue?
i read examples on mikrotik site , but nothing clear..

i think is like this something , but can anyone help me?

perl cfgmaker name@10.10.10.1 --global “WorkDir: c:\www\mrtg” --output mrtg.cfg

any command like this one for simple queue?

Search the forums for 1 minute and you’ll find examples.

Sam

i already did

Go to the simple queue menu and type print to assign numbers to each queue and then print OID to display the OIDs for each queue. Then use the OID in your MRTG config file e.g.

Target[RouterBOARD_queue7]: 1.3.6.1.4.1.14988.1.1.2.1.1.8.11&1.3.6.1.4.1.14988.1.1.2.1.1.9.11:public@10.0.51.1
SetEnv[RouterBOARD_queue7]: MRTG_INT_IP="10.0.51.1" MRTG_INT_DESCR="MyQueue"
MaxBytes[RouterBOARD_queue7]: 150000
Title[RouterBOARD_queue7]: Traffic Analysis for MyQueue
PageTop[RouterBOARD_queue7]: <H1>Traffic Analysis for Queue MyQueue</H1>
LegendI[RouterBOARD_queue7]: Download
LegendO[RouterBOARD_queue7]: Upload

'Hope that helps.