Hello,
on my OMV 6 I have the openmediavault-nut (6.0-9) plugin installed, to monitor via USB my UPS.
By default in the Performance Statistics OMV offers graphs for Charge, Load, Temperature and Voltage in/out.
However, my UPS doesn't sense temperature data, and instead reports e.g. the output current, which I think the nut package seems to collect, as under /var/lib/rrdcached/db/<hostname>/nut-<upsname>/ I see these rrd files that are kept updated:
current-output.rrd
frequency-input.rrd
frequency-output.rrd
percent-charge.rrd
percent-load.rrd
power-ups.rrd
timeleft-battery.rrd
voltage-input.rrd
voltage-output.rrd
Would it be possible to change the empty Temperature graph with the output current one, and how ?
UPDATE: Warning, horrible kludge ahead: I did a symlink between current-output.rrd and temperature-ups.rrd and at least now the Temperature graph reports something useful