Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_sip
120615
File | Description |
---|---|
nagios-check_sip-1.0.tar.gz | check_sip 1.0 |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Requirements:
- A working Nagios install
- Perl 5 or above
- A working Nagios install
- Perl 5 or above
Reviews (1)
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 =
--- 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 =