Skip to content

Commit

Permalink
Update template_fortigate_snmp_v2019.yaml
Browse files Browse the repository at this point in the history
Fix discovered item names, as positional argument support was removed in zabbix 6.0
  • Loading branch information
uumas authored Aug 20, 2023
1 parent ac6866e commit 51fbc45
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ zabbix_export:
item_prototypes:
-
uuid: 6cf869c445ba43bf8a7d147595116202
name: 'Link Speed $1'
name: 'Link Speed {#SNMPVALUE}'
type: SNMP_AGENT
snmp_oid: '1.3.6.1.2.1.2.2.1.5.{#SNMPINDEX}'
key: 'ifHighSpeed[{#SNMPVALUE}]'
Expand All @@ -231,7 +231,7 @@ zabbix_export:
value: 'Link 10/100/1000'
-
uuid: c3818df2354142aa816827c1343b9a83
name: 'Download $1'
name: 'Download {#SNMPVALUE}'
type: SNMP_AGENT
snmp_oid: '1.3.6.1.2.1.2.2.1.10.{#SNMPINDEX}'
key: 'ifInOctets[{#SNMPVALUE}]'
Expand All @@ -252,7 +252,7 @@ zabbix_export:
value: 'Network Traffic'
-
uuid: 9252196234d24e4bb295c139b503ebb5
name: 'Upload $1'
name: 'Upload {#SNMPVALUE}'
type: SNMP_AGENT
snmp_oid: '1.3.6.1.2.1.2.2.1.16.{#SNMPINDEX}'
key: 'ifOutOctets[{#SNMPVALUE}]'
Expand Down

0 comments on commit 51fbc45

Please sign in to comment.