<div dir="ltr">I would like to have collectd parse text values such as those found in 'system' (sysName, sysContact, sysLocation and so on). While researching it seems that alphanumerical strings should be of the 'octet' type, however there doesn't appear to be a suitable DataSet in /usr/share/collectd/types.db by default.<div><br></div><div>I can hardly imagine I'm the first one who wants to do this, but I can't find anything on the subject online so I might be looking completely wrong at this subject.</div><div><br></div><div>When using snmpwalk I see the values I want to store, but when I ask collectd to get these values like so:</div><div><br></div><div><div><Data "sysName"></div><div>                Type "absolute"</div><div>                Table false</div><div>                Instance "SNMPv2-MIB"</div><div>                Values "sysName"</div><div>        </Data></div></div><div><br></div><div>I can see in the log file that collectd gets the proper result, but doesn't know what to do with it.</div><div><br><div><div>[2016-02-29 14:53:10] parse_value: Failed to parse string as absolute: (null).</div><div>[2016-02-29 14:53:10] snmp plugin: csnmp_value_list_to_value: Parsing string as absolute failed: <b><i>hostname1</i></b></div><div>[2016-02-29 14:53:10] parse_value: Failed to parse string as absolute: (null).</div><div>[2016-02-29 14:53:10] snmp plugin: csnmp_value_list_to_value: Parsing string as absolute failed: <b><i>hostname2</i></b></div></div></div><div><b><i><br></i></b></div><div>Do I need to define a custom data type for this, or is there something else I should do to get these results?</div><div><br></div><div>Kind regards,</div><div><br></div><div>Niels</div></div>