Problem:
I am trying to collect data from an interface that returns the following SNMP data:
.1.3.6.1.4.1.259.10.1.45.1.2.11.1.2.1 = STRING: “43.45 degrees C normal”
The issue is that since the returned type is string, there is no .rjb file (rrd) created. Instead, this data is getting written to a strings.properties file.
Expected outcome:
I want the float value (43.45) to be extracted and inserted in the RRD so that as a result, this interface data gets plotted on a graph.
OpenNMS version:
27.0.5
Other relevant data:
[e.g. logs from OpenNMS, error messages etc]
logs