more values #18
alexmyczko
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'd love to use this tool to monitor the temperature of my various raspberry pis. A couple ways to do this would be to add the CPU temperature to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
power reading
ipmitool dcmi power reading|grep -v ^$ | head -1 |awk '{print $(NF-1)}'
temperatures?
model of computer/disks/nic/gfx
serials
Beta Was this translation helpful? Give feedback.
All reactions