Hi,
I have recently installed zabbix 1.8.10 from source with this option:
I have build a template for a cisco WS 4510R-E which is joined on the post (if you see mistakes don't hesitate to tell me !).
I have used dynamic dynamic indexes like I saw on zabbix documentation, but I think something goes wrong because all my snmp items are showing this error :
Even not dynamic indexes like CPU load or uptime are showing these errors.
My snmp packages are:
My distro is Debian:
Any help would be great !!
I have recently installed zabbix 1.8.10 from source with this option:
Code:
--enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
I have used dynamic dynamic indexes like I saw on zabbix documentation, but I think something goes wrong because all my snmp items are showing this error :
Code:
ifHCInBroadcastPkts.FastEthernet3-24] became not supported: Error doing snmp_open()
My snmp packages are:
Code:
root@zabb1:~# dpkg -l | grep snmp ii libsnmp-base 5.4.3~dfsg-2 ii libsnmp-dev 5.4.3~dfsg-2 ii libsnmp-perl 5.4.3~dfsg-2 ii libsnmp15 5.4.3~dfsg-2 ii snmp 5.4.3~dfsg-2 ii snmpd 5.4.3~dfsg-2
Code:
root@zabb1:~# cat /etc/debian_version 6.0.4
Comment