kalkun-sms/Kalkun

[request] Send Email when SMS deamon is down

Closed this issue · 2 comments

I would like to receive an email when the gammu-smsd is down/disconnected, so I can restart it. What is the best way to achieve this?

I don't think directly related to Kalkun, but you can simply run a bash/ shell script that check is a gammu-smsd running or not, you can use ps command on linux. If the process not running, you can send email using mail command (on linux).

good idea!
because my deaemon close alone, i don't understand what happening