hi all,<br><br>my command definition is like this :<br><br>define command{<br>    command_name host-notify-by-sms<br>    command_line /usr/local/bin/gsmsendsms -d /dev/ttyd0 -b 19200 05322623103 "$NOTIFICATIONTYPE$: $HOSTNAME$ is $HOSTSTATE$ ($OUTPUT$)"
<br>}<br><br><br>[located in misscommands.cfg]<br><br>and service definition :<br><br># 'nagios' contact definition<br>define contact{<br>    contact_name            sysadmin<br>    alias                Sys Admin<br>    service_notification_period    24x7
<br>    host_notification_period    24x7<br>    service_notification_options    w,u,c,r<br>    host_notification_options    d,u,r<br>    service_notification_commands    notify-by-email,host-notify-by-sms<br>    host_notification_commands    host-notify-by-email,host-notify-by-sms
<br>    email                <a href="mailto:makbulut@boun.edu.tr">makbulut@boun.edu.tr</a><br>    }<br><br>i get mail but have problem in getting sms :(<br>not received any sms for hours even many services down ?<br>any idea why above lines not work ?
<br>Regads,<br>Bye