SolarWinds integrates with PageGate by submitting information to PageGate's GetAscii API. The GetAscii module allows you to monitor a directory or series of directories, whether on the local hard drives or accessible by UNC path, for text file output. GetAscii also provides a command line executable for other applications to pass messaging parameters to.
There are two trigger actions in the SolarWinds Orion Platform that you can use:
- Dial Page or SMS — requires PageGate installed on the SolarWinds server (references local Windows registry)
- Execute an external program — manually configures the command lines; works when PageGate is on a separate server
We recommend installing PageGate on the SolarWinds server so you can use the Dial Page or SMS service trigger action and save yourself configuration time.
Part 1 — Configure PageGate's GetAscii Interface
Create a data processing folder. We recommend: c:\PageGateData\Solarwinds\
Open the PageGate Admin. Go to Interfaces — GetAscii — Settings.
Set the Polling Directory to the folder you created (e.g., c:\PageGateData\Solarwinds\).
Check Enabled. Click Apply and confirm Yes to enable for all recipients and groups.
Go to Program — Settings. In Run on this Server, check GetAscii. Click Apply. If prompted for credentials, leave them blank and click Apply again.
Open the PageGate Monitor and verify that Server, Scheduler, GetAscii and Connectors are all green.
Part 2A — Configure SolarWinds Alert (Dial Page or SMS — PageGate on same server)
Open the Advanced Alert Manager from the SolarWinds program group.
Add a new alert or edit an existing one. Navigate to Trigger Actions and click Add Action.
Select Dial Page or SMS service and click Configure Action.
Give the action a name, e.g., PageGate SMS alert.
Click the … button next to Page Recipients. Every recipient and group configured in PageGate will be available. Click and drag the recipients into the Send Page To column, then click OK.
Enter a sender name in the From field. We recommend using Solarwinds.
In the Message to send section, enter the message including any SolarWinds variables.
Click Add Action.
Part 2B — Configure SolarWinds Alert (Execute an external program — PageGate on separate server)
In Trigger Actions, click Add Action. Select Execute an external program and click Configure Action.
Give the action a name, e.g., PageGate SMS alert.
In the
network path to external program section, enter the command using this structure:
\\<path to PageGate GetAscii Share>\sendpage32.exe <recipient> <sender> <message with Solarwinds variables>
Example — PageGate on machine
PG01, message to group
it_alerts:
\\PG01\sendpage32.exe it_alerts Solarwinds Node ${N=SwisEntity;M=DNS} is down
Click Add Action.
Additional resources: Video tutorial ↗
Return to Integration Directory