Skip to content

Grails plugin for displaying information about quartz jobs

License

Notifications You must be signed in to change notification settings

zyro23/quartz-monitor

 
 

Repository files navigation

#Quartz Monitor Plugin for Grails

Allows you to view and administer all your Quartz jobs in one place.

##Prerequisites

This plugin requires the Quartz plugin to run.

##Usage

Once you have the Quartz plugin installed and have created some jobs, then you will probably start wondering if they are all running as desired.

This is where you need the 'Quartz Monitor' plugin.

Simply install the plugin and go to the URL: http://localhost:8080//quartz and you will find all a list of all the jobs you have scheduled to run.

##Enhanced Experience

To have the page keep you constantly up to date requires jQuery. It will still work without jQuery, but it won't look as good.

##Configuration

There are various configuration options, all start with quartz.monitor:

###layout

Allows you to change the sitemesh layout that page will use. Defaults to 'main'.

###showTriggerNames

If this is set to true, then the names of the triggers will be shown in the list - useful if you have multiple triggers for the same job.

###showCountdown

Will add javascript to the page in order to show a countdown to when the job will fire next, unless this is set to 'false'.

###showTickingClock

Will add javascript to the page in order to show a clock with the current time, unless this is set to 'false'.

About

Grails plugin for displaying information about quartz jobs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 31.9%
  • Groovy 29.2%
  • CSS 23.5%
  • Shell 15.4%