Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Support questions about the Network Weather Map plugin
Moderators: Developers , Moderators
suiciety
Posts: 2 Joined: Thu Jul 23, 2009 11:44 pm
Post
by suiciety » Fri Jul 24, 2009 12:07 am
I've just recently discovered this fantastic plugin and have started to map out my network.
I've have added the CISCO wireless controller templates to cacti and have been graphing the number of clients connected.
For some reason weathermap is showing these as non-integer numbers.
The NODE code is as follows:
Code: Select all
NODE WirelessClients
LABEL Wireless Clients {node:this:bandwidth_in}
USESCALE none in
TARGET gauge:/srv/www/htdocs/cacti/rra/mc-wlc-srvrm_cisco4400_wlanassoc_74.rrd:cisco4400_wlanassoc:-
POSITION 400 30
Cheers
Attachments
wireless clients.gif (2.76 KiB) Viewed 1688 times
Howie
Cacti Guru User
Posts: 5508 Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:
Post
by Howie » Fri Jul 24, 2009 1:15 am
rrdtool averages over time. As a result, you don't always get an integer value, even for integer measurements.
Try this:
Code: Select all
LABEL Wireless Clients {node:this:bandwidth_in:%d}
to force it into an integer.
suiciety
Posts: 2 Joined: Thu Jul 23, 2009 11:44 pm
Post
by suiciety » Fri Jul 24, 2009 1:30 am
Thanks will give that a go.
Do the cacti graphs also round these out because I haven't noticed anyting except integers being shown on them.
Users browsing this forum: No registered users and 2 guests