I am trying to configure PRTG to send SMS notification and encountered the following issue:
1. My local bulk SMS provider is not in the list of supported providers in PRTG
2. Custom URL from my provider is as follow
http://<username>:<password>@<sms provider ip>/cgi-bin/smsapi/send_sms.pl?&apikey=xxxxxx&msisdn=%SMSNUMBER&message=%SMSTEXT
It looks like PRTG's Custom URL can not handle the
http://<username>:<password>@<server>...
On the other hand, Custom URL does not provide the field for me to define Username and Password (like in the supported list of providers).
Is there any work around for solve my problem?
Add comment