monitoring.xml 584 B

12345678910111213141516
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2005 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="monitoring" class="com.cognos.pogo.services.DefaultHandlerService" loadPriority="-29" logStartStop="false">
  8. <!-- this handler needs to be loaded right after logging is started. -->
  9. <handlers>
  10. <handler name="MonitoringHandler" classname="com.cognos.pogo.monitoring.jmx.MonitoringHandler"/>
  11. </handlers>
  12. </service>