<div style="DIRECTION: ltr">Hi,<br>I installed nagios-2.0.tar.gz and nagios-plugin-1.4.2.tar.gz.<br>Now I have some problem.<br>1-I want to send notification by SMS (whit GSM Modem), I installed smstools.tar.gz. this package work very well when I use it in the command line:
<br><br># sendsms "my phone number" "my message"<br><span style="FONT-WEIGHT: bold"><br>But I don't receive any messages in the nagios program</span>.<br><br>my command that I use to nagios(misccommand) is:
<br>define command{<br>        command_name    notify-by-sms<br>        command_line    /usr/bin/printf "%b" "***** Nagios 1.0b3 *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$" | /usr/bin/sendsms  $CONTACTPAGER$
<br>        }<br><br>2- I want to check squid status in the nagios. I downloaded check_squid.pl and <a href="http://libplugins.pm">libplugins.pm</a> and do below steps:<br>       - cp check_squid.pl /usr/local/nagios/libexe
</div>
<div style="DIRECTION: ltr">       - cp <a href="http://libplugins.pm">libplugins.pm</a> /usr/local/nagios/libexe<br>       - chmod +x check_squid.pl<br>       - and in the checkcommnad:<br>define command{<br>        command_name    check_squid
<br>        command_line    $USER1$/check_squid '$ARG1$' '$ARG2$' '$ARG3$' '$ARG4$' '$ARG5$' '$ARG6$' '$ARG7$' '$ARG8$'<br>        }<br>       - then I use this command to services.cfg file.<br>But I have this message to service detail page  /information:
<br><span style="FONT-WEIGHT: bold">(Return code of 127 is out of bounds - plugin may be missing) <br><br>Now would you please help me ?<br><br>Thanks a lot.<br>Raoufnezhad.<br> </span></div>