6.1
Table Of Contents
- Endpoint Operations Management Agent Plug-in Development Kit
- Contents
- About the Endpoint Operations Management Agent Plug-in Development Kit
- Introduction to Plug-in Development
- The Role of the Server and Agent in Plug-ins
- Technical Overview
- Plug-in Implementations
- Using Support Classes to Simplify a Plug-in
- Writing Plug-ins
- JMX Plug-in
- Script Plug-ins
- SNMP Plug-in
- JMX-Based Management
- Auto-Discovery of JMX Resources
- Configuration Properties for JMX Monitoring
- Creating a Custom JMX Plug-in
- Defining Service Types to Provide Management via Custom MBeans
- Defining an ObjectName to Access Custom MBeans
- Defining Configuration Properties to Appear in the User Interface
- Defining and Gathering Metrics
- Specifying the Availability Metric for MBeans
- Implementing Control Actions
- Defining the Server Auto-Inventory Element
- Discovering Custom Properties
- Running and Testing Plug-ins from the Command Line
- Using Auto-Discovery Support Classes in Plug-ins
- Working with Plug-in Descriptors
- Plug-In Support Classes
- Index
category="UTILIZATION">
</metric>
<metric
indicator="true"
units="percentage"
name="Cpu Usage"
alias="Usage"
collectionType="dynamic"
template="sigar:Type=MultiProcCpu,Arg=%process.query%:Percent"
category="UTILIZATION">
</metric>
</metrics>
<server name="registryscanserver">
<plugin
type="autoinventory"
class="CustomRegistryScanDetector">
</plugin>
<plugin
type="measurement"
class="org.hyperic.hq.product.MeasurementPlugin">
</plugin>
<scan registry="SOFTWARE\Microsoft\Internet Explorer">
<include name="AppName"/>
</scan>
<config>
<option
default="State.Name.eq=iexplore"
name="process.query"
description="Process Query for customserver">
</option>
</config>
<metrics
include="multi-process-metrics">
</metrics>
</server>
</plugin>
Standalone Invocation
A standalone invocation is implemented using -m discover and -p <server object name> options.
# java -jar dcs-tools-pdk.jar
-Dplugins.include=registryscan-example
-Dlog=info
-m discover
-p registryscanserver
Chapter 4 Plug-In Support Classes
VMware, Inc. 61