
Hi I want to know that when OTRS will include reporting feature ( like daily or monthly reports ) which reflects performance of service desk for management review I beleive MIS reports from Service desk is a important requirement of ITIL framework and methodology so it should be included in OTRS Any comments or advices how can we get such kind of reports from OTRS? Regards --------------------------------- Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games.

Having been asked to do this by my manager, this was my solution: pass a pre-encoded set of post variables to lynx, dump the server's response to stdout, and pipe it all in to an html e-mail. and just run the script from cron. the sed command in there keeps the e-mail client from trying to print it as soon as it loads. in this example, StatID lets you chose which stat to run. this one is fairly simple. echo -en "MAIL FROM: root@localhost\nRCPT TO: ADDRESS@DOMAIN.TLD\nDATA\nSubject: OTRS: Daily Tickets by Creator\nContent-Type: text/html; charset=ISO-8859-1\n$(echo "Action=Login&RequestedURL=Action%3DAgentStats%26Subaction%3DRun%26StatID%3D5%26Format%3DPrint&Lang=en&TimeOffset=360&User=OTRSUSER&Password=OTRSPASS" | lynx -source -post_data http://172.26.8.8/otrs/index.pl | sed s/^\
Hi
I want to know that when OTRS will include reporting feature ( like daily or monthly reports ) which reflects performance of service desk for management review
I beleive MIS reports from Service desk is a important requirement of ITIL framework and methodology so it should be included in OTRS
Any comments or advices how can we get such kind of reports from OTRS?
Regards
------------------------------------------------------------------------ Bored stiff? http://us.rd.yahoo.com/evt=49935/*http://games.yahoo.com Loosen up... Download and play hundreds of games for free http://us.rd.yahoo.com/evt=49935/*http://games.yahoo.com on Yahoo! Games. ------------------------------------------------------------------------
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/

Hi,
Thanks for this great help!!
Is it not possible to generate similar kind of reports from sql queries ?? Offcourse , in that we have to know the tables and column information related to OTRS database...
Please advice
Regards
Khurram
Mike Clayton
Hi
I want to know that when OTRS will include reporting feature ( like daily or monthly reports ) which reflects performance of service desk for management review
I beleive MIS reports from Service desk is a important requirement of ITIL framework and methodology so it should be included in OTRS
Any comments or advices how can we get such kind of reports from OTRS?
Regards
------------------------------------------------------------------------ Bored stiff? Loosen up... Download and play hundreds of games for free on Yahoo! Games. ------------------------------------------------------------------------
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/
_______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/ --------------------------------- Get the Yahoo! toolbar and be alerted to new email wherever you're surfing.

aix tiger wrote:
Is it not possible to generate similar kind of reports from sql queries ?? Offcourse , in that we have to know the tables and column information related to OTRS database...
I'm pretty sure that it is possible to generate similar reports using SQL queries. I don't know if the OTRS database schema is documented, but browsing the database should give you some ideas of what data is available where. Nils Breunese.

I'm pretty sure that it is possible to generate similar reports using SQL queries. I don't know if the OTRS database schema is documented[...]

And whip out your sherlock holmes magnifying glass. Its super tiny
resolution.
It would be nice if the nice people at OTRS blew this image up a little!
We do many queries directly with the database for daily reporting. We even
cron some bash scripts to email. Just know that the mysql client has some
neat output options and you probably don't have to go as far as you think to
get a simple report.
-Andy
On 6/13/07 7:06 AM, "Alexander Scholler"
I'm pretty sure that it is possible to generate similar reports using SQL queries. I don't know if the OTRS database schema is documented[...]
see http://ftp.otrs.org/pub/otrs/misc/otrs-2.1-database.png _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs Support or consulting for your OTRS system? => http://www.otrs.com/
participants (5)
-
aix tiger
-
Alexander Scholler
-
Andy Lubel
-
Mike Clayton
-
Nils Breunese (Lemonbit)