Author |
Message
|
cicsprog |
Posted: Fri Feb 25, 2022 3:03 pm Post subject: Mainframe MQ generate ServiceNow ticket from alert z/os |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
Has anyone developed a simple way to create a ServiceNow ticket via MQ for a MQ alert, say a Q depth alert? I’d like to do this for mainframe MQ alerts.
Appreciate any help. Prefer not to reinvent the wheel. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Feb 25, 2022 3:56 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Research Queue DEPTH EVENTS - a local queue attribute. When the depth is specified (as a percentage) is reached, an event message is put to the performance event queue.
Most of the common monitoring tools can watch for event messages, and take appropriate action. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
cicsprog |
Posted: Fri Feb 25, 2022 6:13 pm Post subject: |
|
|
Partisan
Joined: 27 Jan 2002 Posts: 347
|
right...but ServiceNow(SN) piece is the question. SN is a Change Management, Problem Record, etc management software - most prevalent these day. I just want to send the alert to it maybe using MQ and open an Incident Record to the app via MQ.
There are some Java PGMs (via USS or CICS) and SMPT(SMPTNOTE) ways to do it, but it would be nice if there was an MQ way to do it. Just asking if anyone has done it. This client using TMON suite. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Feb 26, 2022 10:04 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Feb 27, 2022 3:31 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
IBM Tivoli MQ monitoring + IBM Tivoli Omnibus allows integration with ServiceNow to generate Incident tickets. Not sure if its available for z/OS, but it certainly works on AIX, Linux, Windows at least. Don't ask me how it works! _________________ Glenn |
|
Back to top |
|
 |
johnwick6 |
Posted: Sun Jul 17, 2022 6:07 am Post subject: GUEST POST |
|
|
Newbie
Joined: 17 Jul 2022 Posts: 1
|
i have a need to monitor fte transfers between agents and we have a lot. Have a subscription to the topic(s), parse and write to mongo and have a UI around it to search for transfers. this seems to work.
MALIK66 |
|
Back to top |
|
 |
gbaddeley |
Posted: Sun Jul 17, 2022 6:02 pm Post subject: Re: GUEST POST |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
johnwick6 wrote: |
i have a need to monitor fte transfers between agents and we have a lot. Have a subscription to the topic(s), parse and write to mongo and have a UI around it to search for transfers. this seems to work.
MALIK66 |
I'm not sure how relevant your response is to this thread, but its worth mentioning their are ISV products that do this (eg. MQAttach). _________________ Glenn |
|
Back to top |
|
 |
zpat |
Posted: Mon Jul 18, 2022 12:12 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
gbaddeley wrote: |
IBM Tivoli MQ monitoring + IBM Tivoli Omnibus allows integration with ServiceNow to generate Incident tickets. Not sure if its available for z/OS, but it certainly works on AIX, Linux, Windows at least. Don't ask me how it works! |
Alerts from Omegamon MQ reach Tivoli ESM and can be handled like alerts from any other OS. _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
|