• Products
  • Get started
  • Documentation
  • Resources

Integrate with NodePing

This article highlights a new alerting feature that's natively available in Jira Service Management which is gradually rolling out to some Jira Service Management Cloud customers. It may not yet be visible or available on your site.

NodePing logo

What does the integration offer?

Use the NodePing Integration to forward NodePing notifications to Jira Service Management. Jira Service Management determines the right people to notify based on on-call schedules – notifies via email, text messages (SMS), phone calls, iOS & Android push notifications, and escalates alerts until they are acknowledged or closed.

How does the integration work?

When an event is created in NodePing, an alert is created in Jira Service Management. When the event is up in NodePing, the related alert is closed in Jira Service Management.

Set up the integration

NodePing is an API-based integration. Setting it up involves the following steps:

  • Add a NodePing integration in Jira Service Management

  • Configure the integration in NodePing

Add a NodePing integration

If you're using the Free or Standard plan in Jira Service Management, you can only add this integration from your team’s operations page. To access the feature through Settings (gear icon) > Products (under JIRA SETTINGS) > OPERATIONS, you need to be on Premium or Enterprise plan.

Adding an integration from your team’s operations page makes your team the owner of the integration. This means Jira Service Management only assigns the alerts received through this integration to your team.

To add a NodePing integration in Jira Service Management, complete the following steps:

  1. Go to your team’s operations page.

  2. On the left navigation panel, select Integrations and then Add integration.

  3. Run a search and select “NodePing”.

  4. On the next screen, enter a name for the integration.

  5. Optional: Select a team in Assignee team if you want a specific team to receive alerts from the integration.

  6. Select Continue.
    The integration is saved at this point.

  7. Expand the Steps to configure the integration section and copy the API URL.
    You will use this URL while configuring the integration in NodePing later.

  8. Select Turn on integration.
    The rules you create for the integration will work only if you turn on the integration.

Configure the integration in NodePing

To configure the integration in NodePing, complete the following steps:

  1. In NodePing, go to the Contacts page.

  2. Select Click here to add a new Contact.

  3. Paste the URL previously copied from Jira Service Management into Address/Mobile Number for Notifications.

  4. Select "Webhook" for Type.

  5. Select Save.

  6. In NodePing, go to the "Contacts" page.

  7. Select Click here to add a new Contact.

  8. In the opening window, paste the URL into "Address/Mobile Number for Notifications".

  9. Paste the URL into the text field next to the 'GET' action menu.

  10. Select Webhook as type.

  11. Select Save.

Sample payload sent from NodePing

(in JSON format)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 { "ra": "1395421314999", "sc": "error", "tg": "http://api1.jsm.com", "e": "1395421320696", "i": "1", "_id": "201403210800LK8IG-AU1A5RZY-1395421320612", "event": "down", "m": "ping: unknown host http://api1.jsm.com", "s": "1395421320612", "q": "coHdSDFSgM", "th": "5", "su": "false", "t": "PING", "rt": "84", "l": "", "ci": "201403210800LK8IG", "label": "pingci", "rhp": "rh1", "uuid": "lgx7330p-psj5-45fp-azdq-rsl13czm91ga" }

 

Additional Help