Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With SolarWinds NPM's quick installation, discover devices to start monitoring them. SolarWinds NPM monitors & displays the response time, availability, and performance of network devices. It also has an intelligent alerting system and executes actions (sending email, using Get or Post URL Functions, etc.) on alert creation and reset.

A SolarWinds NPM alert is an automated notification that a network event has occurred, such as a server becoming unresponsive. The network event that triggers an alert is determined by conditions set up during alert configuration.

...

Jira Service Management has a specific API for SolarWinds NPM Integration, SolarWinds NPM sends alerts to Jira Service Management, and Jira Service Management handles the automatic creation of alerts.

...

Info

Microsoft servers (.NET based apps, MS S Channel, etc.) have problems with handling TLS (https) against Cloudflare; connection failures occur every one hour. Ensure that you have installed the update to improve TLS session resumption interoperability on your Microsoft servers to keep your integration stable.

...

  1. In SolarWinds NPM, go to Settings > Manage Alerts > Alert Manager.

  2. Select Add New Alert.

  3. Set alert properties as needed.
    Provide information about the alert, including its name, severity, how frequently to evaluate the conditions, and whether to restrict access to the alert using account limitations.

  4. Set trigger conditions as needed.
    The trigger action is executed when trigger conditions meet. SolarWinds NPM has a strong robust conditioning mechanism that gives allows users the opportunity to build complex conditions. All fields available in the database can be used in these conditions.
    Because of available variable variety and flexibility, building conditions in SolarWinds rather than Jira Service Management is are highly recommended.

  5. Set a reset condition.
    The reset action is executed when the condition is met.

  6. Set the time interval for the alert to monitor your network, either always enabled or restricted to a specified time.

  7. Enter values for the trigger action and select Add Action.
    With this trigger action, SolarWinds NPM posts alert data to Jira Service Management, and an alert is created in Jira Service Management. To send alert data back to Jira Service Management, set the trigger action to Send a Get or Post Request to a Web Server.

  8. Select POST method.

  9. Paste the URL you copied while adding the integration in Jira Service Management.

  10. Enter the variables to send to Jira Service Management in the following format: variable1=val1&variable2=val2.
    All variables sent with a Trigger action to Jira Service Management can be used in the alerts field "Create alert” action of the SolarWinds NPM Integration.

  11. Specify teams, recipients, and tags by putting them into the content. The default trigger action body can be sent from SolarWinds here.
    The "alias" field in the following example becomes the SolarWinds NPM alerts alias field. To make different alias configurations, change the value of the alias field in post content. Make sure Ensure the alias configurations in both "Trigger" and "Reset" are the same.

    Jira Service Management parses incoming data and creates robust alerts according to the incoming content. Modifying alert fields with incoming data can be done via dynamic fields.

    Create alerts for any monitored object (Nodes, Volumes, Interfaces etc.) in SolarWinds NPM. Use a "Send Http Request" action to send common fields and monitored object-specific fields. In the SolarWinds NPM Integration, alert-specific fields are available as custom integration fields. It still supports dynamic fields to be sent to Jira Service Management.

    Example: To include a NodeID variable in an alert in Jira Service Management – It's not one of the integration fields available, so send it from the SolarWinds NPM to dynamically use it in alert configuration, dynamically. Make sure Ensure the variable name used in Jira Service Management and SolarWinds NPM is the same.

    Add NodeID variable to Http Post Body by: NodeID=${N=SwisEntity;M=NodeID} and then use it in the SolarWinds NPM Integration integration "Create Alert Action" alert fields like in the following example of {{NodeID}}:

  12. Set the reset action. With a reset action, SolarWinds NPM posts the data that closes the corresponding alert in Jira Service Management. Configure the reset action with Send a Get or Post Request to a Web Server option. Find the default reset action body to send from SolarWinds NPM here.

  13. Review the alert configuration and select SUBMIT.

...

Use the JEC utility and the SolarWinds script to update alerts on SolarWinds. With this setup, you can deploy your own script, modify the ones provided, or run customized actions on SolarWinds. To use the SolarWinds integration package, complete the following steps:

  1. Download the latest version of JEC for the SolarWinds package , go to from the jec-scripts repository.

  2. Install the package.

Expand
titleFor Windows

Unzip Jira Service Management integration zip file, which contains the JEC package into a directory (C:\jsm\oec is the preferred path). Learn about installing JEC on Windows.

To execute actions in SolarWinds, JEC gets the configuration parameters from the configuration file (found under the directory where the zip file is extracted). If you used the preferred path in Windows, it is C:\jsm\jec\config.json.

Learn about running JEC.

...