Dear experts
I'm on implementing the monitoring for an SAP Web Dispatcher. I'm able to monitor the HTTP-service (using SAPPingHTTPCollector) as well as the process itself (using SAPControlWSCollector and operation GetProcessList).
Now, I would also like to receive some performance data. The standard template by SAP uses the SAPControlWSCollector using GetAlertTree as operation. But, it failes and I'm getting the following error within smdagent_trace.X.trc:
#1.5 #A0D3C1FB1F270D7F0000000000004ED400051556367356DE#1430834908452#com.sap.smd.e2emai##com.sap.smd.e2emai#######Thread[ExRun:e2emai:jobmgr_15,5,e2emai:jobmgr:ExecTG]##0#0#Error##Java###[MAIJobObserver] ERROR occurred for metric collection 00000000000000000003[com.sap.smd.mai.model.collector.SAPControlWSCollector].
[EXCEPTION]
{0}#1#com.sap.smd.mai.model.collector.ConfigCollectorException: [SAPControlWSCollector.collect] Unsupported SAPControl operation:
GetAlertTree
at com.sap.smd.mai.model.collector.SAPControlWSCollector.collect(SAPControlWSCollector.java:197)
at com.sap.smd.mai.job.MetricJobRunner.run(MetricJobRunner.java:32)
at com.sap.smd.server.exec.TaskRunner.run(TaskRunner.java:46)
at com.sap.smd.server.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:781)
at java.lang.Thread.run(Thread.java:761)
#
The "GetAlertTree" command works fine by accessing SAPControl directy using "sapcontrol -nr ** -function GetAlertTree"...
Any help will be apreciated.
Regards, Michi