As we bring linux suites into our enterprise we need a functional replacement for EMS (hp-ux and integrated into OpenView). The overhead is a consideration because of our real-time requirements. BTW our linux systems are all 64-bit
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click
here
You'll have to keep a close eye on the syslog. Linux will log a lot of system events into it, otherwise there are a bunch of tools available like lm_sensors (http://www.lm-sensors.org/). Bundle this with a monitoring management tool like monit (http://www.tildeslash.com/monit/) and you should be covered.
If you're looking for a all-in-one package, it doesn't exist.
A lot of vendors supply hardware monitoring agents for their server-oriented products. If you're using self-built, white-box, or desktop machines as servers you'll probably have to roll your own solution by scraping logs and running smartmontools (or whatever array diagnostics match your hardware).
HP Proliants use Insight Agents, which use SNMP. Dell has OpenManage server and agents, which as far as I can tell don't use SNMP in the current version. I can't speak to the specifics of other vendors.
Hi Terry, If you mean your systems are Itanium based (ia64), then there is the HP Integrity Essentials Foundation Pack for Linux (HPIEFPL) which includes the IM Agents for monitoring the hardware and integrating with HP-SIM and System Management Homepage (SMH). They are SNMP based, so should integrate with OV too.
Thanks guys, I'm using the IM agents but looking for more so I'm trying some of the Net-snmp extensions. Now if I can just get the DIS event mib to trigger my traps....