I'm using zabbix1.1alpha4. I have two questions :
1- I need to create an item to test http using a proxy (and a specific port). Is it possible?
2- I have some wireless AP Cisco Aironet 1200 in my network. I would like to know how many clients are connected.
I'm using the OID 1.3.6.1.4.1.9.9.273.1.1.2.1.1 (MIB is Cisco-Dot11-Association-MIB.my).
- snmpwalk is OK :
snmpwalk -c passw w.x.y.z 1.3.6.1.4.1.9.9.273.1.1.2.1.1
SNMPv2-SMI::enterprises.9.9.273.1.1.2.1.1.1 = Gauge32: 1
But when i create an item with this OID that's what i have in var/log
value #1 has unknow type
002392:20041230:131047 Parameter [Associations-ap-wifi-03] is not supported by agent on host [ap-wifi-03]
I use :
type : SNMPv2agent
OID : The same OID
port161
Thanks
1- I need to create an item to test http using a proxy (and a specific port). Is it possible?
2- I have some wireless AP Cisco Aironet 1200 in my network. I would like to know how many clients are connected.
I'm using the OID 1.3.6.1.4.1.9.9.273.1.1.2.1.1 (MIB is Cisco-Dot11-Association-MIB.my).
- snmpwalk is OK :
snmpwalk -c passw w.x.y.z 1.3.6.1.4.1.9.9.273.1.1.2.1.1
SNMPv2-SMI::enterprises.9.9.273.1.1.2.1.1.1 = Gauge32: 1
But when i create an item with this OID that's what i have in var/log
value #1 has unknow type
002392:20041230:131047 Parameter [Associations-ap-wifi-03] is not supported by agent on host [ap-wifi-03]
I use :
type : SNMPv2agent
OID : The same OID
port161
Thanks