Please can someone help or point me in the direction of a log I can interrogate, I am using gammu to attempt to send sms notifications (command definition below, as detailed on gammu web site).  The nagios.log reports that the notification has been sent sucessfully but the message is never received, if I run the command manually the sms is received.  Any ideas?
<br><br>Details FC6 PPC, Gammu version 1.10.1 (compliled from source), Nagios 2.7 yum repository install.<br><br>define command{<br>       command_name    notify-by-sms-direct<br>       command_line    /usr/bin/printf "%b" "Svc:$SERVICEDESC$ ++Host:$HOSTALIAS$ ++ Addr:$HOSTADDRESS$ ++ State:$SERVICESTATE$ ++Date:$SHORTDATETIME$" | /usr/local/bin/gammu --sendsms TEXT $CONTACTPAGER$
<br>}<br><br>Thanks in advance<br><br>Simon<br>