Re: [rt-users] Query for Service downtime

2009-05-04 Thread Tom Lahti
> services. I had a plan of fetching the difference in time of when the > tickets were opened and when the tickets were resolved. That would give > me the downtime but I have no idea how to implement that. Any help on > this regard will greatly appreciated. That's not really downtime, I wouldn'

Re: [rt-users] Query for Service downtime

2009-05-04 Thread jul
Hello Uday Dey a écrit : > Hi, > > > I am trying to generate a report for fetching the instance name, > the related services and what is the downtime for each one of them. > > I have figured out something like this: > > select t.id, t.queue, t.owner, substr(t.subject,1,20) subject

[rt-users] Query for Service downtime

2009-05-03 Thread Uday Dey
Hi, I am trying to generate a report for fetching the instance name, the related services and what is the downtime for each one of them. I have figured out something like this: select t.id, t.queue, t.owner, substr(t.subject,1,20) subject, t.timeworked, t.status,

Re: [rt-users] Query for Service Downtime

2009-04-30 Thread Drew Barnes
Kenneth Marshall wrote: > On Wed, Apr 29, 2009 at 11:18:03AM -0700, Tom Lahti wrote: > >> RT doesn't monitor anything, so it doesn't really have the necessary data to >> create availability reports. Xymon's web site is >> http://hobbitmon.sourceforge.net/ (it still says hobbit monitor all ov

Re: [rt-users] Query for Service Downtime

2009-04-29 Thread Kenneth Marshall
On Wed, Apr 29, 2009 at 11:18:03AM -0700, Tom Lahti wrote: > >>> I was just wondering if I can generate a report for system downtime > >>> (i.e. the service names and its corresponding downtime) through > >>> query builder. Plan was to give the customer name as input and generate > >>> the graph as

Re: [rt-users] Query for Service Downtime

2009-04-29 Thread Tom Lahti
>>> I was just wondering if I can generate a report for system downtime >>> (i.e. the service names and its corresponding downtime) through >>> query builder. Plan was to give the customer name as input and generate >>> the graph as well as chart where the instance name, service name and the >>> do

Re: [rt-users] Query for Service Downtime

2009-04-28 Thread Uday Dey
: Uday Dey Cc: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Query for Service Downtime > I was just wondering if I can generate a report for system > downtime (i.e. the service names and its corresponding downtime) through > query builder. Plan was to give the customer name

Re: [rt-users] Query for Service Downtime

2009-04-28 Thread Tom Lahti
> I was just wondering if I can generate a report for system > downtime (i.e. the service names and its corresponding downtime) through > query builder. Plan was to give the customer name as input and generate > the graph as well as chart where the instance name, service name and the > downti

[rt-users] Query for Service Downtime

2009-04-28 Thread Uday Dey
Hi, I was just wondering if I can generate a report for system downtime (i.e. the service names and its corresponding downtime) through query builder. Plan was to give the customer name as input and generate the graph as well as chart where the instance name, service name and the downtime