6.1

Table Of Contents
The class name varies by type of plug-in. The class in the code snippet is for a JMX plug-in. For a script
plug-in you use the following.
<plugin type="autoinventory" class="org.hyperic.hq.product.DaemonDetector"/>
Auto-discovering Services Resources
You can specify the auto-discovery of a services running on the server by adding another line so that the
plug-in recognizes that the server is hosting services that it must discover.
<property name="HAS_BUILTIN_SERVICES" value="true"/>
For each hosted service enumerated in the plug-in, within the <service> tag, you again call the
autoinventory plug-in, but without a class argument.
<plugin type="autoinventory"/>
Endpoint Operations Management Agent Plug-in Development Kit
46 VMware, Inc.