-
Notifications
You must be signed in to change notification settings - Fork 8
/
snmp.yml
257 lines (256 loc) · 8.02 KB
/
snmp.yml
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
# WARNING: This file was auto-generated using snmp_exporter generator, manual changes will be lost.
auths:
public_v2:
community: public
security_level: noAuthNoPriv
auth_protocol: MD5
priv_protocol: DES
version: 2
modules:
edgerouter:
walk:
- 1.3.6.1.2.1.2.2.1.13
- 1.3.6.1.2.1.2.2.1.14
- 1.3.6.1.2.1.2.2.1.19
- 1.3.6.1.2.1.2.2.1.20
- 1.3.6.1.2.1.2.2.1.7
- 1.3.6.1.2.1.2.2.1.8
- 1.3.6.1.2.1.2.2.1.9
- 1.3.6.1.2.1.25.2.3.1.5
- 1.3.6.1.2.1.25.2.3.1.6
- 1.3.6.1.2.1.25.3.3.1.2
- 1.3.6.1.2.1.31.1.1.1.1
- 1.3.6.1.2.1.31.1.1.1.10
- 1.3.6.1.2.1.31.1.1.1.6
get:
- 1.3.6.1.2.1.25.1.1.0
- 1.3.6.1.2.1.25.1.6.0
- 1.3.6.1.2.1.25.1.7.0
- 1.3.6.1.2.1.25.2.2.0
- 1.3.6.1.2.1.6.4.0
- 1.3.6.1.2.1.6.5.0
- 1.3.6.1.2.1.6.6.0
- 1.3.6.1.2.1.6.8.0
- 1.3.6.1.2.1.6.9.0
- 1.3.6.1.4.1.2021.11.53.0
- 1.3.6.1.4.1.2021.4.5.0
- 1.3.6.1.4.1.2021.4.6.0
metrics:
- name: ifInDiscards
oid: 1.3.6.1.2.1.2.2.1.13
type: counter
help: The number of inbound packets which were chosen to be discarded even though
no errors had been detected to prevent their being deliverable to a higher-layer
protocol - 1.3.6.1.2.1.2.2.1.13
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
- name: ifInErrors
oid: 1.3.6.1.2.1.2.2.1.14
type: counter
help: For packet-oriented interfaces, the number of inbound packets that contained
errors preventing them from being deliverable to a higher-layer protocol -
1.3.6.1.2.1.2.2.1.14
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
- name: ifOutDiscards
oid: 1.3.6.1.2.1.2.2.1.19
type: counter
help: The number of outbound packets which were chosen to be discarded even
though no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
- name: ifOutErrors
oid: 1.3.6.1.2.1.2.2.1.20
type: counter
help: For packet-oriented interfaces, the number of outbound packets that could
not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
- name: ifAdminStatus
oid: 1.3.6.1.2.1.2.2.1.7
type: gauge
help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
enum_values:
1: up
2: down
3: testing
- name: ifOperStatus
oid: 1.3.6.1.2.1.2.2.1.8
type: gauge
help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
enum_values:
1: up
2: down
3: testing
4: unknown
5: dormant
6: notPresent
7: lowerLayerDown
- name: ifLastChange
oid: 1.3.6.1.2.1.2.2.1.9
type: gauge
help: The value of sysUpTime at the time the interface entered its current operational
state - 1.3.6.1.2.1.2.2.1.9
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
- name: hrSystemUptime
oid: 1.3.6.1.2.1.25.1.1
type: gauge
help: The amount of time since this host was last initialized - 1.3.6.1.2.1.25.1.1
- name: hrSystemProcesses
oid: 1.3.6.1.2.1.25.1.6
type: gauge
help: The number of process contexts currently loaded or running on this system.
- 1.3.6.1.2.1.25.1.6
- name: hrSystemMaxProcesses
oid: 1.3.6.1.2.1.25.1.7
type: gauge
help: The maximum number of process contexts this system can support - 1.3.6.1.2.1.25.1.7
- name: hrMemorySize
oid: 1.3.6.1.2.1.25.2.2
type: gauge
help: The amount of physical read-write main memory, typically RAM, contained
by the host. - 1.3.6.1.2.1.25.2.2
- name: hrStorageSize
oid: 1.3.6.1.2.1.25.2.3.1.5
type: gauge
help: The size of the storage represented by this entry, in units of hrStorageAllocationUnits
- 1.3.6.1.2.1.25.2.3.1.5
indexes:
- labelname: hrStorageIndex
type: gauge
- name: hrStorageUsed
oid: 1.3.6.1.2.1.25.2.3.1.6
type: gauge
help: The amount of the storage represented by this entry that is allocated,
in units of hrStorageAllocationUnits. - 1.3.6.1.2.1.25.2.3.1.6
indexes:
- labelname: hrStorageIndex
type: gauge
- name: hrProcessorLoad
oid: 1.3.6.1.2.1.25.3.3.1.2
type: gauge
help: The average, over the last minute, of the percentage of time that this
processor was not idle - 1.3.6.1.2.1.25.3.3.1.2
indexes:
- labelname: hrDeviceIndex
type: gauge
- name: ifHCOutOctets
oid: 1.3.6.1.2.1.31.1.1.1.10
type: counter
help: The total number of octets transmitted out of the interface, including
framing characters - 1.3.6.1.2.1.31.1.1.1.10
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
- name: ifHCInOctets
oid: 1.3.6.1.2.1.31.1.1.1.6
type: counter
help: The total number of octets received on the interface, including framing
characters - 1.3.6.1.2.1.31.1.1.1.6
indexes:
- labelname: ifIndex
type: gauge
lookups:
- labels:
- ifIndex
labelname: ifName
oid: 1.3.6.1.2.1.31.1.1.1.1
type: DisplayString
- name: tcpMaxConn
oid: 1.3.6.1.2.1.6.4
type: gauge
help: The limit on the total number of TCP connections the entity can support
- 1.3.6.1.2.1.6.4
- name: tcpActiveOpens
oid: 1.3.6.1.2.1.6.5
type: counter
help: The number of times that TCP connections have made a direct transition
to the SYN-SENT state from the CLOSED state - 1.3.6.1.2.1.6.5
- name: tcpPassiveOpens
oid: 1.3.6.1.2.1.6.6
type: counter
help: The number of times TCP connections have made a direct transition to the
SYN-RCVD state from the LISTEN state - 1.3.6.1.2.1.6.6
- name: tcpEstabResets
oid: 1.3.6.1.2.1.6.8
type: counter
help: The number of times that TCP connections have made a direct transition
to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state
- 1.3.6.1.2.1.6.8
- name: tcpCurrEstab
oid: 1.3.6.1.2.1.6.9
type: gauge
help: The number of TCP connections for which the current state is either ESTABLISHED
or CLOSE-WAIT. - 1.3.6.1.2.1.6.9
- name: ssCpuRawIdle
oid: 1.3.6.1.4.1.2021.11.53
type: counter
help: The number of 'ticks' (typically 1/100s) spent idle - 1.3.6.1.4.1.2021.11.53
- name: memTotalReal
oid: 1.3.6.1.4.1.2021.4.5
type: gauge
help: The total amount of real/physical memory installed on this host. - 1.3.6.1.4.1.2021.4.5
- name: memAvailReal
oid: 1.3.6.1.4.1.2021.4.6
type: gauge
help: The amount of real/physical memory currently unused or available. - 1.3.6.1.4.1.2021.4.6