Hi Rhian,
Check your nagios docs .. but you could try setting up a command to send
alerts to kannel (see below)
# 'host-notify-by-sms' command definition
define command{
command_name host-notify-by-sms
command_line /usr/bin/curl
http://127.0.0.1:13013/cgi-bin/sendsms?...to=$TO$&text=$OUPUT
}
You'll need to check the nagios docs on how to get the variables back
from the check and check the sendsms HTTP interface specs to pass these
to kannel ..
HTHs
Cheers,
Alan
On Tue, 2011-07-05 at 11:21 +0100, Rhian Mikisa wrote:
> i have kannel up and running.how do i integrate kannel to nagios to
> send sms notifications
>