I am new to modifying MIB/OID for SNMP and would appreciate some guidance on how to proceed.
I have some 70+ Cisco ASR920 routers that I would like to read and monitor temperature from.
I have tried quite a few of the existing templates for Zabbix, but so far no luck with getting temperature values.
Here is as an example the "Cisco IOS by SNMP" output:

I do know that it is possible to get the temperature readout, because I have added the routers to another monitoring tool that I am trying to decommission, HP iMC, it looks like this:

I think I would need some guidancde as how to proceed.
When asking AI how to get the value it respnded with the following:
"The Cisco ASR 920 router can report temperature data via SNMP. This information is typically accessible through the Cisco System Health sensor, which queries the OID 1.3.6.1.4.1.9.9.13.1.3. You can then use SNMP tools to monitor and analyze these temperature readings."
I am walking out on thin ice here, but is this the way to go ahead?
I took the template "Cisco IOS by SNMP" and exported the YAML locally. I opened it in an editor and searched for the word "temperature". Found this:

Should I just modify the OID value that I got from the AI query and rename the YAML to a new modified name and then import it into Zabbix again?
Is this the right way to do this, or is there a better way?
Thanks for any suggestion on best way to get this working.
I have some 70+ Cisco ASR920 routers that I would like to read and monitor temperature from.
I have tried quite a few of the existing templates for Zabbix, but so far no luck with getting temperature values.
Here is as an example the "Cisco IOS by SNMP" output:
I do know that it is possible to get the temperature readout, because I have added the routers to another monitoring tool that I am trying to decommission, HP iMC, it looks like this:
I think I would need some guidancde as how to proceed.
When asking AI how to get the value it respnded with the following:
"The Cisco ASR 920 router can report temperature data via SNMP. This information is typically accessible through the Cisco System Health sensor, which queries the OID 1.3.6.1.4.1.9.9.13.1.3. You can then use SNMP tools to monitor and analyze these temperature readings."
I am walking out on thin ice here, but is this the way to go ahead?
I took the template "Cisco IOS by SNMP" and exported the YAML locally. I opened it in an editor and searched for the word "temperature". Found this:
Should I just modify the OID value that I got from the AI query and rename the YAML to a new modified name and then import it into Zabbix again?
Is this the right way to do this, or is there a better way?
Thanks for any suggestion on best way to get this working.
Comment