jjmartres / Zabbix

A great collection of Zabbix scripts and templates
GNU General Public License v2.0
878 stars 584 forks source link

if.speed for SNMPv3 SHA/AES version #8

Open moss2k13 opened 11 years ago

moss2k13 commented 11 years ago

Hello JJ, Currently we are deeply testing many zabbix's templates before migration (great collection by the way) and we use SNMPv3 SHA/AES in our environment. Would it be a big effort for You to adjust if.speed to SNMPv3? Maybe something like this?

if.speed["-d","IP_ADDRESS","-u","{$SNMP_V3_USER}","-p","{$SNMP_V3_PRIV}","-a","{$SNMP_V3_USER}","-s","SNMPINDEX"]

P.S. Zabbix 2.2 fully supports SNMPv3 now: https://support.zabbix.com/browse/ZBXNEXT-450

Thanks!

jjmartres commented 11 years ago

Hi,

I'm actually working on it....hope that I'll release it soon.