hi all,<br>please tell me :<br>what is the relation between notify-by-pager and notify-by-sms ?<br>do i have to use notify-by-pager to receive sms notification when using notify-by-sms ???<br>mail works but still couldnt receive any sms notification :(
<br>but on konsole sms works ... :(<br>dont know how to tell nagios to send sms ?<br><br>#/usr/local/bin/gsmsendsms -d /dev/ttyd0 -b 19200 05322623103 "hello" <br>the line above sends 'hello' to my mobile phone.
<br><br>but the lines below in miscommands.cfg not works :(<br><br>define command{<br>    command_name notify-by-sms<br>    command_line /usr/local/bin/gsmsendsms -d /dev/ttyd0 -b 19200 05322623103 "nagios works or not."
<br>}<br><br>define command{<br>    command_name host-notify-by-sms<br>    command_line /usr/local/bin/gsmsendsms -d /dev/ttyd0 -b 19200 05322623103 "nagios works or not."<br>}<br><br><br>where am i doing wrong ?
<br>why the commands above not work ?<br><br>any ideas ?<br>help me please ?<br>