Hi,
I've a strange problem, and I assume I'm at fault.
I'm running 1.6.1 on Ubuntu 8.04 .. and have proxies on other ubuntu servers.
I'm trying to graph a device, and the particular OID I'm trying to get data from won't work in Zabbix.
On the CLI I do:-
snmpget -v1 -c <my-community> <device-IP> <OID>
SNMPv2-SMI:: <OID> = INTEGER: -51
which is fine, although the only funny thing about it it ... the result seems to be from a v2 MIB, whereas the command uses "-v1", and won't work with "-v2c"
Anyway, that looks like it works ... so I try add that to zabbix.
I add the host, then I add an item to that host
Description: <anything>
type: SNMPv1 agent
SNMP Community: <my-community>
SNMP OID: <OID>
port: 161
key: <OID>
type: Numeric(int 64bit)
but I don't receive any data from the device/OID!?
Is this the correct procedure? Am I missing something? I use the OID for the "key" value, is that correct?
I'll keep digging ...
thanks
E
I've a strange problem, and I assume I'm at fault.
I'm running 1.6.1 on Ubuntu 8.04 .. and have proxies on other ubuntu servers.
I'm trying to graph a device, and the particular OID I'm trying to get data from won't work in Zabbix.
On the CLI I do:-
snmpget -v1 -c <my-community> <device-IP> <OID>
SNMPv2-SMI:: <OID> = INTEGER: -51
which is fine, although the only funny thing about it it ... the result seems to be from a v2 MIB, whereas the command uses "-v1", and won't work with "-v2c"
Anyway, that looks like it works ... so I try add that to zabbix.
I add the host, then I add an item to that host
Description: <anything>
type: SNMPv1 agent
SNMP Community: <my-community>
SNMP OID: <OID>
port: 161
key: <OID>
type: Numeric(int 64bit)
but I don't receive any data from the device/OID!?
Is this the correct procedure? Am I missing something? I use the OID for the "key" value, is that correct?
I'll keep digging ...
thanks
E
Comment