Linux – nagios – sms notification via kannel

gatewaylinuxnagiossmsUbuntu

How can I configure this SMS notification via kannel? Can anyone explain in or drop a link related with my problem.

Best Answer

Since kannel's smsbox module has an HTTP interface, you can get a shell script (or any other type of HTTP-capable command line scripting language) to call it via a URI. If you don't already have kannel set up and running and as it is a rather complex beast, personally I'd recommend smstools if you're running a package-managed Linux distro.

Either way, more details below:

kannel user guide, details on HTTP-SMS submission

smstools site