Skip to content

Commit

Permalink
Merge pull request #286 from amirseni/patch-1
Browse files Browse the repository at this point in the history
Update template_unifi_ap_snmpv3.yaml
  • Loading branch information
oscar120584 authored Nov 6, 2023
2 parents 3dcb221 + ccc382d commit 2061d55
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ zabbix_export:
item_prototypes:
-
uuid: d2279ac27bba4c2abbca52dc3218ca7d
name: 'WIFI Channel $2 on $1'
name: 'WIFI Channel {#UNIFIVAPESSID} on {#UNIVAPRADIO}'
type: SNMP_AGENT
snmp_oid: '.1.3.6.1.4.1.41112.1.6.1.2.1.4.{#SNMPINDEX}'
key: 'unifiVapChannel[{#UNIFIVAPESSID},{#UNIVAPRADIO}]'
Expand All @@ -448,7 +448,7 @@ zabbix_export:
value: 'Virtual Interfaces'
-
uuid: 8b2ff05b149b4dfda7c5587e3e4d8f6f
name: 'Users $2 on $1'
name: 'Users {#UNIFIVAPESSID} on {#UNIVAPRADIO}'
type: SNMP_AGENT
snmp_oid: '.1.3.6.1.4.1.41112.1.6.1.2.1.8.{#SNMPINDEX}'
key: 'unifiVapNumStations[{#UNIFIVAPESSID},{#UNIVAPRADIO}]'
Expand All @@ -461,7 +461,7 @@ zabbix_export:
value: 'Virtual Interfaces'
-
uuid: f40514a52c8a4c86bfb88d129700b246
name: 'Traffic Incoming $2 on $1'
name: 'Traffic Incoming {#UNIFIVAPESSID} on {#UNIVAPRADIO}'
type: SNMP_AGENT
snmp_oid: '.1.3.6.1.4.1.41112.1.6.1.2.1.10.{#SNMPINDEX}'
key: 'unifiVapRxBytes[{#UNIFIVAPESSID},{#UNIVAPRADIO}]'
Expand All @@ -479,7 +479,7 @@ zabbix_export:
value: 'Virtual Interfaces'
-
uuid: cd3b5e71497c41f895731179ae7ba59a
name: 'Traffic Incoming Errors per Second $2 on $1'
name: 'Traffic Incoming Errors per Second {#UNIFIVAPESSID} on {#UNIVAPRADIO}'
type: SNMP_AGENT
snmp_oid: '.1.3.6.1.4.1.41112.1.6.1.2.1.13.{#SNMPINDEX}'
key: 'unifiVapRxErrors[{#UNIFIVAPESSID},{#UNIVAPRADIO}]'
Expand All @@ -497,7 +497,7 @@ zabbix_export:
value: 'Virtual Interfaces'
-
uuid: 58ec96db72484ae2a7e596dcd644c1d5
name: 'Traffic Outgoing $2 on $1'
name: 'Traffic Outgoing {#UNIFIVAPESSID} on {#UNIVAPRADIO}'
type: SNMP_AGENT
snmp_oid: '.1.3.6.1.4.1.41112.1.6.1.2.1.16.{#SNMPINDEX}'
key: 'unifiVapTxBytes[{#UNIFIVAPESSID},{#UNIVAPRADIO}]'
Expand All @@ -515,7 +515,7 @@ zabbix_export:
value: 'Virtual Interfaces'
-
uuid: a9fc1cfe399e483eaa8305a56ad9b20a
name: 'Traffic Outgoing Errors per Second $2 on $1'
name: 'Traffic Outgoing Errors per Second {#UNIFIVAPESSID} on {#UNIVAPRADIO}'
type: SNMP_AGENT
snmp_oid: '.1.3.6.1.4.1.41112.1.6.1.2.1.18.{#SNMPINDEX}'
key: 'unifiVapTxErrors[{#UNIFIVAPESSID},{#UNIVAPRADIO}]'
Expand Down

0 comments on commit 2061d55

Please sign in to comment.