Hi all,
im searching for a way to "manage" dynamic OID's
I have 1 template SANBOX
there is one item "connUnitId" it contans the specific part of oid.
if i want to request a temperature of a device over snmp, i need to find out this part of string.
for exampble :
host :san1
template: SANBOX
group: SANBOX
host :san2
template: SANBOX
group: SANBOX
now i need to add one specific snmp item for each host (Port status (port 6) )
The OID for the host san1 is:
FCMGMT-MIB::connUnitPortHWState.16.0.0.192.168.35.315.151.0.0.0.0.0.0.0.0.6
The OID for the host san2 is:
FCMGMT-MIB::connUnitPortHWState.16.0.0.183.1748.39.365.155.0.0.0.0.0.0.0.0.6
my Template contains already one item calls connUnitId. and this is exatly the part of the OID.
san1.connUnitId = 16.0.0.192.168.35.315.151.0.0.0.0.0.0.0.0
san2.connUnitId = 16.0.0.183.1748.39.365.155.0.0.0.0.0.0.0.0
in the documentation of zabbix i found only one method "index" that appends only the last part (index) to the oid.
but i need dynamic OID somt. like this (Template SANBOX, item Portstatus6)
FCMGMT-MIB::connUnitPortHWState.{SANBOX:connUnitId}.6
PS: i dont want create an external check (its for over 20 devices, and i need the same isue for other checks)
can somb help my ?
reg. zabbixx
im searching for a way to "manage" dynamic OID's
I have 1 template SANBOX
there is one item "connUnitId" it contans the specific part of oid.
if i want to request a temperature of a device over snmp, i need to find out this part of string.
for exampble :
host :san1
template: SANBOX
group: SANBOX
host :san2
template: SANBOX
group: SANBOX
now i need to add one specific snmp item for each host (Port status (port 6) )
The OID for the host san1 is:
FCMGMT-MIB::connUnitPortHWState.16.0.0.192.168.35.315.151.0.0.0.0.0.0.0.0.6
The OID for the host san2 is:
FCMGMT-MIB::connUnitPortHWState.16.0.0.183.1748.39.365.155.0.0.0.0.0.0.0.0.6
my Template contains already one item calls connUnitId. and this is exatly the part of the OID.
san1.connUnitId = 16.0.0.192.168.35.315.151.0.0.0.0.0.0.0.0
san2.connUnitId = 16.0.0.183.1748.39.365.155.0.0.0.0.0.0.0.0
in the documentation of zabbix i found only one method "index" that appends only the last part (index) to the oid.
but i need dynamic OID somt. like this (Template SANBOX, item Portstatus6)
FCMGMT-MIB::connUnitPortHWState.{SANBOX:connUnitId}.6
PS: i dont want create an external check (its for over 20 devices, and i need the same isue for other checks)
can somb help my ?
reg. zabbixx
Comment