'Zabbix & Teltonika SMS Gateway

I would like to utilise the Teltonika SMS Gateway in Zabbix to send SMS. The format is the following:

http://10.3.1.7/cgi-bin/sms_send?username=user1&password=user_pass&number=0037060000001&text=testmessage

I understand how to pass the variables into the script, but i'm a little unsure writing the script. Happy to be pointed in the direction where i can research to solve the issue and not just have the anwser.



Solution 1:[1]

You can refer to the webhook documentation: define the url and the params, then you can use them in the javascript call.

A simple example can be found here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Simone Zabberoni