Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_sip

Rating
1 vote
Favoured:
1
Hits
119848
Files:
FileDescription
nagios-check_sip-1.0.tar.gzcheck_sip 1.0
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin will test a SIP server/device for availability and response time.
Requirements:
- A working Nagios install
- Perl 5 or above
Reviews (1)
byckujau, September 4, 2010
1 of 1 people found this review helpful
Thanks for this plugin. I applied the following (cosmetic) patch, though:

--- check_sip.orig 2010-09-05 07:34:02.000000000 +0200
+++ check_sip 2010-09-05 07:33:27.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl

##
# check_sip - (c) 2005-2006 O'Shaughnessy Evans
@@ -37,7 +37,7 @@ BEGIN {
$Contact_Host = hostname();
$REG_Mode = 0;

- $Usage = "$ME -H host [-c contact] [-P proxy] [-p port] [-u user] [-U uri] [-v]";
+ $Usage = "$ME -H host [-c contact] [-P proxy] [-p port] [-u user] [-U uri] [-v]\n";
$Help =