/
Nodinite

Nodinite

How to guide on how to create alarm issues from Nodinite.

Use Nodinites excellent webhook to POST data to Jira and map that to issues using iHub.

Result

This tutorial should result in issues being created when alarms goes off in Nodinite.



Step 1. Webhook in Nodinite

Step 2. Setup Integration to create the issues

  • Click create and select a Group called Nodinite

  • Click create and select an Iteration called Nodinite - Iterate monitors

  • Set Json Path to array: $.MonitorViews



This will tell iHub to go through each Monitor View in Nodinite.

  • Next is to add the the Action that creates the issues

  • Click create and select Action

  • Choose template category Jira Core

  • Choose template Create Issue

  • Click Create
    Structure should look like this

  • Make sure the action has Auto-generate 1st level as variables from parent response selected

  • Select the credential

  • Modify this body to fit your instance

    { "fields": { "project": { "key": "ITSUP" }, "summary": "Monitor: {{Name}}", "issuetype": { "name": "Task" }, "description":"{{Description}} has Status {{StatusCode.Name}} for resources: {{#ChangedResources}} * {{Name}}{{/ChangedResources}}", "reporter": { "name": "kg" }, "labels": [ "nodinite", "alarm" ] } }





Related content

User Guide
More like this
Receive SOAP message
Receive SOAP message
More like this
ServiceNow and iHub Cloud
ServiceNow and iHub Cloud
More like this
Splunk
More like this
Incoming REST Calls
Incoming REST Calls
More like this
Incoming Webhooks example
Incoming Webhooks example
More like this