Differences
This shows you the differences between two versions of the page.
usertemplate:data:juniperwlc [2013/01/01 11:28] gen2 |
usertemplate:data:juniperwlc [2019/10/29 15:16] (current) |
||
---|---|---|---|
Line 8: | Line 8: | ||
homepage_url: | homepage_url: | ||
date: 2012/1/1 | date: 2012/1/1 | ||
- | email: [email protected] | + | email: |
includes_dependancies:yes | includes_dependancies:yes | ||
script_type: SNMP XML | script_type: SNMP XML | ||
Line 20: | Line 20: | ||
===== Installation ===== | ===== Installation ===== | ||
Put the trpzapstats.xml in "/resource/snmp_queries" and import the templates. | Put the trpzapstats.xml in "/resource/snmp_queries" and import the templates. | ||
- | You should be able to query a Juniper WLC 2800 now and select the APs you want. | + | You should be able to query a Juniper WLC 2800 now and select the radios you want. |
Data-Query-Templates, Graph templates and host templates are included as well. | Data-Query-Templates, Graph templates and host templates are included as well. | ||
+ | |||
+ | This is a first attempt. I wold appreciate feedback. The Percent re transmitted bytes of total Bytes transmitted graph requires several custom CDEFS. | ||
+ | |||
+ | These CDEFS are required: | ||
+ | Total Juniper AP Radio Unicast and Multicast Octets | ||
+ | cdef=CURRENT_DATA_SOURCE,ALL_DATA_SOURCES_NODUPS,CURRENT_DATA_SOURCE,-,/,100,* | ||
+ | |||
+ | Make Current Data Source Zero | ||
+ | cdef=CURRENT_DATA_SOURCE,0,* | ||
+ | |||
+ | Current DS as Proportion of all DS | ||
+ | cdef=CURRENT_DATA_SOURCE,ALL_DATA_SOURCES_NODUPS,/ | ||
+ | |||
+ | Turn Bytes into Bits | ||
+ | cdef=CURRENT_DATA_SOURCE,8,* | ||
===== Screenshots ===== | ===== Screenshots ===== | ||