forked from rmblake/telegraf-cisco-wireless-snmp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcisco-wlc-snmpv3.conf
168 lines (159 loc) · 5.76 KB
/
cisco-wlc-snmpv3.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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
[agent]
interval = "30s"
quiet = false
[[aggregators.basicstats]]
period = "300s"
drop_original = false
stats = ["non_negative_diff"]
fieldpass = ["radio0bsnAPIfDot11TransmittedFrameCount", "radio1bsnAPIfDot11TransmittedFrameCount",
"radio0bsnAPIfDot11FCSErrorCount", "radio1bsnAPIfDot11FCSErrorCount",
"radio0bsnAPIfDot11MultipleRetryCount", "radio1bsnAPIfDot11MultipleRetryCount",
"radio0bsnAPIfDot11RetryCount", "radio1bsnAPIfDot11RetryCount"]
[[inputs.snmp]]
agents = [ "wlc.yourdomain.com" ]
version = 3
sec_level = "authPriv"
sec_name = "telegraf"
auth_protocol = "SHA"
auth_password = "<auth-password>"
priv_protocol = "AES"
priv_password = "<priv-password>"
context_name = ""
name = "cisco_wlc_telegraf"
[[inputs.snmp.field]]
name = "hostname"
oid = "RFC1213-MIB::sysName.0"
is_tag = true
[[inputs.snmp.field]]
name = "cpu_percent"
oid = "AIRESPACE-SWITCHING-MIB::agentCurrentCPUUtilization.0"
[[inputs.snmp.field]]
name = "cpu_temp"
oid = "AIRESPACE-WIRELESS-MIB::bsnSensorTemperature.0"
[[inputs.snmp.field]]
name = "memory_percent"
oid = "CISCO-LWAPP-SYS-MIB::clsSysCurrentMemoryUsage.0"
[[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 = "bsnDot11EssTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "bsnDot11EssSsid"
oid = "AIRESPACE-WIRELESS-MIB::bsnDot11EssSsid"
is_tag = true
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB::bsnDot11EssNumberOfMobileStations"
conversion = "int"
[[inputs.snmp.table]]
name = "bsnAPTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "APName"
oid = "AIRESPACE-WIRELESS-MIB::bsnAPName"
is_tag = true
[[inputs.snmp.table.field]]
name = "bsnAPModel"
oid = "AIRESPACE-WIRELESS-MIB::bsnAPModel"
is_tag = true
[[inputs.snmp.table.field]]
name = "bsnAPLocation"
oid = "AIRESPACE-WIRELESS-MIB::bsnAPLocation"
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:bsnAPIfLoadChannelUtilization"
oid_index_suffix = ".0"
name = "24GUtil"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfLoadChannelUtilization"
oid_index_suffix = ".1"
name = "5GUtil"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyChannelNumber"
oid_index_suffix = ".0"
name = "24Channel"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfPhyChannelNumber"
oid_index_suffix = ".1"
name = "5GChannel"
[[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:bsnAPIfDot11RetryCount"
oid_index_suffix = ".0"
name = "radio0bsnAPIfDot11RetryCount"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfDot11RetryCount"
oid_index_suffix = ".1"
name = "radio1bsnAPIfDot11RetryCount"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfDot11MultipleRetryCount"
oid_index_suffix = ".0"
name = "radio0bsnAPIfDot11MultipleRetryCount"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfDot11MultipleRetryCount"
oid_index_suffix = ".1"
name = "radio1bsnAPIfDot11MultipleRetryCount"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfDot11FCSErrorCount"
oid_index_suffix = ".0"
name = "radio0bsnAPIfDot11FCSErrorCount"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfDot11FCSErrorCount"
oid_index_suffix = ".1"
name = "radio1bsnAPIfDot11FCSErrorCount"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfDot11TransmittedFrameCount"
oid_index_suffix = ".0"
name = "radio0bsnAPIfDot11TransmittedFrameCount"
[[inputs.snmp.table.field]]
oid = "AIRESPACE-WIRELESS-MIB:bsnAPIfDot11TransmittedFrameCount"
oid_index_suffix = ".1"
name = "radio1bsnAPIfDot11TransmittedFrameCount"
[[inputs.snmp.table]]
name = "lwapApTable"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "cLApName"
oid = "CISCO-LWAPP-AP-MIB::cLApName"
is_tag = true
[[inputs.snmp.table.field]]
name = "cLApLocation"
oid = "CISCO-LWAPP-AP-MIB::cLApLocation"
is_tag = true
[[inputs.snmp.table.field]]
oid = "CISCO-LWAPP-AP-MIB:cLApMemoryCurrentUsage"
name = "cLApMemoryCurrentUsage"
[[inputs.snmp.table.field]]
oid = "CISCO-LWAPP-AP-MIB:cLApCpuCurrentUsage"
name = "cLApCpuCurrentUsage"
[[inputs.snmp.table.field]]
oid = "CISCO-LWAPP-AP-MIB:cLApUpTime"
name = "cLApUpTime"
[[inputs.snmp.table.field]]
oid = "CISCO-LWAPP-AP-MIB:cLLwappUpTime"
name = "cLLwappUpTime"
[[inputs.snmp.table.field]]
oid = "CISCO-LWAPP-AP-MIB:cLApHeartBeatRspAvgTime"
name = "cLApHeartBeatRspAvgTime"