The LiveCycle Services Plugin monitors many attributes
of the services used by your LiveCycle processes, including:
Availability
Average invocation time
Exception count
Invocation count
Invocation time
Max invocation time
Min invocation time
The LiveCycle Process Plugin is pre-configured to monitor the
Assembler service. Follow these steps to monitor additional services:
Open the LiveCycle_Services-plugin.xml file on the Agent
machine.
Copy the following section and then paste it immediately
below the copied section. Parts that you will edit are marked in
bold:
<!-- Assembler Service -->
<service name="Assembler Service">
<plugin type="autoinventory"/>
<property name="OBJECT_NAME" value="adobe.com:j2eeType=AdobeService,name=AssemblerService,version=1.0,operation=invoke"/>
<metrics include="LiveCycle Metrics"/>
</service>
<!-- End of Assembler Service -->
Edit the new section to suit the service that you want to
monitor:
Change Assember Service to
the name of the service that you want to monitor. For example, Process Management.
Replace the bold text in the Value tag with the appropriate
service value. To find the service value:
Open the
Java Monitoring & Management Console (\bin\java\jconsole.exe).
If prompted, log in using your JMX credential, IP address,
and port number.
In the tree structure, click Adobe.com > AdobeService
> [service name] > Invoke.
In the panel on the right, copy the ObjectName value and
use that at the service value.
Repeat steps 2-3 for each service that you want to monitor
and then save the file.
Repeat steps 1-4 on the HQ Server computer.
Restart the HQ Agent.
|
|
|