View Full Version : Alexei, please read this...
dpsantos
16-08-2005, 20:15
I think i found the problem of the snmp value #2 has unknow type.
Zabbix can only handle integer 32 snmp get. To get a counter 64 value the snmpget command must have the -v 2c option, because only snmpv2 handles this. This is very important.... please fix this.
Duarte Santos
Have you checked ZABBIX 1.1alpha12? Support of COUNTER64 is already implemented...
dpsantos
17-08-2005, 11:49
I have it installed and still can't get the values.....
Strangelly the frontend still says alpha11?
Is there problems with the downloads again?
James Wells
17-08-2005, 16:26
Greetings,
I have it installed and still can't get the values.....
Strangelly the frontend still says alpha11?
Is there problems with the downloads again?
Can't speak to the SNMP side, but as for the front end, that is simply that the localization files haven't been updated yet. If you pulled the download for 1.1Alpha12, then you did get the correct files.
dpsantos
17-08-2005, 18:11
Have you checked ZABBIX 1.1alpha12? Support of COUNTER64 is already implemented...
IF u are using snmpget to get counter64 values, you must specify the -v 2c , int he command, that indicates the SNMPv2... How can i put it more simply that this?