APIPythonOpen-Source Solutions

  • 1.  Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?

    Posted 04-25-2016 07:51:00 AM
    Delphix is able to send an alert message to a configured email but I'm wondering if is possible to configure it to open an Incident in a ticketing tool like Remedy, ServiceNow, ServiceDesk or other?
    #Reporting


  • 2.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?

    Posted 04-25-2016 07:59:00 AM
    Hi Montalvão, The only way in my guess you have to achive your need, is to use the delphix SNMP TRAPS or use the delphix API. P.S : you will have to do some coding Regards, Mouhssine


  • 3.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?
    Best Answer

    Posted 04-25-2016 09:22:00 AM
    As Mouhssine says, you can configure your ITSM platform to create tickets based on snmp or smtp messages from the Delphix Engine.

    You could also use syslog messages from the Delphix Engine.

    https://docs.delphix.com/display/DOCS50/Setting+SysLog+Preferences


  • 4.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?
    Best Answer

    Posted 04-25-2016 09:26:00 AM
    You could also build a poller that runs an API query filters for the types of jobs you'd like to have open tickets. You could have your Service Assurance tool execute this for you on a defined interval. 


  • 5.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?

    Posted 04-25-2016 10:19:00 AM
    Thanks guys. I will investigate further on these solutions.
    Btw, I guess the same solution should be applied if we want to consolidate Delphix monitoring with our corporate monitoring tool (BMC Patrol), right?


  • 6.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?

    Posted 04-25-2016 10:30:00 AM
    Yep


  • 7.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?

    Posted 04-25-2016 10:32:00 AM
    You got it. 


  • 8.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?

    Posted 04-25-2016 10:32:00 AM
    If you have Patrol, I would use Patrol to open Remedy tickets based on information received from the Delphix Engine.


  • 9.  RE: Delphix is able to send an alert message to a configured email. It is possible to configure it to create an Incident in a ticketing tool?

    Posted 04-25-2016 10:38:00 AM
    So, will need to build a connector to Patrol, then I'll have monitoring and ticketing with our current tools.
    Thanks again, guys.