Renaming metrics with name from other OID #927
Unanswered
Safal-Dhungana
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to monitor some In-row coolers and would like to extract only a part of the metrics from the table. I have found already where the values are located. But it seems like all the data is in a table structure where the name of each metric is stored on another subtree. I would like SNMP_Exporter to get the proper names for each specific metric. The code below is what i currently have in my generator of this device (ACRC602).
If i do a SNMPWALK on this OID: "1.3.6.1.4.1.318.1.1.27.1.4.1.2.1.2" then i get the listing of all the metric names. If i want to get the string "Airflow" from the walk you could just append .1.4 on the end of the given OID. The ending of the metric names is mapped to the integer values like 1.4 at the end for Airflow.
An added question is if it is possible to give some kind of function list that are available or an API so new people can know what functions are available and how to use them.
Beta Was this translation helpful? Give feedback.
All reactions