Hi,
There seems to be a problem with SNMP, Zabbix 1.4.4 on Debian 4.0.
When attempting to connect to a server, it appends the port number twice. the Item entry is defined as an snmp v2 agent
i.e. host.domain:161:161
From the server log:
2121:20080312:112143 In get_value_SNMP()
2117:20080312:112143 Query [select min(clock) from history_uint where itemid=20463]
2121:20080312:112143 SNMP [[email protected]:161:161]
2121:20080312:112143 OID [1.3.6.1.2.1.5.13.0]
2117:20080312:112143 In delete_history(history_str,20463,7,1205317298)
2121:20080312:112143 In get_value_SNMP() 0.2
2117:20080312:112143 Query [select min(clock) from history_str where itemid=20463]
2121:20080312:112143 In get_value_SNMP() 0.3
Then it fails:
2121:20080312:112149 In get_value_SNMP() 0.4
2121:20080312:112149 In get_value_SNMP() 1
2121:20080312:112149 Timeout while connecting to [172.16.61.84:161]
2121:20080312:112149 End get_value()
There also seems to be a problem with the community string, it's using the public string even though I specified another that we use here.
It was built against the following snmp library.
ii libsnmp9 5.2.3-7 NET SNMP (Simple Network Management Protocol
ii libsnmp9-dev 5.2.3-7 NET SNMP (Simple Network Management Protocol
Instead, I'm trying out the 1.1 rev distributed with Debian at the moment.
regards,
Colin Smith.
There seems to be a problem with SNMP, Zabbix 1.4.4 on Debian 4.0.
When attempting to connect to a server, it appends the port number twice. the Item entry is defined as an snmp v2 agent
i.e. host.domain:161:161
From the server log:
2121:20080312:112143 In get_value_SNMP()
2117:20080312:112143 Query [select min(clock) from history_uint where itemid=20463]
2121:20080312:112143 SNMP [[email protected]:161:161]
2121:20080312:112143 OID [1.3.6.1.2.1.5.13.0]
2117:20080312:112143 In delete_history(history_str,20463,7,1205317298)
2121:20080312:112143 In get_value_SNMP() 0.2
2117:20080312:112143 Query [select min(clock) from history_str where itemid=20463]
2121:20080312:112143 In get_value_SNMP() 0.3
Then it fails:
2121:20080312:112149 In get_value_SNMP() 0.4
2121:20080312:112149 In get_value_SNMP() 1
2121:20080312:112149 Timeout while connecting to [172.16.61.84:161]
2121:20080312:112149 End get_value()
There also seems to be a problem with the community string, it's using the public string even though I specified another that we use here.
It was built against the following snmp library.
ii libsnmp9 5.2.3-7 NET SNMP (Simple Network Management Protocol
ii libsnmp9-dev 5.2.3-7 NET SNMP (Simple Network Management Protocol
Instead, I'm trying out the 1.1 rev distributed with Debian at the moment.
regards,
Colin Smith.
Comment