Hi!
Couldn't find solution for SNMP problem. I want to monitor ricoh printer using snmp, but there appears to be some problems with it. Zabbix is compiled with mysql and net-snmp support. Zabbix version zabbix-1.1alpha7.
Situation on the HOSTS tab look like this:
10008 Ricoh 10.10.246.250 161 Monitored Not available Timeout while connecting to [10.10.246.250:161] Change
The same thing is in the zabbix_server.log file:
027439:20050404:152713 Timeout while connecting to [10.10.246.250:161]
027439:20050404:152713 Host [Ricoh] will be checked after [60] seconds
Already tried to use snmp v1 and v2, no results.
Using snmpget everything works:
root@zabbix:/tmp# snmpget -v 1 -c public -On 10.10.246.250 .1.3.6.1.2.1.43.10.2.1.4.1.1
Undefined OBJECT-GROUP (snmpBasicNotificationsGroup): At line 395 in /usr/local/share/snmp/mibs/SNMPv2-MIB.txt
.1.3.6.1.2.1.43.10.2.1.4.1.1 = Counter32: 12053
Any ideas what to do?
Couldn't find solution for SNMP problem. I want to monitor ricoh printer using snmp, but there appears to be some problems with it. Zabbix is compiled with mysql and net-snmp support. Zabbix version zabbix-1.1alpha7.
Situation on the HOSTS tab look like this:
10008 Ricoh 10.10.246.250 161 Monitored Not available Timeout while connecting to [10.10.246.250:161] Change
The same thing is in the zabbix_server.log file:
027439:20050404:152713 Timeout while connecting to [10.10.246.250:161]
027439:20050404:152713 Host [Ricoh] will be checked after [60] seconds
Already tried to use snmp v1 and v2, no results.
Using snmpget everything works:
root@zabbix:/tmp# snmpget -v 1 -c public -On 10.10.246.250 .1.3.6.1.2.1.43.10.2.1.4.1.1
Undefined OBJECT-GROUP (snmpBasicNotificationsGroup): At line 395 in /usr/local/share/snmp/mibs/SNMPv2-MIB.txt
.1.3.6.1.2.1.43.10.2.1.4.1.1 = Counter32: 12053
Any ideas what to do?
Comment