Hello guys,
I'm having some problems to monitore a host using SNMP v3, can you help me?
Here's a print screen of the Zabbix configuration:
and Here's the log:
"""
23923:20110815:175253.894 In substitute_simple_macros() data:'snmpteste'
23923:20110815:175253.894 In substitute_simple_macros() data:'snmpteste'
23923:20110815:175253.894 In substitute_simple_macros() data:'snmpteste'
23923:20110815:175253.895 In get_value_snmp() key:'1.3.6.1.2.1.25.1.1.0' oid:'1.3.6.1.2.1.25.1.1.0'
23923:20110815:175253.895 In snmp_open_session()
23923:20110815:175253.922 SNMPv3 [[email protected]:161]
23923:20110815:175253.922 End of snmp_open_session()
23923:20110815:175253.922 Error doing snmp_open()
23923:20110815:175253.922 End of get_value_snmp():NOTSUPPORTED
23923:20110815:175253.922 Item [Andretti:1.3.6.1.2.1.25.1.1.0] error: Error doing snmp_open()
23923:20110815:175253.924 Query [txnlev:1] [update items set status=3,lastclock=1313441573,error='Error doing snmp_open()' where itemid=22403;
23921:20110815:175254.899 In substitute_simple_macros() data:'snmpteste'
23921:20110815:175254.899 In substitute_simple_macros() data:'snmpteste'
23921:20110815:175254.899 In substitute_simple_macros() data:'snmpteste'
23921:20110815:175254.899 In get_value_snmp() key:'1.3.6.1.2.1.25.1.1.0' oid:'1.3.6.1.2.1.25.1.1.0'
23921:20110815:175254.899 In snmp_open_session()
23921:20110815:175254.927 SNMPv3 [[email protected]:161]
23921:20110815:175254.927 End of snmp_open_session()
23921:20110815:175254.927 Error doing snmp_open()
23921:20110815:175254.927 End of get_value_snmp():NOTSUPPORTED
23921:20110815:175254.927 Item [Mansell:1.3.6.1.2.1.25.1.1.0] error: Error doing snmp_open()
23921:20110815:175254.928 Query [txnlev:1] [update items set status=3,lastclock=1313441574,error='Error doing snmp_open()' where itemid=22404;
"""
I tested using SNMPGET and it's working:
snmpget -v 3 -u snmpteste -l authPriv -a MD5 -A snmpteste -x DES -X snmpteste 192.168.2.39 1.3.6.1.2.1.25.1.1.0
iso.3.6.1.2.1.25.1.1.0 = Timeticks: (2341578) 6:30:15.78
Thanks!
I'm having some problems to monitore a host using SNMP v3, can you help me?
Here's a print screen of the Zabbix configuration:
and Here's the log:
"""
23923:20110815:175253.894 In substitute_simple_macros() data:'snmpteste'
23923:20110815:175253.894 In substitute_simple_macros() data:'snmpteste'
23923:20110815:175253.894 In substitute_simple_macros() data:'snmpteste'
23923:20110815:175253.895 In get_value_snmp() key:'1.3.6.1.2.1.25.1.1.0' oid:'1.3.6.1.2.1.25.1.1.0'
23923:20110815:175253.895 In snmp_open_session()
23923:20110815:175253.922 SNMPv3 [[email protected]:161]
23923:20110815:175253.922 End of snmp_open_session()
23923:20110815:175253.922 Error doing snmp_open()
23923:20110815:175253.922 End of get_value_snmp():NOTSUPPORTED
23923:20110815:175253.922 Item [Andretti:1.3.6.1.2.1.25.1.1.0] error: Error doing snmp_open()
23923:20110815:175253.924 Query [txnlev:1] [update items set status=3,lastclock=1313441573,error='Error doing snmp_open()' where itemid=22403;
23921:20110815:175254.899 In substitute_simple_macros() data:'snmpteste'
23921:20110815:175254.899 In substitute_simple_macros() data:'snmpteste'
23921:20110815:175254.899 In substitute_simple_macros() data:'snmpteste'
23921:20110815:175254.899 In get_value_snmp() key:'1.3.6.1.2.1.25.1.1.0' oid:'1.3.6.1.2.1.25.1.1.0'
23921:20110815:175254.899 In snmp_open_session()
23921:20110815:175254.927 SNMPv3 [[email protected]:161]
23921:20110815:175254.927 End of snmp_open_session()
23921:20110815:175254.927 Error doing snmp_open()
23921:20110815:175254.927 End of get_value_snmp():NOTSUPPORTED
23921:20110815:175254.927 Item [Mansell:1.3.6.1.2.1.25.1.1.0] error: Error doing snmp_open()
23921:20110815:175254.928 Query [txnlev:1] [update items set status=3,lastclock=1313441574,error='Error doing snmp_open()' where itemid=22404;
"""
I tested using SNMPGET and it's working:
snmpget -v 3 -u snmpteste -l authPriv -a MD5 -A snmpteste -x DES -X snmpteste 192.168.2.39 1.3.6.1.2.1.25.1.1.0
iso.3.6.1.2.1.25.1.1.0 = Timeticks: (2341578) 6:30:15.78
Thanks!
Comment