<div dir="ltr"><div><div>You wouldn't want to use collectd for non-numeric values.  In fact, I don't think that's possible.<br><br></div>There are other ways of retrieving this type of data. For example, you could write a script that would snmpget/snmpwalk the values you want from the UPSs and then use something like curl -X POST to push those values to your web servlet for processing.  You could then run the script periodically via cron if needed.  This is a simple example, of course.<br><br></div>Giovanni<br></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Jan 22, 2016 at 5:09 AM Alessandro Pernafini <<a href="mailto:alessandro.pernafini@stoorm5.com">alessandro.pernafini@stoorm5.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I'm trying to figure out how to collect non numeric values with snmp<br>
plugin. I'd like to monitor some UPSs and send the collected data with<br>
write_http plugin to a web servlet in order to process them. There are<br>
some useful information, like manufacturer, model, UPS software version,<br>
etc., that are defined as a display string in the MIB tree and I'd wish<br>
to collect. Is there any way to do this with snmp plugin?<br>
<br>
Thanks in advance,<br>
Alessandro<br>
<br>
_______________________________________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org" target="_blank">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" rel="noreferrer" target="_blank">http://mailman.verplant.org/listinfo/collectd</a><br>
</blockquote></div>