Hi, I have a lot network devices monitored with SNMPv3, some with SHA/AES, other with SHA/DES, etc...
I have the SNMP config for each device in files in the /etc/snmp/hosts/ directory, so in cli I can do this:
whitout specifying further details, and the snmp info (version, auth, priv, etc...) is in the corresponding device file in /etc/snmp/hosts/<device>.conf
Is there anyway for Zabbix to use this info? so I won't even need to specify the SNMP version.
Thanks,
I have the SNMP config for each device in files in the /etc/snmp/hosts/ directory, so in cli I can do this:
Code:
$ snmpget router1 SNMP-FRAMEWORK-MIB::snmpEngineID.0
Code:
$ snmpwalk router2 IF-MIB::ifHCInOctets.2
Is there anyway for Zabbix to use this info? so I won't even need to specify the SNMP version.
Thanks,