You wouldn't want to use collectd for non-numeric values.  In fact, I don't
think that's possible.

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.

Giovanni

On Fri, Jan 22, 2016 at 5:09 AM Alessandro Pernafini <
[email protected]> wrote:

> Hi all,
>
> I'm trying to figure out how to collect non numeric values with snmp
> plugin. I'd like to monitor some UPSs and send the collected data with
> write_http plugin to a web servlet in order to process them. There are
> some useful information, like manufacturer, model, UPS software version,
> etc., that are defined as a display string in the MIB tree and I'd wish
> to collect. Is there any way to do this with snmp plugin?
>
> Thanks in advance,
> Alessandro
>
> _______________________________________________
> collectd mailing list
> [email protected]
> http://mailman.verplant.org/listinfo/collectd
>
_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to