Dear list, <br>
<br><br>I am trying to configure the nagios plugin called check_sip. I just read
the README file included with the plugin. I follow the readme steps to
configure the plugin, without success. In the nagios web interface I
can see (No output!) In the status information column. If I run the
chech_sip plugin from a linux console, I get
<br>/usr/local/nagios/libexec# ./check_sip -u <a class="moz-txt-link-freetext" href="sip:108@192.168.30.10">sip:108@192.168.30.10</a>
<br>SIP 200 OK: 0.00 second response time
<br>
<br>I do not know why If I run the plugin from the consle it works ok, but
if I run it from Nagios web interface it does not run.
<br>
<br>Anyone are using this plugin?<br>Could you helpme to solve that?
<br>Any clue will be appreciated.
<br>
<br>Thanks for your time.
<br>
<br>VoipCrazy
<br>
<br>Here goes my nagios check_sip plugin configuration.
<br>
<br>define command{
<br> command_name check_sip
<br> command_line $USER1$/check_sip -u $ARG1$ -H $HOSTADDRESS$ -w 5
<br> }
<br>
<br>
<br>define service{
<br> use generic-service
<br> host_name -PBX
<br> service_description SIP test
<br> check_command check_sip!<a class="moz-txt-link-freetext" href="sip:108@192.168.30.10">sip:108@192.168.30.10</a>
<br> contact_groups admins
<br> max_check_attempts 4
<br> normal_check_interval 5
<br> retry_check_interval 1
<br> notification_interval 240
<br> check_period 24x7
<br> notification_period 24x7
<br> notification_options c,r
<br> }
<br>
<br>