Discussion:
How to get ticketing in OTRS for alerts in Zenoss
Chakravarthi PS
2012-08-22 07:38:16 UTC
Permalink
Chakravarthi PS [http://community.zenoss.org/people/pschakravarthi] created the discussion

"How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/68065#68065

--------------------------------------------------------------
Hi,

I am new to Zenoss..  I am looking for a way to integrate Zenoss with OTRS ticketing system.   Is there anyway to get a ticket opened based on events in Zenoss ?

Regards
Chakri         
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/68065#68065]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
dhopp
2012-08-22 13:09:12 UTC
Permalink
dhopp [http://community.zenoss.org/people/dhopp] created the discussion

"Re: How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/68049#68049

--------------------------------------------------------------
I believe OTRS has a command line way to open a ticket.  You could use the event command system to run the otrs commands with the appropriate options when an event happens. 

--Dennis
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/68049#68049]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Jay Richards
2012-10-11 09:51:48 UTC
Permalink
Jay Richards [http://community.zenoss.org/people/cordeos] created the discussion

"Re: How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/69002#69002

--------------------------------------------------------------
We are also looking into this.   There seems to be three ways possible to do basic "new ticket" integration:

1) email alert from Zenoss to OTRS
2) shell script with ssh connection to the OTRS server and OTRS command line execution
3) SOAP remote commands to OTRS - apparently someone had a working base of this for Zenoss 3.X
http://open-source-help.com/otrsitsm/zenoss-integration-with-otrs/ http://open-source-help.com/otrsitsm/zenoss-integration-with-otrs/

For performance and flexibility reasons we are really trying to accomplish the third option, but no luck yet.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/69002#69002]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jcurry
2012-10-12 09:36:13 UTC
Permalink
jcurry [http://community.zenoss.org/people/jcurry] created the discussion

"Re: How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/69078#69078

--------------------------------------------------------------
We have a Trouble Ticketing ZenPack in beta.  It was originally written for a Remedy backend but it is basically a script that drives the backend - you would just need to craft your own appropriate script for OTRS.

If you want to have a go with it in a test environment, get it from https://github.com/jcurry/ZenPacks.skills1st.TroubleTicket https://github.com/jcurry/ZenPacks.skills1st.TroubleTicket . Documentation is there in the README.

Please provide feedback if you have a go with this.

Cheers,
Jane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/69078#69078]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Jay Richards
2012-10-12 13:24:21 UTC
Permalink
Jay Richards [http://community.zenoss.org/people/cordeos] created the discussion

"Re: How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/69104#69104

--------------------------------------------------------------
Wow thats great.  We would love to get something working with OTRS.   However, we were hoping to put togther something which could be plugged into the "Trigger" command immediately fire a new ticket create.   Just wanted as few intermediate pieces as possible.  Ultimately we are hoping to put together a trigger commend which directly hits the OTRS system web service to create a new, flexibly customized ticket (and perhaps return the number)

Can I ask why you choose to go with a polled system?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/69104#69104]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
jcurry
2012-10-12 13:42:40 UTC
Permalink
jcurry [http://community.zenoss.org/people/jcurry] created the discussion

"Re: How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/69105#69105

--------------------------------------------------------------
The design was based on something started by another community member - that's why it is a polled system.

If you are on Zenoss 4, then this won't work, i fear, as that is the area that has changed lots between Zenoss 3.x and 4.x.  it is on my list of things-to-do to update to 4 someday.

Cheers,
Jane
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/69105#69105]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Jay Richards
2012-10-12 13:51:16 UTC
Permalink
Jay Richards [http://community.zenoss.org/people/cordeos] created the discussion

"Re: How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/69107#69107

--------------------------------------------------------------
http://community.zenoss.org/people/pschakravarthi Chakravarthi PS - what version of Zenoss are you using?
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/69107#69107]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Michael Ducharme
2012-10-12 23:54:51 UTC
Permalink
Michael Ducharme [http://community.zenoss.org/people/mducharme] created the discussion

"Re: How to get ticketing in OTRS for alerts in Zenoss"

To view the discussion, visit: http://community.zenoss.org/message/69139#69139

--------------------------------------------------------------
We have zenoss email OTRS and are quite happy with the solution. The tickets auto close and we get data such as priority etc and other event fields in OTRS using postmaster filters.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/69139#69139]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...