metricproxysetup.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2010, 2011
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="metricproxysetup" class="com.cognos.pogo.services.SoapActionHandlerService" loadPriority="100001" logStartStop="false">
  8. <!--this handler needs to be loaded after the local MBean Server is fully initialized.-->
  9. <prerequisites>
  10. <prerequisite classExists="mx4j.remote.MX4JRemoteUtils"/>
  11. </prerequisites>
  12. <handlers>
  13. <handler name="CheckProxyHandler" classname="com.cognos.pogo.monitoring.jmx.remote.proxy.chooser.CheckProxyHandler">
  14. <proxylist>
  15. <proxy>com.cognos:type=Metrics,*</proxy>
  16. <proxy>com.cognos:type=MetricHealth,*</proxy>
  17. <proxy>com.cognos:type=ServiceHealth,*</proxy>
  18. <proxy>com.cognos:type=ServiceOperationalStatus,*</proxy>
  19. <proxy>com.cognos:type=ThresholdManager,*</proxy>
  20. <proxy>com.cognos:type=ReportServerInteractiveRequests,*</proxy>
  21. <proxy>java.lang:*</proxy>
  22. <proxy>com.cognos:type=MBeanDump,*</proxy>
  23. </proxylist>
  24. </handler>
  25. </handlers>
  26. <soapActions>
  27. <soapAction path="checkproxy" handler="metricproxysetup.CheckProxyHandler"/>
  28. </soapActions>
  29. <attributes>
  30. <attribute type="global">jmxProxyHostDispatchers</attribute>
  31. <attribute type="global">activeJMXProxyURI</attribute>
  32. </attributes>
  33. </service>