SNMP - Use RAW value in datapoint
Goodmorning,
I'm trying to create some custom datapoints for an marine antenna control unit (ACU). A lot of the data consists of non numeric output, and with those I'm struggling at the moment. One example is the SNMP output for "Longtitude/Lattitude" this consists of numbers and a letter.
Below is the output (and error) I receive when polling:
Normal Datapoints
1 item
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
iAcsStatusLat |
NaN
Fail to get the result of this oid
OID is .1.3.6.1.4.1.13745.100.1.1.4.0
Raw value is 53.683331 N
Hide
|
Raw Request/Response
.1.3.6.1.4.1.13745.100.1.1.4.0 |
53.683331 N |
As you can see the "Raw value" is nicely polled, but the datapoint cannot process it (probably due to the "N" in the data).
Simpler data like "heading" is not an issue and is nicely being polled and written to the graphs.
Basically I just want the datapoint just to poll the raw data, and plot it to the datapoint.
Can anybody point me in the right direction?
Br,
Ralf