PDA

View Full Version : SNMPv2 agent not supported


ski
23-02-2005, 01:53
Hi,

I have zabbix 1.0 up and running and am trying to connect to a foundry switch. I verified that zabbix_suckerd is compiled with snmp support:

020741:20050222:163910 Starting zabbix_suckerd...
020744:20050222:163910 zabbix_suckerd #2 started [nodata() calculator]
020745:20050222:163910 zabbix_suckerd #3 started [ICMP pinger]
020741:20050222:163910 zabbix_suckerd #0 started [Housekeeper]
020746:20050222:163910 zabbix_suckerd #4 started [Sucker. SNMP:ON]
020743:20050222:163910 zabbix_suckerd #1 started [Alerter]
020746:20050222:164010 Enabling host [linux6]

I do not see the snmp switch listed (school12) and when I look at the items on school12 (default Host.SNMP template), they all say:

Snmpv2 agent Not Supported

On jffnms I had to set a password to access the snmp read only community. That may be the problem here. How do I do that?

cheers,

ski

lbergman
23-02-2005, 05:27
Under the configure menu option, then item, find your item and verify that the correct version of SNMP is being used and the correct community string.

ski
23-02-2005, 17:41
Ok, It worked (kind of) after I deleted the host and re-added it. When I first added the host, I did not have snmp compiled it. I recompiled zabbix, but did not reconfigure the host.

Thanks for the help.