Title: [opsview] [10992] Remove command line options no longer required in Nagios 4
Revision
10992
Author
tvoon
Date
2012-12-14 15:10:05 +0000 (Fri, 14 Dec 2012)

Log Message

Remove command line options no longer required in Nagios 4

Modified Paths


Modified: trunk/opsview-core/bin/rc.opsview
===================================================================
--- trunk/opsview-core/bin/rc.opsview	2012-12-14 14:27:26 UTC (rev 10991)
+++ trunk/opsview-core/bin/rc.opsview	2012-12-14 15:10:05 UTC (rev 10992)
@@ -341,8 +341,10 @@
           fi
 		fi
 		cd $prefix/etc
+        # Nagios4: We remove -x as not supported any more
+        #        : -u doesn't appear to work on a HUP signal - needs investigation if still required
 		# We set the PERL5LIB path to include libexec for Nagios only because some plugins assume this
-		PERL5LIB="$PERL5LIB:$prefix/libexec" $NagiosBin -uxd $NagiosCfg
+		PERL5LIB="$PERL5LIB:$prefix/libexec" $NagiosBin -d $NagiosCfg
 		if [ $MASTER = "yes" ] ; then
 			$prefix/bin/opsviewd || die "Cannot startup opsviewd"
 			$prefix/bin/nsca -c $prefix/etc/nsca.cfg --single || die "Cannot startup nsca"

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to