Hi
since I migrate a zabbix 1.4 to zabbix 1.6, reporting from cisco 6500 or 2960 traffic doesn't work.
I have 2 different zabbix server, one in 1.4.5 and one in 1.6.2.
an example :
1st img : zabbix-1.6.2.jpg > bandwidth reporting from zabbix 1.6.2
2nd img : zabbix-1.4.jpg > bandwidth reporting from zabbix 1.4.5
3rd img : zabbix-conf-outtraffic.jpg > item parameters.
The conf is exactly the same on the 2 servers (1.6 conf was on import of the 1.4.5)
configure for zabbix server 1.4.5 :
configure for zabbix server 1.6.2 :
if someone have an idea, thx.
Yoann
since I migrate a zabbix 1.4 to zabbix 1.6, reporting from cisco 6500 or 2960 traffic doesn't work.
I have 2 different zabbix server, one in 1.4.5 and one in 1.6.2.
an example :
1st img : zabbix-1.6.2.jpg > bandwidth reporting from zabbix 1.6.2
2nd img : zabbix-1.4.jpg > bandwidth reporting from zabbix 1.4.5
3rd img : zabbix-conf-outtraffic.jpg > item parameters.
The conf is exactly the same on the 2 servers (1.6 conf was on import of the 1.4.5)
configure for zabbix server 1.4.5 :
Code:
./configure --enable-agent --enable-static --with-net-snmp --with-libcurl --with-mysql --enable-ipv6
Code:
./configure --prefix=/usr/local/zabbix-1.6.2 --enable-server --enable-agent --enable-proxy --with-net-snmp --with-libcurl --with-jabber --enable-static --enable-ipv6 --with-mysql
Yoann
Comment