[
https://issues.apache.org/jira/browse/SYNAPSE-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Fremantle updated SYNAPSE-114:
-----------------------------------
Attachment: GMondPoller.jar
Sample QuartzJob for the QuartzStartup. It needs Ganglia GMOND running somewhere
Here is the config:
<quartz:quartz
xmlns:quartz="http://www.opensymphony.com/quartz/JobSchedulingData"> <!--
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opensymphony.com/quartz/JobSchedulingData
job_scheduling_data_1_5.xsd "-->
<quartz:job>
<quartz:job-detail>
<quartz:name>GMond</quartz:name>
<quartz:group>group</quartz:group>
<quartz:job-class>org.fremantle.gmond.GMondPollerJob</quartz:job-class>
<quartz:job-data-map>
<quartz:entry>
<quartz:key>port</quartz:key>
<quartz:value>8649</quartz:value>
</quartz:entry>
<quartz:entry>
<quartz:key>toAddress</quartz:key>
<quartz:value>urn:gmond</quartz:value>
</quartz:entry>
<quartz:entry>
<quartz:key>hostname</quartz:key>
<quartz:value>localhost</quartz:value>
</quartz:entry>
</quartz:job-data-map>
</quartz:job-detail>
<quartz:trigger>
<quartz:simple>
<quartz:name>GMondTrigger</quartz:name>
<quartz:group>group</quartz:group>
<quartz:volatility>true</quartz:volatility>
<quartz:repeat-count>-1</quartz:repeat-count>
<quartz:repeat-interval>1000</quartz:repeat-interval>
</quartz:simple>
</quartz:trigger>
</quartz:job>
</quartz:quartz>
> Add Quartz Support
> -------------------
>
> Key: SYNAPSE-114
> URL: https://issues.apache.org/jira/browse/SYNAPSE-114
> Project: Synapse
> Issue Type: Improvement
> Reporter: Paul Fremantle
> Attachments: QuartzStartup.jar
>
>
> Add support for Quartz scheduler.
> http://www.opensymphony.com/quartz/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]