Solarwinds

SolarWinds Inc. is an American company that develops software for businesses to help manage their networks, systems, and information technology infrastructure.

Available solutions




This template is for Zabbix version: 6.4
Also available for: 6.2 6.0 5.4 5.0

Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/solarwinds?at=release/6.4

SolarWinds Service Desk webhook

This guide describes how to integrate Zabbix 6.2 installation with SolarWinds Service Desk using the Zabbix webhook feature. This guide provides instructions on setting up a media type, a user and an action in Zabbix.
Please note that recovery and update operations and SolarWinds Service Desk's custom fields are supported only for trigger-based events.

Setting up webhook in Zabbix

1. Before setting up a SolarWinds Service Desk Webhook, it is recommended to setup the global macro "{$ZABBIX.URL}" containing an URL to the Zabbix frontend.
As an example, this macro can be used to populate SolarWinds Service Desk's custom field with URL to an event info or graph.

2. In the Administration > Media types section, import the media_solarwinds_servicedesk.yaml.

3. Open the newly added SolarWinds Service Desk media type and replace all <PLACEHOLDERS> with your values.
The following parameters are required:
samanage_url - actual URL of your SolarWinds Service Desk instance,
samanage_token - API token (see SolarWinds Service Desk tutorial for more information).

4. You can add the following parameters to customize SolarWinds Service Desk ticket:

  • priority_<severity>: add this parameter for each Zabbix's severity or use only priority_default.
    priority_default is mandatary.
    Possible values of <severity>:

    • not_classified
    • information
    • warning
    • average
    • high
    • disaster
  • sw_field_<fieldname>: add this to fill default SolarWinds Service Desk fields, where <fieldname> is a name of a field. The parameter can contain a simple value or a JSON string.
    Name of the field and value should be consistent with SolarWinds Service Desk API specification.
    Example:

    Be careful to use user macro as a value, because special symbols such as quotes can make your JSON invalid.

  • sw_customfield_<fieldname>: add this to fill preconfigured SolarWinds Service Desk custom field. <fieldname> is a name of a field and may contain whitespaces.
    Example:

5. Create a Zabbix user and add Media with the SolarWinds Service Desk media type. Though a "Send to" field is not used in SolarWinds Service Desk webhook, it cannot be empty. To comply with frontend requirements, you can put any symbol there. Make sure this user has access to all hosts for which you would like problem notifications to be converted into SolarWinds Service Desk tickets.

For more information see Zabbix and SOLARWINDS documentations.

Supported Versions

Zabbix 6.2

Articles and documentation

+ Propose new article

Didn't find integration you need?