up vote 1 down vote favorite

What are some suggested ways to monitor hardware status on Ubuntu machines? (i.e. check processor status, if a hard drive is conneccted, fan rpms, temperature) The goal is to make the monitoring as hardware independent as possible? For example, no reconfiguration if there is a supermico motherboard or gigabyte motherboad.

I've looked into solutions such as SBLIM, but the providers seem to be lacking. SNMP based solutions also look promising, but hard drive information has proven to be difficult.

Any suggestions, or solutions you use?hardware monitoring in Ubuntu

link|flag
Should this be moved / asked on ServerFault.com or SuperUser.com ? Appears to not be programming related. – mctylr Feb 25 at 5:02

migrated from stackoverflow.com

3 Answers

up vote 1 down vote

You could run gkrellmd and use the client gkrellm to connect to remote computers and get statistics from the daemon.

link|flag
up vote 0 down vote

munin is pretty easy to set up. You can just it locally, but it is usual to use a server to collect data from all the nodes

link|flag
up vote 0 down vote

Nagios is a popular choice for monitoring systems used in industry. It might be a little excessive depending on your requirements but it IS extremely scalable and customizable (and can monitor windows machines too...)

link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.