PDA

View Full Version : sms howto


verus
02-06-2010, 15:31
Hello,

I have a zabbix 1.8.2 installed on a virtual server.
I would like to send sms messages with it.
How can i do it ?
I don't have a serial interface on that server.

thanks,
Verus.

slvtmn
06-06-2010, 18:13
Hello,

I have a zabbix 1.8.2 installed on a virtual server.
I would like to send sms messages with it.
How can i do it ?
I don't have a serial interface on that server.

thanks,
Verus.

http://tibbo.com/ or http://www.moxa.com/ - COM over Ethernet
http://www.mc-technologies.net/wireless_modules/Cinterion-Module/Cinterion_MC35i_TC35i-Terminal.php - Modem

http://subnets.ru/blog/?p=33 - SMS gateway on PHP

walterheck
08-07-2010, 22:17
I just updated the php script to use clickatell on the wiki:

http://www.zabbix.com/wiki/howto/config/alerts/smsapi

Bennie
09-07-2010, 10:45
I hooked up an old GSM with a USB data cable to our zabbix server which is working great.

SMS gateways work fine as well, but what if you don't have internet and want to signal someone. So you either need to check for internet and go with online gateway or send with the GSM device

walterheck
09-07-2010, 15:13
SMS gateways work fine as well, but what if you don't have internet and want to signal someone. So you either need to check for internet and go with online gateway or send with the GSM device
Both have their use cases. In our case, we monitor remote customer environments, so we can be reasonably sure that we have internet when they don't. The reverse should not be too big of a problem.
The only time that that is a problem is in the unlikely case that both us and our customer lose internet connectivity.