This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Defining Custom Monitoring Tasks
WSO2 Carbon Monitoring tool is shipped with a set of default tasks as explained here. You easily write custom tasks and plug it to the Carbon Monitoring tool using the following resources:
- A good starting point is the
org.wso2.deployment.monitor.api
package. A sample task can be found atorg.wso2.deployment.monitor.impl.task.SampleLoggingTask
. - The Java docs are hosted here.