views:

10

answers:

0

Sorry for another non programming question, but I'm using Quartz.NET, a scheduler for .NET applications, for a Windows Service which allows users to schedule transferrig of files that match a regular expression from various sources - for example the user may schedule a job to occur every day at 6pm that transfers the files from a network path to a FTP server.

The adding jobs and management is done using an ASP.NET project, and I'm creating a Dashboard to display useful info to the user. I have the following information on the dashboard so far:

Total number of jobs
Windows Service status
Time since scheduler active

I know it's a very general question, but what other snippets of info can I add to the dashboard, as it's very sparse at the moment.