Re: [Bacula-users] How to evaluate number of JobQueue-Entries?

2007-02-26 Thread Jonas Wueste
Arno Lehmann schrieb: > Hi, > > On 2/26/2007 3:32 PM, Jonas Wueste wrote: > >> Hi, >> >> I want to evaluate the number of currently queued jobs. At first I >> wanted to do this with a mysql-query. (SELECT COUNT(*) from Job where >> JobStatus ='C

[Bacula-users] How to evaluate number of JobQueue-Entries?

2007-02-26 Thread Jonas Wueste
Hi, I want to evaluate the number of currently queued jobs. At first I wanted to do this with a mysql-query. (SELECT COUNT(*) from Job where JobStatus ='C') My Problem is that there are some old entries with the status "Created, not yet running", wich shouldn't be deleted. Is there an other pos