Hi all,
I'm trying to monitor hardware on about 15 switchs Cisco catalyst 2950 using snmp.
I would like to monitor fans, powersupply, temperature etc
I get troubles with what I think is "random oid".
For exemple, on cisco I found this OID to monitor the power supply source :
When I make an snmpwalk on a first switch :
snmpwalk -v 1 -c public 10.10.10.1 1.3.6.1.4.1.9.9.13.1.5.1.4
I'll get this reply :
iso.3.6.1.4.1.9.9.13.1.5.1.4.1006 = INTEGER: 2
When I make it on a second switch :
snmpwalk -v 1 -c public 10.10.10.2 1.3.6.1.4.1.9.9.13.1.5.1.4
I'll get this reply :
iso.3.6.1.4.1.9.9.13.1.5.1.4.1003 = INTEGER: 2
You can note the end of the OID differs. 1003 vs 1006
As you can note there is only one variable replied for this oid.
My wish is to create an unique templates to manage all the switch... but it seems not possible??!!
If I create an Item on zabbix with only oid "iso.3.6.1.4.1.9.9.13.1.5.1.4" or "1.3.6.1.4.1.9.9.13.1.5.1.4"
I will get this from the server :
[Switch1:PowerSupply_Source] became not supported: OID [1.3.6.1.4.1.9.9.13.1.5.1.4] value has unknown type [0x81]
If my item got the full OID with the last digits, item is working.
What can I do to templates for all of my switch in a unique template ? Is this last digit dynamic and can changes at any time???
Thank you,
JC.
I'm trying to monitor hardware on about 15 switchs Cisco catalyst 2950 using snmp.
I would like to monitor fans, powersupply, temperature etc
I get troubles with what I think is "random oid".
For exemple, on cisco I found this OID to monitor the power supply source :
When I make an snmpwalk on a first switch :
snmpwalk -v 1 -c public 10.10.10.1 1.3.6.1.4.1.9.9.13.1.5.1.4
I'll get this reply :
iso.3.6.1.4.1.9.9.13.1.5.1.4.1006 = INTEGER: 2
When I make it on a second switch :
snmpwalk -v 1 -c public 10.10.10.2 1.3.6.1.4.1.9.9.13.1.5.1.4
I'll get this reply :
iso.3.6.1.4.1.9.9.13.1.5.1.4.1003 = INTEGER: 2
You can note the end of the OID differs. 1003 vs 1006
As you can note there is only one variable replied for this oid.
My wish is to create an unique templates to manage all the switch... but it seems not possible??!!
If I create an Item on zabbix with only oid "iso.3.6.1.4.1.9.9.13.1.5.1.4" or "1.3.6.1.4.1.9.9.13.1.5.1.4"
I will get this from the server :
[Switch1:PowerSupply_Source] became not supported: OID [1.3.6.1.4.1.9.9.13.1.5.1.4] value has unknown type [0x81]
If my item got the full OID with the last digits, item is working.
What can I do to templates for all of my switch in a unique template ? Is this last digit dynamic and can changes at any time???
Thank you,
JC.
Comment