total bandwidth graph

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
stacyr
Posts: 10
Joined: Thu Jun 23, 2005 11:46 am

total bandwidth graph

Post by stacyr »

the graph shows all information except the total bandwidth numbers, is that just the way it is, or do i have to change something
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

You have to create the graph using the "Total Bandwidth" template.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
stacyr
Posts: 10
Joined: Thu Jun 23, 2005 11:46 am

Post by stacyr »

i have using the graph template -

Interface - Trafic (bits/sec, Total Bandwidth)

but not always does it show the total bandwidth in/out
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Can you post an example graph?

Do the graphs that don't work missing outbound or inbound traffic?
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
stacyr
Posts: 10
Joined: Thu Jun 23, 2005 11:46 am

Post by stacyr »

here is the graph
Attachments
untitled.jpg
untitled.jpg (17.6 KiB) Viewed 2194 times
User avatar
rony
Developer/Forum Admin
Posts: 6022
Joined: Mon Nov 17, 2003 6:35 pm
Location: Michigan, USA
Contact:

Post by rony »

Can you post or email me the rrdfile for this? If you view the graph debug output, it will tell you the path to the file.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Also, please go into graph management and turn on graph debug. If you don't see the results, I suspect another problem in that the rrdtool fetch command is not getting results back to Cacti for some reason. I have seen this before from systems running IIS. Unfortunately, I don't know the solution.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
stacyr
Posts: 10
Joined: Thu Jun 23, 2005 11:46 am

rrd file

Post by stacyr »

here is the rrd file for one of my graphs that is not showing the total bandwidth.
Attachments
dsl_traffic_in_580.zip
(5.04 KiB) Downloaded 66 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

stacyr,

1) Are you running in Windows?
2) If so, are you running IIS?
3) If so, are you on 2003 or 2000? Server or Workstation?

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
stacyr
Posts: 10
Joined: Thu Jun 23, 2005 11:46 am

Post by stacyr »

running a unix box
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

What happens when you run a Graph Debug?

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
stacyr
Posts: 10
Joined: Thu Jun 23, 2005 11:46 am

Post by stacyr »

Turning on the Graph Debug Mode

RRDTool Says ok


don't get any other message
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Hmm, what version of Cacti? What version of RRDtool?

Then, you will perform the following:

1) Disable the poller for a few seconds from the UI Settings->Poller
2) Turn Logging to DEBUG
3) View a Single Bandwidth Graph from Graph Management
4) Turn Logging to LOW or where it was before.
5) Re-Enable the Poller
6) Goto the Log file and View
7) Look for the CACTI2RRD .../rrdtool fetch ... line
8) Copy it
9) Open a shell
10) Paste it into the shell
11) Execute it
12) Post the results here.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
stacyr
Posts: 10
Joined: Thu Jun 23, 2005 11:46 am

Post by stacyr »

rrdtool 1.2

cacti Version 0.8.6d

ran through steps, looking at the log - assuming i'm supposed to look at the View Cacti Log File all I get is a page cannot be displayed.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

This is certainly not good. If you Cacti is internet facing, I have a few minutes to help you.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests