Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Moogsoft Integration with Alteryx Scheduler

SolomonCR
5 - Atom

Hi All,

Wanted to reach out to everyone to check if any one of you tried this in your environment.

We are currently supporting a system where we have multiple jobs scheduled in Control M and in case of any job failures Control M directly connects to our ticketing tool though moogsoft and create a ticket for our support team to track the failures and fixes.

 

We recently introduced Alteryx tool and since Alteryx has its own scheduling we have workflows scheduled through that.

Now in case of Alteryx failure we were looking to see if we can integrate moogsoft to Alteryx scheduled to automatically create incident.

 

Please advice if any of you have done such setup.

 

Thanks,

Solomon

2 REPLIES 2
BrandonB
Alteryx
Alteryx

Alteryx allows for workflows to kick off emails or command line calls after a run with errors. Would this be an option? https://help.alteryx.com/20213/designer/workflow-configuration 

 

BrandonB_0-1635800395102.png

Alternatively you could have one of your programs scanning the logs for failures: https://help.alteryx.com/20201/server/log-files 

TheCoffeeDude
11 - Bolide

You could also use the Alteryx server API to query for just completed jobs and its status. Or you could query the MongoDB for that info.