Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MRTG Question For Cisco Routers - Graphs wrong

Status
Not open for further replies.

Rookcr

MIS
Joined
Aug 12, 2002
Messages
325
Location
US
Not sure where to post this.

I just Delved into MRTG yesterday. I have it running on my XP pro machine and working with two of my routers. My question is as follows:

When I look at the graph that the script creates the times are all backwards. From left to right they read the following.

24,22,20,18,16 when it should go the other direction.
0,2,4,6,8,10...

It does the same for the weeks,

27,26,25,24,23,22

How do I change this?
Where does it pull this from?

Any help would appreciated..

Thanks,
Rook
 
look through the mrtg configuration file. you need to set the variables for map displays in that file.
 
What am I looking for. What variables. This is all mew to me.

Thanks
 
The PNG graphs are growing by default from right to left and are represented in Bytes/sec.
To change this representation to Bits/sec and get the raph growing from left to right, just add the following option to the .cfg file:

Options[_]: growright, bits



It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
computerhighguy,

I have done that and it changes my time yet does not change the weeks or the other graphs. Am I missing something?

Thanks again.
 
Read the documentation. That is where I got that.


It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top