Observium WMI Support

From KlavoWiki
Revision as of 08:32, 19 February 2014 by David (talk | contribs) (Created page with "These instructions are to be done on the Observium server. I was running CentOS 6.5 <pre> wget -q -O - http://www.atomicorp.com/installers/atomic | sh yum -y install wmi </p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

These instructions are to be done on the Observium server. I was running CentOS 6.5

wget -q -O - http://www.atomicorp.com/installers/atomic | sh
yum -y install wmi

Test connectivity to a computer

wmic -U mydomain/myusername%mypassword //fileserver.mydomain.com "select * from Win32_Computersystem"

This PDF document pretty much explains it all.