Can OPS/MVS be integrated with PagerDuty for automated alerting? If so, what are the prerequisites and recommended methods for this integration?
Currently, there is no native, direct integration "out-of-the-box" between OPS/MVS and PagerDuty. However, two effective workaround methods are available using standard OPS/MVS features:
PagerDuty allows services to trigger incidents based on incoming emails. OPS/MVS can be configured to send automated emails when specific console messages or events are trapped.
CSSMTP).CCLXSAMP(EMAILTXT) as a template) to format and send the alert to the PagerDuty email address.You can use the PagerDuty REST API to trigger, acknowledge, or resolve incidents directly. OPS/MVS facilitates this through the ADDRESS USS WEBREQ host command environment.
WEBREQ environment must be configured and active.ADDRESS USS WEBREQ to send a POST request to the PagerDuty Events API endpoint (e.g., https://events.pagerduty.com/v2/enqueue).If your organization requires a native integration, please submit an "Idea" on the site for consideration by the Product Management team.