PDA

View Full Version : no snmp monitoring


frank
24-02-2005, 08:50
Hai there,

when i'm monitoring a IfOctetsIn port of a switch with prtg it workt fine.
With snmp-info I can read the whole MIB,

But when i'm connecting it with zabbix and then use the template host.snmp, zabbix says unreachable!! how is that possible?

Is zabbix server badly configured? I tried with different hub's and switches, but nothing works!

Only the zabbix agent on the same server works, but that is Linux..

I have a deadline because I have to do this for my study, so please help!

Thanks!

joe
24-02-2005, 18:36
When you base a host off of a template, and you use SNMP, the default SNMP community string is public. If your community strings are NOT public, then you need to modify the items to reflect the proper community string.

Have you verified that SNMP works from the command line on your Zabbix server?
(snmpwalk -v 2c -c 'community_string' 10.10.10.10 .1)

Also, was Zabbix compiled with SNMP enabled?

joe