Observium WMI Support

From KlavoWiki
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.