arcress0 / ipmiutil

ipmiutil is an easy to use set of IPMI server management utilities. It can get/set sensor readings & thresholds, automate SEL management, do SOL console, etc. Supports Linux, Windows, BSD, Solaris, MacOSX. The only IPMI project tool that runs natively on Windows. See http://ipmiutil.sf.net for rpms, etc. (formerly called panicsel). It can run driverless in Linux for use on boot media or embedded environments.
BSD 3-Clause "New" or "Revised" License
33 stars 5 forks source link

Telegraf input data formats - sensor output formats #8

Closed VegethB closed 1 year ago

VegethB commented 1 year ago

As the title suggests, I don't understand what data output format is what you get from the "sensor" parameter either using the -c option or not.

Immagine 2022-10-26 184825

The goal would be to record the values of the fans, power supply and current sensors (including sensor names). Now, the command is the one in the screen, the problem is that I have no idea what kind of output it is. So I ask 1 thing: If it is a custom output, you can implement a command to have one of these listed data outputs:

https://docs.influxdata.com/telegraf/v1.24/data_formats/input/ or https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md

Thanks in advance

arcress0 commented 1 year ago

The sensor -c output is a CSV format, but the delimiter is '|' instead of ',' because some of the fields do contain commas.

VegethB commented 1 year ago

The sensor -c output is a CSV format, but the delimiter is '|' instead of ',' because some of the fields do contain commas.

OK thanks a lot,