SolarWinds
Connect your SolarWinds alerts to PagerTree.
Company | Estimated Time | Vendor Docs | Open Source |
---|---|---|---|
10 minutes |
What is SolarWinds?
SolarWinds gives you the tools to monitor your applications and environment through a single web console.
How It Works
SolarWinds triggers user defined alerts when (configured) network events occur.
When an alert in SolarWinds is
triggered
, an alert is created in PagerTree automatically.When an alert in SolarWinds is
reset
, the alert is resolved in PagerTree automatically.
Integration Walkthrough
In this integration tutorial we will show you how to send alerts from SolarWinds into PagerTree. The estimated time for this integration is 10 minutes. We assume that you already have a PagerTree account and SolarWinds installation setup.
In PagerTree
Create the integration by clicking the SolarWinds logo.
In SolarWinds
Navigate to Alerts & Activity -> Alerts.
In the upper right hand corner, click the Manage Alerts button to go to the Alert Manager.
In Alert Manager click Add New Alert.
In the Add New Alert Wizard
Properties
Name of the alert definition - An appropriate name (e.g. High CPU)
Choose the severity of the alert. (PagerTree automatically maps the SolarWinds severity to the PagerTree urgency)
Click Next
Trigger Condition
Select conditions that will trigger an alert (create an alert)
Click Next
Reset Condition
Select conditions that will reset and alert (resolve and alert)
Click Next
Time of Day
Select time of day conditions (if only applicable during certain times)
Click Next
Trigger Action
Message - Create an appropriate message (this will be displayed in the
title
of the alert created in PagerTree)Trigger Actions
Click Add Action
Select the Send a GET or POST Request to a Web Server option, then click Configure Action.
Name of action - An appropriate name (e.g. PagerTree Trigger Action)
Under HTTP request settings:
Paste the PagerTree Endpoint URL you copied for the URL
Select Use HTTP/S POST
Body to POST - copy and paste the solarwinds_action_payload (below)
Click Add Action
Click Next
Reset Action
Click Add Action
Select the Send a GET or POST Request to a Web Server option, then click Configure Action.
Name of action - An appropriate name (e.g. PagerTree Reset Action)
Under HTTP request settings:
Paste the PagerTree Endpoint URL you copied for the URL
Select Use HTTP/S POST
Body to POST - copy and paste the solarwinds_reset_payload (below)
Click Add Action
Click Next
Summary
Review all configuration details and if correct, click Submit
You have successfully completed the SolarWinds Integration.
SolarWinds Action Payload
If you prefer JSON, make sure to set the Content-Type to "application/json" and use this body payload instead:
SolarWinds Reset Payload
If you prefer JSON, make sure to set the Content-Type to "application/json" and use this body payload instead:
Troubleshooting
If you don't see integration logs being generated on the PagerTree side, check the SolarWind log files. Customers with self-managed instances have reported the following types of errors:
Invalid Root Certificates (TLS)
Last updated