Can I connect my SMS Gateway to Paessler PRTG?

 

 

You can of course use your SMS Gateway to send alarms from Paessler PRTG via SMS.

 

 

1. Configuration of Paessler PRTG

 

  1. Open the PRTG-Webinterface.

  2. Open „Setup | System Administration | Notification Delivery“ in the main menu bar.

  3. For provider not listed in „Configuration Mode“, choose in the section „SMS Delivery“ the option „Enter a custom URL“.

  4. Enter the URL:
    https://<IP-Addresse des SMSGateways>/api.php?text=%SMSTEXT&to=%SMSNUMBER&username=admin&password=admin


 

i Please keep in mind that PRTG replaces %SMSTEXT and %SMSNUMBER during transmission automatically.

 

 

IMPORTANT: If you copy the "Custom URL" one-to-one into the browser, this will throw an error. It must be changed as follows:

 

https://<IP-Address SMSGateway>/api.php?text=<ExampleText>&to=<PhoneNumber>&username=admin&password=admin

 

The "<>" are not required and are placeholders. Enter the IP address of your gateway, the example text and a telephone number.

You can then copy this command into the browser and test it.

 

 

 

 

ê It is recommended to create a new user for accessing the HTTP API.

 

 

 

2. Create a new notification in PRTG

 

  1. In the PRTG main menu bar, select "Setup | Account Settings | Notification Templates" and click on the "+" symbol on the right-hand side.
    Then click on "Add notification template".

  2. Enter the name of the notification and click on „Send SMS/Pager Message“.

  3. Enter the number of the receiver and adjust the message as required.

  4. Adjust all other settings as required and click on „Save“.

 

 

 

3. Test the notifications

 

To test the SMS notification, select "Configuration | Account settings | Templates for notifications" and click on the "Send test notification" bell icon.

 

If everything works properly, you will receive an SMS message on your target device after a few seconds.

 

Now you can add custom triggers for sending your SMS notifications.

 

 

 

 

i More detailed information of notifications can be found in the PRTG-Manual.

 

 

 

i This article is based on Paessler Knowledge Base.