Zabbix-Twilio.sh
Zabbix-Twilio.sh copied to clipboard
Issue finding twilio-sms.conf file
trying to implement this in my zabbix install.
using the script test command works correctly and sends SMS. Once I add it as a media type and try to test it, it fails with an error saying it can't find the configuration file.
The error I get is as follow's. Details Media type test failed. AccountSid not set, it must be provided in the config file, or on the command line. Usage: twilio-sms [-v] [-c configfile] [-d callerid] [-u accountsid] [-p authtoken] number [number[number[...]]]
I've provided the -c /usr/lib/zabbix/alertscripts/twilio-sms.conf both in the script name and as a parameter and it still fails to find the script.