forked from vbarahona/Panos2Grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpanos_snmp.conf
290 lines (282 loc) · 8.91 KB
/
panos_snmp.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
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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
[[inputs.snmp]]
agents = [ "fw1.domain.com","fw2.domain.com" ]
version = 2
community = "public"
interval = "60s"
# System
name = "pan_system"
[[inputs.snmp.field]]
name = "hostname"
oid = ".1.3.6.1.2.1.1.5.0"
is_tag = true
[[inputs.snmp.field]]
name = "hrProcessorLoad.1"
oid = ".1.3.6.1.2.1.25.3.3.1.2.1"
[[inputs.snmp.field]]
name = "hrProcessorLoad.2"
oid = ".1.3.6.1.2.1.25.3.3.1.2.2"
[[inputs.snmp.field]]
name = "panSessionUtilization"
oid = "PAN-COMMON-MIB::panSessionUtilization.0"
[[inputs.snmp.field]]
name = "panSessionActiveTcp"
oid = "PAN-COMMON-MIB::panSessionActiveTcp.0"
[[inputs.snmp.field]]
name = "panSessionActiveUdp"
oid = "PAN-COMMON-MIB::panSessionActiveUdp.0"
[[inputs.snmp.field]]
name = "panSessionActiveICMP"
oid = "PAN-COMMON-MIB::panSessionActiveICMP.0"
[[inputs.snmp.field]]
name = "panGPGWUtilizationActiveTunnels"
oid = "PAN-COMMON-MIB::panGPGWUtilizationActiveTunnels.0"
# Hardware Sensors PA5250
[[inputs.snmp.field]]
name = "fan1"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.4"
[[inputs.snmp.field]]
name = "fan2"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.5"
[[inputs.snmp.field]]
name = "fan3"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.6"
[[inputs.snmp.field]]
name = "fan4"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.7"
[[inputs.snmp.field]]
name = "fan5"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.8"
[[inputs.snmp.field]]
name = "fan6"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.9"
[[inputs.snmp.field]]
name = "fan7"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.10"
[[inputs.snmp.field]]
name = "fan8"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.11"
[[inputs.snmp.field]]
name = "cpu_temp1"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.12"
[[inputs.snmp.field]]
name = "cpu_temp2"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.13"
[[inputs.snmp.field]]
name = "cpu_temp3"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.14"
[[inputs.snmp.field]]
name = "cpu_temp4"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.15"
[[inputs.snmp.field]]
name = "cpu_temp5"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.16"
[[inputs.snmp.field]]
name = "cpu_temp6"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.17"
[[inputs.snmp.field]]
name = "cpu_temp7"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.18"
[[inputs.snmp.field]]
name = "cpu_temp8"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.19"
[[inputs.snmp.field]]
name = "cpu_temp9"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.20"
[[inputs.snmp.field]]
name = "cpu_temp10"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.21"
[[inputs.snmp.field]]
name = "cpu_temp11"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.22"
[[inputs.snmp.field]]
name = "cpu_temp12"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.23"
[[inputs.snmp.field]]
name = "cpu_temp13"
oid = "ENTITY-SENSOR-MIB::entPhySensorValue.24"
# Global Counters
[[inputs.snmp.table]]
name = "pan_global_counters"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "panFlowIpfragFragErr"
oid = "PAN-COMMON-MIB::panFlowIpfragFragErr"
[[inputs.snmp.table.field]]
name = "panFlowIpfragRecv"
oid = "PAN-COMMON-MIB::panFlowIpfragRecv"
[[inputs.snmp.table.field]]
name = "panTcpAllocWqeFailed"
oid = "PAN-COMMON-MIB::panTcpAllocWqeFailed"
[[inputs.snmp.table.field]]
name = "panTcpDeny"
oid = "PAN-COMMON-MIB::panTcpDeny"
[[inputs.snmp.table.field]]
name = "panTcpDropOutOfWnd"
oid = "PAN-COMMON-MIB::panTcpDropOutOfWnd"
[[inputs.snmp.table.field]]
name = "panTcpDropPacket"
oid = "PAN-COMMON-MIB::panTcpDropPacket"
[[inputs.snmp.table.field]]
name = "panFlowActionClose"
oid = "PAN-COMMON-MIB::panFlowActionClose"
[[inputs.snmp.table.field]]
name = "panFlowActionReset"
oid = "PAN-COMMON-MIB::panFlowActionReset"
[[inputs.snmp.table.field]]
name = "panFlowTcpNonSyn"
oid = "PAN-COMMON-MIB::panFlowTcpNonSyn"
[[inputs.snmp.table.field]]
name = "panTcpExceedSegLimit"
oid = "PAN-COMMON-MIB::panTcpExceedSegLimit"
# DoS
[[inputs.snmp.table]]
name = "pan_dos"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "panFlowPolicyDeny"
oid = "PAN-COMMON-MIB::panFlowPolicyDeny"
[[inputs.snmp.table.field]]
name = "panFlowPolicyNat"
oid = "PAN-COMMON-MIB::panFlowPolicyNat"
[[inputs.snmp.table.field]]
name = "panFlowScanDrop"
oid = "PAN-COMMON-MIB::panFlowScanDrop"
[[inputs.snmp.table.field]]
name = "panFlowDosDropIpBlocked"
oid = "PAN-COMMON-MIB::panFlowDosDropIpBlocked"
[[inputs.snmp.table.field]]
name = "panFlowDosRedIcmp"
oid = "PAN-COMMON-MIB::panFlowDosRedIcmp"
[[inputs.snmp.table.field]]
name = "panFlowDosRedIcmp6"
oid = "PAN-COMMON-MIB::panFlowDosRedIcmp6"
[[inputs.snmp.table.field]]
name = "panFlowDosRedIp"
oid = "PAN-COMMON-MIB::panFlowDosRedIp"
[[inputs.snmp.table.field]]
name = "panFlowDosRedTcp"
oid = "PAN-COMMON-MIB::panFlowDosRedTcp"
[[inputs.snmp.table.field]]
name = "panFlowDosRedUdp"
oid = "PAN-COMMON-MIB::panFlowDosRedUdp"
[[inputs.snmp.table.field]]
name = "panFlowDosBlkNumEntries"
oid = "PAN-COMMON-MIB::panFlowDosBlkNumEntries"
[[inputs.snmp.table.field]]
name = "panFlowDosRuleDeny"
oid = "PAN-COMMON-MIB::panFlowDosRuleDeny"
[[inputs.snmp.table.field]]
name = "panFlowDosRuleDrop"
oid = "PAN-COMMON-MIB::panFlowDosRuleDrop"
[[inputs.snmp.table.field]]
name = "panFlowDosRuleDropAggr"
oid = "PAN-COMMON-MIB::panFlowDosRuleDropAggr"
[[inputs.snmp.table.field]]
name = "panFlowDosRuleDropClBlkDur"
oid = "PAN-COMMON-MIB::panFlowDosRuleDropClBlkDur"
[[inputs.snmp.table.field]]
name = "panFlowDosRuleDropClRedAct"
oid = "PAN-COMMON-MIB::panFlowDosRuleDropClRedAct"
[[inputs.snmp.table.field]]
name = "panFlowDosRuleDropClassified"
oid = "PAN-COMMON-MIB::panFlowDosRuleDropClassified"
[[inputs.snmp.table.field]]
name = "panFlowDosClMaxSessLimit"
oid = "PAN-COMMON-MIB::panFlowDosClMaxSessLimit"
[[inputs.snmp.table.field]]
name = "panFlowDosZoneRedAct"
oid = "PAN-COMMON-MIB::panFlowDosZoneRedAct"
[[inputs.snmp.table.field]]
name = "panFlowDosZoneRedMax"
oid = "PAN-COMMON-MIB::panFlowDosZoneRedMax"
[[inputs.snmp.table.field]]
name = "panFlowDosBlkSwEntries"
oid = "PAN-COMMON-MIB::panFlowDosBlkSwEntries"
[[inputs.snmp.table.field]]
name = "panFlowDosBlkHwEntries"
oid = "PAN-COMMON-MIB::panFlowDosBlkHwEntries"
[[inputs.snmp.table.field]]
name = "panFlowDosClSyncookieAckErr"
oid = "PAN-COMMON-MIB::panFlowDosClSyncookieAckErr"
[[inputs.snmp.table.field]]
name = "panFlowDosClSyncookieAckRcv"
oid = "PAN-COMMON-MIB::panFlowDosClSyncookieAckRcv"
[[inputs.snmp.table.field]]
name = "panFlowDosClSyncookieBlkDur"
oid = "PAN-COMMON-MIB::panFlowDosClSyncookieBlkDur"
[[inputs.snmp.table.field]]
name = "panFlowDosClSyncookieMax"
oid = "PAN-COMMON-MIB::panFlowDosClSyncookieMax"
[[inputs.snmp.table.field]]
name = "panFlowDosClSyncookieSent"
oid = "PAN-COMMON-MIB::panFlowDosClSyncookieSent"
# Drops
[[inputs.snmp.table]]
name = "pan_drop"
inherit_tags = [ "hostname" ]
[[inputs.snmp.table.field]]
name = "panFlowFwdL3TtlZero"
oid = "PAN-COMMON-MIB::panFlowFwdL3TtlZero"
[[inputs.snmp.table.field]]
name = "panFlowMeterHostThrottle"
oid = "PAN-COMMON-MIB::panFlowMeterHostThrottle"
[[inputs.snmp.table.field]]
name = "panFlowHostServiceDeny"
oid = "PAN-COMMON-MIB::panFlowHostServiceDeny"
[[inputs.snmp.table.field]]
name = "panFlowHostServiceUnknown"
oid = "PAN-COMMON-MIB::panFlowHostServiceUnknown"
[[inputs.snmp.table.field]]
name = "panPktAllocFailure"
oid = "PAN-COMMON-MIB::panPktAllocFailure"
[[inputs.snmp.table.field]]
name = "panPktAllocFailureCos"
oid = "PAN-COMMON-MIB::panPktAllocFailureCos"
[[inputs.snmp.table.field]]
name = "panSessionDiscard"
oid = "PAN-COMMON-MIB::panSessionDiscard"
# Zones
[[inputs.snmp.table]]
name = "pan_zone"
inherit_tags = [ "hostname" ]
oid = "PAN-COMMON-MIB::panZoneTable"
[[inputs.snmp.table.field]]
name = "zone"
oid = "PAN-COMMON-MIB::panZoneName"
is_tag = true
[[inputs.snmp.table.field]]
name = "panZoneActiveTcpCps"
oid = "PAN-COMMON-MIB::panZoneActiveTcpCps"
[[inputs.snmp.table.field]]
name = "panZoneActiveUdpCps"
oid = "PAN-COMMON-MIB::panZoneActiveUdpCps"
[[inputs.snmp.table.field]]
name = "panZoneActiveOtherIpCps"
oid = "PAN-COMMON-MIB::panZoneActiveOtherIpCps"
# Vsys
[[inputs.snmp.table]]
name = "pan_vsys"
inherit_tags = [ "hostname" ]
oid = "PAN-COMMON-MIB::panVsysTable"
[[inputs.snmp.table.field]]
name = "Vsys"
oid = "PAN-COMMON-MIB::panVsysName"
is_tag = true
[[inputs.snmp.table.field]]
name = "panVsysActiveTcpCps"
oid = "PAN-COMMON-MIB::panVsysActiveTcpCps"
[[inputs.snmp.table.field]]
name = "panVsysActiveUdpCps"
oid = "PAN-COMMON-MIB::panVsysActiveUdpCps"
[[inputs.snmp.table.field]]
name = "panVsysActiveOtherIpCps"
oid = "PAN-COMMON-MIB::panVsysActiveOtherIpCps"
# Memory and buffers
[[inputs.snmp.table]]
name = "pan_buffers"
inherit_tags = [ "hostname" ]
oid = "HOST-RESOURCES-MIB::hrStorageTable"
[[inputs.snmp.table.field]]
name = "hrStorageDescr"
oid = "HOST-RESOURCES-MIB::hrStorageDescr"
is_tag = true