VMware Cloud Community
deeboh
Enthusiast
Enthusiast

Trying to Debug Plugin Deployment Error Message

Hey folks, I took the simplest process plugin I could find in the 3.0 documentation and added one line for autoinventory, I got the error at the bottom from the HQ-Server logs.
any clue why I got this error. Can someone point me to the SIGAR code which autodiscovers processes?

here is the plugin url
http://support.hyperic.com/confluence/display/DOCSHQ30/Process+Monitor+Plugin

how I modified it


<!DOCTYPE plugin [
<!ENTITY process-metrics SYSTEM "/pdk/plugins/process-metrics.xml">
]>

<plugin name="JavaProcess">
<server name="Auto-JavaProcess">
<service name="QA-Auto-JavaProcess">
<plugin type="autoinventory"/>
<config>
<option name="process.query"
description="Process Query"
default="State.Name.eq=java,Args.7.eq=Xm1024"/>
</config>
&process-metrics;
</service>
</server>
</plugin>


ttwlabqaws3.tax.intuit.com$ 2007-11-12 07:36:11,821 INFO [org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerEJBImpl] Received auto-inventory report from ttolabqa3.tax.intuit.com (6 servers)
2007-11-12 07:36:11,874 WARN [org.hyperic.hq.appdef.server.session.AIQSynchronizer] FindByFQDN failed: ttolabqa3.tax.intuit.com
2007-11-12 07:36:11,877 WARN [org.hyperic.hq.appdef.server.session.AIQSynchronizer] FindByFQDN and FindByCertDN both failed: CAM-AGENT-1180482128497-8304978155036415923-7169334206338472461
2007-11-12 07:36:21,153 INFO [org.hyperic.hq.autoinventory.server.session.RuntimeReportProcessor] Processing Runtime AI Report: [CompositeRRR
]
2007-11-12 07:36:21,153 INFO [org.hyperic.hq.autoinventory.server.session.RuntimeReportProcessor] Merging server reports into appdef (server count=0)
2007-11-12 07:36:21,153 INFO [org.hyperic.hq.autoinventory.server.session.RuntimeReportProcessor] Completed processing Runtime AI report in: 0 seconds.
Reply
0 Kudos
0 Replies