Home Directory

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

Directory

ckujau

Reviews(4)
byckujau, February 26, 2019
CMon :: CMDB-2-Nagios
Website is unreachable too :-\
byckujau, July 25, 2018
1 of 1 people found this review helpful
NConf
No longer maintained - I don't understand why this is still a "featured" Nagios configuration tool?
byckujau, July 25, 2018
Lilac Network Configuration Platform
The website points to "Lilac-Reloaded", but this project also appears to be discontinued, and had its last release in July 2014 :-\
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 =