]> git.pld-linux.org Git - packages/nagios.git/commitdiff
- disable syslog, set default perfdata filemode
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Aug 2009 21:50:06 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    config.patch -> 1.5

config.patch

index 388ac7e76c56c418550ceed6633e9bdc66af3d5a..c0f6ffeb629b878f5fb3c7709b7eaa16016d30b8 100644 (file)
@@ -48,8 +48,8 @@
  #
  # You can define $USERx$ macros in this file, which can in turn be used
  # in command definitions in your host config file(s).  $USERx$ macros are
---- nagios-3.1.2/sample-config/nagios.cfg.in   2009-08-03 18:45:46.405840760 +0300
-+++ nagios-3.1.2/sample-config/nagios.cfg.in   2009-08-03 20:28:57.068540313 +0300
+--- nagios-3.1.2/sample-config/nagios.cfg.in   2009-08-05 00:05:06.623070929 +0300
++++ nagios-3.1.2/sample-config/nagios.cfg.in   2009-08-05 00:11:30.769380130 +0300
 @@ -1,13 +1,11 @@
  ##############################################################################
  #
  
  
  
+@@ -272,7 +265,7 @@
+ # If you want messages logged to the syslog facility, as well as the
+ # Nagios log file set this option to 1.  If not, set it to 0.
+-use_syslog=1
++use_syslog=0
 @@ -728,7 +721,7 @@
  # by Nagios Enterprises from the update check is processed in accordance
  # with our privacy policy - see http://api.nagios.org for details.
  
  
  
+@@ -875,8 +868,8 @@
+ # pipe ("p") mode which avoid blocking at startup, otherwise you will
+ # likely want the defult append ("a") mode.
+-#host_perfdata_file_mode=a
+-#service_perfdata_file_mode=a
++host_perfdata_file_mode=a
++service_perfdata_file_mode=a
 @@ -1065,7 +1058,7 @@
  #     strict-iso8601  (YYYY-MM-DDTHH:MM:SS)
  #
This page took 0.093513 seconds and 4 git commands to generate.