Jelajahi Sumber

xinetd.d parameter causes many messages in log file

Fix for issue #88
John C. Frickson 9 tahun lalu
induk
melakukan
76558a424f
2 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 1 0
      Changelog
  2. 1 1
      startup/default-xinetd.in

+ 1 - 0
Changelog

@@ -34,6 +34,7 @@ FIXES
 - fix file not found error when updating version (Sven Nierlein)
 - fix file not found error when updating version (Sven Nierlein)
 - Spelling fixes (Josh Soref)
 - Spelling fixes (Josh Soref)
 - Return UNKNOWN when check_nrpe cannot communicate with nrpe and -u set (John Frickson)
 - Return UNKNOWN when check_nrpe cannot communicate with nrpe and -u set (John Frickson)
+- xinetd.d parameter causes many messages in log file (John Frickson)
 
 
 
 
 3.0.1 - 2016-09-08
 3.0.1 - 2016-09-08

+ 1 - 1
startup/default-xinetd.in

@@ -11,5 +11,5 @@ service nrpe
     server          = @sbindir@/nrpe
     server          = @sbindir@/nrpe
     server_args     = -c @pkgsysconfdir@/nrpe.cfg --inetd
     server_args     = -c @pkgsysconfdir@/nrpe.cfg --inetd
     only_from       = 127.0.0.1
     only_from       = 127.0.0.1
-    log_on_failure  += USERID
+    log_on_success  = 
 }
 }