/usr/bin/python /etc/zabbix/alertscripts/sendsms.py 18911112222 'PROBLEM: /etc/passwd has been changed on 192.100.1.236-TestServer' 'Trigger: /etc/passwd has been changed on 192.100.1.236-TestServer\r\nTrigger status: PROBLEM\r\nTrigger severity: Warning\r\nTrigger URL: \r\n\r\nItem val...
You have successfully implemented a task queue in Python using Redis Queue to send Twilio SMS messages in a timely manner. No more 429 status codes for us! Interested in new projects that require task queues? Check these out: Queue Emails with Python, Redis Queue and Twilio SendGrid Receive...
Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc - faucamp/python-gsmmodem
(decoded by TC35 using 'Text Mode', NOT RECOMMENDED) python GSMTC35.py --serialPort COM4 --pin 1234 --getTextModeSMS "ALL" # Delete SMS python GSMTC35.py --serialPort COM4 --pin 1234 --deleteSMS "ALL" # Call python GSMTC35.py --serialPort COM4 --pin 1234 --call +33601234567 ...
(alertMessage, WEBHOOK_URL) # Email alert if config['alert']['email']['enabled'] == "true": email_alerter(alertMessage, config) # SMS alert #TODO: Complete and test the SMS alert #if config['alert']['sms']['enabled'] == "true": # sms_alerter(alertMessage, config) #TODO: ...