-
Notifications
You must be signed in to change notification settings - Fork 2
/
cisco-wlc.conf
142 lines (112 loc) · 4.06 KB
/
cisco-wlc.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
[[inputs.snmp]]
agents = [ "wlc1.example.net", "wlc2.example.net" ]
version = 2
community = "public"
name = "wlc-stats"
[[inputs.snmp.field]]
name = "hostname"
oid = "RFC1213-MIB::sysName.0"
is_tag = true
[[inputs.snmp.field]]
name = "uptime"
oid = "DISMAN-EXPRESSION-MIB::sysUpTimeInstance"
[[inputs.snmp.field]]
name = "cisco_wlc_total_clients"
oid = "CISCO-LWAPP-SYS-MIB::clsMaxClientsCount.0"
[[inputs.snmp.field]]
name = "cisco_wlc_aps"
oid = "CISCO-LWAPP-SYS-MIB::clsSysApConnectCount.0"
[[inputs.snmp.table]]
name = "bsnAPTable"
oid = "AIRESPACE-WIRELESS-MIB::bsnAPTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "APName"
oid = "AIRESPACE-WIRELESS-MIB::bsnAPName"
is_tag = true
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnApIfNoOfUsers"
oid_index_suffix = ".0"
name = "radio0Users"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnApIfNoOfUsers"
oid_index_suffix = ".1"
name = "radio1Users"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnApIfNoOfUsers"
oid_index_suffix = ".2"
name = "radio2Users"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfLoadChannelUtilization"
oid_index_suffix = ".0"
name = "24GUtil"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyChannelNumber"
oid_index_suffix = ".0"
name = "radio0Channel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyChannelNumber"
oid_index_suffix = ".1"
name = "radio1Channel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyChannelNumber"
oid_index_suffix = ".2"
name = "radio2Channel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPoorSNRClients"
oid_index_suffix = ".0"
name = "radio0PoorSNRClients"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPoorSNRClients"
oid_index_suffix = ".1"
name = "radio1PoorSNRClients"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPoorSNRClients"
oid_index_suffix = ".2"
name = "radio2PoorSNRClients"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfRecommendedChannelNumber"
oid_index_suffix = ".0"
name = "radio0ReccomdendedChannel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfRecommendedTxPowerLevel"
oid_index_suffix = ".0"
name = "radio0ReccomdendedTxPowerLevel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyTxPowerLevel"
oid_index_suffix = ".0"
name = "radio0TxPowerLevel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfRecommendedChannelNumber"
oid_index_suffix = ".1"
name = "radio1ReccomdendedChannel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfRecommendedTxPowerLevel"
oid_index_suffix = ".1"
name = "radio1ReccomdendedTxPowerLevel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyTxPowerLevel"
oid_index_suffix = ".1"
name = "radio1TxPowerLevel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfRecommendedChannelNumber"
oid_index_suffix = ".2"
name = "radio2ReccomdendedChannel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfRecommendedTxPowerLevel"
oid_index_suffix = ".2"
name = "radio2ReccomdendedTxPowerLevel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyTxPowerLevel"
oid_index_suffix = ".2"
name = "radio2TxPowerLevel"
[[inputs.snmp.table]]
name = "bsnDot11EssTable"
oid = "AIRESPACE-WIRELESS-MIB::bsnDot11EssTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "SSID"
oid = "AIRESPACE-WIRELESS-MIB::bsnDot11EssSsid"
is_tag = true
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB::bsnDot11EssNumberOfMobileStations"