## SOURCE ### # connect to a real ocs and read computers ource = ocs.computers # test with static files, no network calls source = ocs.computers.replay file = computers.xml # OCS SOURCE PARAMETERS ## ource.url = http://ocs-server.mydomain.com ource.username = SOAP_USER ource.password = mypass ource.checksum = 4867 ource.tags = Server ## MAPPER ### # Run the default mapper for computers apper.ocs.url = http://ocs-server.mydomain.com apper = ocs.computers apper.accountinfo = MONITORED.Monitored PURPOSE.Webserver ## CATEGORIES ### apper.categoryMap = categorymap.properties