Zabbix SMS Alert
Alert Script (CoolSMS/Python)http://www.coolsms.com 에서 가입 후 APIKEY, APISECRET 생성CoolSMS 의 환경설정-> Sender Number, Sender IP 등록vi /usr/lib/zabbix/alertscripts/send-sms.sh #!/usr/bin/python# -*- coding: utf-8 -*-"""Zabbix SMS Alert Script"""import sysfrom sdk.api.message import Messagefrom sdk.exceptions import CoolsmsException ## @brief This sample code demonstrate how to send sms through CoolSMS R..
2018.01.15