|
|
| Author |
Message |
packet7
Joined: 29 Mar 2007 Posts: 30
|
Posted: Mon Oct 08, 2007 2:13 pm Post subject: [SOLVED] WeatherMap BW Check |
|
|
Hello,
I just finished installing the Plugin Arch and WeatherMap. Everything appears to be working. However, how shoud I check to make sure the BW Load percentages are correct?
As you can see below, my config is pretty basic. I have included a snapshot below to explain what I mean. I guess I am not sure what values the weathermap plug-in is using (e.g. Current, Average, and Maximum).
It's my understanding that the first object listed in the "Target" line should host the Interface. Correct? How does it look? I would like to utilize Bits per sec (e.g. Mbps, Kbps, etc), but I think that's already done. Thanks!
Note: this is for a point-to-point VPN using a Netscreen Tunnel Interface. We have a fractional T3 with a 15 Mbps CIR (no burst).
# Node definitions:
NODE USNYC1NSC1-C
LABEL NYC1
INFOURL http://10.109.4.148/cacti/graph_view.php?action=tree&tree_id=2&leaf_id=9
ICON images/Firewall3.png
LABELOFFSET S
POSITION 384 262
NODE USBOS2NSC1-C
LABEL BOS2
INFOURL http://10.109.4.148/cacti/graph_view.php?action=tree&tree_id=2&leaf_id=10
ICON images/Firewall3.png
LABELOFFSET N
POSITION 384 70
# End of NODE section
# Link definitions:
LINK USNYC1NSC1-C-USBOS2NSC1-C
TARGET /srv/cacti/rra/usnyc1nsc1c_ifoutoctets_20.rrd:ifOutOctets:ifInOctets
NODES USNYC1NSC1-C USBOS2NSC1-C
BANDWIDTH 15M
| Description: |
|
| Filesize: |
27.81 KB |
| Viewed: |
830 Time(s) |

|
| Description: |
|
| Filesize: |
19.02 KB |
| Viewed: |
830 Time(s) |

|
|
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2162 Location: United Kingdom
|
Posted: Mon Oct 08, 2007 3:14 pm Post subject: Re: WeatherMap BW Check |
|
|
| packet7 wrote: | I just finished installing the Plugin Arch and WeatherMap. Everything appears to be working. However, how shoud I check to make sure the BW Load percentages are correct?
|
Not sure I follow - ((current value)/(max value))*100 => percentage
| packet7 wrote: |
It's my understanding that the first object listed in the "Target" line should host the Interface. Correct? How does it look? I would like to utilize Bits per sec (e.g. Mbps, Kbps, etc), but I think that's already done. Thanks!
|
The first object in the NODES line, but yes, it should be the one the rrd is being measured on.
| packet7 wrote: |
# Link definitions:
LINK USNYC1NSC1-C-USBOS2NSC1-C
TARGET /srv/cacti/rra/usnyc1nsc1c_ifoutoctets_20.rrd:ifOutOctets:ifInOctets
NODES USNYC1NSC1-C USBOS2NSC1-C
BANDWIDTH 15M |
I think you have the DS names the wrong way around in your TARGET line.
| Code: |
TARGET /srv/cacti/rra/usnyc1nsc1c_ifoutoctets_20.rrd:ifInOctets:ifOutOctets
|
So some rough calculations: 2M outbound is roughly 14% of the 15M available, so the 11% should be pointing to boston, not nyc. Swapping the DS names over to the correct way around will fix that.
If you want to see actual bandwidth in the arrows, rather than percentages, add a BWLABEL bits line in the LINK section - the colours will still be based on the percentage use, so you still get some indication of how busy it is.
One note though: if your bandwidth is (in+out)<15M, then the percentages will be wrong. There's no real fix for this one...
|
|
| Back to top |
|
 |
packet7
Joined: 29 Mar 2007 Posts: 30
|
Posted: Mon Oct 08, 2007 3:28 pm Post subject: |
|
|
Hello Howie,
That appears to have did the trick. Thanks for your help!
Rgds,
John
|
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|