[Pkg-nagios-changes] [pkg-nagios] r1625 - in nagios3/trunk/debian: . patches

Alexander Wirt formorer at alioth.debian.org
Thu Mar 12 06:38:07 UTC 2009


tags 502080 pending
thanks

Author: formorer
Date: 2009-03-12 06:38:07 +0000 (Thu, 12 Mar 2009)
New Revision: 1625

Modified:
   nagios3/trunk/debian/changelog
   nagios3/trunk/debian/patches/52_nagios.cfg-debianize.dpatch
Log:
Move debug log


Modified: nagios3/trunk/debian/changelog
===================================================================
--- nagios3/trunk/debian/changelog	2009-03-12 06:26:13 UTC (rev 1624)
+++ nagios3/trunk/debian/changelog	2009-03-12 06:38:07 UTC (rev 1625)
@@ -7,6 +7,7 @@
   * Do not fail if apache include file has been removed by the user 
     (Closes: #515260)
   * Remove rw pipe even if it is a file (Closes: #495236) 
+  * Move debug log to /var/log (Closes: #502080)
 
  -- Alexander Wirt <formorer at debian.org>  Thu, 12 Mar 2009 07:25:17 +0100
 

Modified: nagios3/trunk/debian/patches/52_nagios.cfg-debianize.dpatch
===================================================================
--- nagios3/trunk/debian/patches/52_nagios.cfg-debianize.dpatch	2009-03-12 06:26:13 UTC (rev 1624)
+++ nagios3/trunk/debian/patches/52_nagios.cfg-debianize.dpatch	2009-03-12 06:38:07 UTC (rev 1625)
@@ -5,9 +5,9 @@
 ## DP: Debianize nagios.cfg
 
 @DPATCH@
-diff -urNad nagios3-3.0.5~/sample-config/nagios.cfg.in nagios3-3.0.5/sample-config/nagios.cfg.in
---- nagios3-3.0.5~/sample-config/nagios.cfg.in	2008-11-02 19:51:30.000000000 +0100
-+++ nagios3-3.0.5/sample-config/nagios.cfg.in	2008-11-28 21:42:19.000000000 +0100
+diff -urNad nagios3-3.0.6~/sample-config/nagios.cfg.in nagios3-3.0.6/sample-config/nagios.cfg.in
+--- nagios3-3.0.6~/sample-config/nagios.cfg.in	2008-11-02 19:51:30.000000000 +0100
++++ nagios3-3.0.6/sample-config/nagios.cfg.in	2009-03-12 07:35:30.000000000 +0100
 @@ -2,10 +2,6 @@
  #
  # NAGIOS.CFG - Sample Main Config File for Nagios @VERSION@
@@ -28,11 +28,11 @@
  
 +# Commands definitions
 +cfg_file=/etc/nagios3/commands.cfg
-+
+ 
 +# Debian also defaults to using the check commands defined by the debian
 +# nagios-plugins package
 +cfg_dir=/etc/nagios-plugins/config
- 
++
 +# Debian uses by default a configuration directory where nagios3-common,
 +# other packages and the local admin can dump or link configuration
 +# files into.
@@ -141,3 +141,12 @@
  
  
  
+@@ -1281,7 +1286,7 @@
+ # DEBUG FILE
+ # This option determines where Nagios should write debugging information.
+ 
+-debug_file=@localstatedir@/nagios.debug
++debug_file=/var/log/nagios3/nagios.debug
+ 
+ 
+ 




More information about the Pkg-nagios-changes mailing list