Douglas Maus wrote:
I'd like to be able to remotely observe my server's hardware health.
I recently wrote something that might help achieve what you want. It's a bit of a poor-man's SNMP with a slightly different target audience. It's still "alpha", but the documentation is complete, making it usable ... I think: http://xsi.kolabore.ath.cx/
Only OpenBSD 3.9 and newer are supported, and it depends on textproc/libxml. Any feedback would be highly appreciated.
and I'd like to check on my RAID status with $sudo raidctl -s raid0
XSI can't do that, yet ... looks easy enough to implement, though. For that to work, xsi would have to be a member of the operator group, however. I'll think about this, and how it should show up in the grammar.
Moritz