Linux – What actual or de-facto alternatives to WMI exist for Linux and Unix

linuxunixwindowswmi

I've recently been introduced to WMI, and find it really cool.

Maybe my brain's just not in gear, but what similar tools exist for *nix like WMI?

Best Answer

  • SNMP for getting data (you can script data gathering and attach it to an OID)
  • for hosts in foo bar baz; do ssh root@$host some-script; done
  • puppet, bcfg, cfengine, etc... (many of these include components for getting data about systems, as well)