OTRS status on external display

Moderator: crythias

Locked
montoxic
Znuny newbie
Posts: 38
Joined: 17 Feb 2013, 19:57
Znuny Version: 3.2.9
Real Name: Jonas Lindberg
Location: Sweden

OTRS status on external display

Post by montoxic »

Hi

I am thinking of doing some sort of external display, where i display open, new, escaleted tickets and so on external monitor that are in the support room.

Is there anyone that has done something similar, any tips or tricks?

I have 2 current ideas.

1. Create a webpage and retrieve the data from the DB after som detective work to discover the best way to retrive the data

2. Export the wanted data from DB to an excelfile with data and then have powerpointfile that retrives the data from the file and then show in it in a form slideshow and also and som other slides and more "easier" way to some graphics.

Regards Montoxic
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS status on external display

Post by jojo »

At the moment there is no generic way to do so.

I suggest to use SQL based, API based or webservice based data retrival.

There are some nice dashboard tools, like http://shopify.github.io/dashing/ which you might use as a base for your project.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: OTRS status on external display

Post by jojo »

https://github.com/obazoud/statusdashboard would be also a nice approach
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
montoxic
Znuny newbie
Posts: 38
Joined: 17 Feb 2013, 19:57
Znuny Version: 3.2.9
Real Name: Jonas Lindberg
Location: Sweden

Re: OTRS status on external display

Post by montoxic »

Hi

Thanks for the tip, i am evaulating this 2 tips. I will post my result when im done. :)
goteamtim
Znuny newbie
Posts: 3
Joined: 27 Sep 2013, 23:01
Znuny Version: OTRS 2.4
Real Name: Tim

Re: OTRS status on external display

Post by goteamtim »

I was hoping to do the exact same thing, did you ever get this dashboard up and running? I was thinking of digging through the titles of the queues and stripping out the numbers to get current ticket counts. My post is linked below but any information would be helpful. Thank you!

viewtopic.php?f=61&t=22255
montoxic
Znuny newbie
Posts: 38
Joined: 17 Feb 2013, 19:57
Znuny Version: 3.2.9
Real Name: Jonas Lindberg
Location: Sweden

Re: OTRS status on external display

Post by montoxic »

I am currently working on it right now. will post after i success or fails.
goteamtim
Znuny newbie
Posts: 3
Joined: 27 Sep 2013, 23:01
Znuny Version: OTRS 2.4
Real Name: Tim

Re: OTRS status on external display

Post by goteamtim »

Great thank you!

I am not sure if you decided on how to display your information but another option would be to go with a raspberry pi and screenly. This is what we are currently using http://www.screenlyapp.com/ose.html and so far its working great. We built a simple webpage that is "hosted" on a dropbox account and it pulls data from a google spreadsheet to update various statistics. Right now the ticket count is manually entered in but eventually we would like to generate this automatically. Good luck, look forward to hearing what you end up going with and if you are able to pull the ticket count automatically.
Locked