|
|
@@ -18,6 +18,15 @@ log_facility=@log_facility@
|
|
|
|
|
|
|
|
|
|
|
|
+# DEBUGGING OPTION
|
|
|
+# This option determines whether or not debugging messages are logged to the
|
|
|
+# syslog facility.
|
|
|
+# Values: 0=debugging off, 1=debugging on
|
|
|
+
|
|
|
+debug=0
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
# PID FILE
|
|
|
# The name of the file in which the NRPE daemon should write it's process ID
|
|
|
# number. The file is only written if the NRPE daemon is started by the root
|
|
|
@@ -145,15 +154,6 @@ allow_bash_command_substitution=0
|
|
|
|
|
|
|
|
|
|
|
|
-# DEBUGGING OPTION
|
|
|
-# This option determines whether or not debugging messages are logged to the
|
|
|
-# syslog facility.
|
|
|
-# Values: 0=debugging off, 1=debugging on
|
|
|
-
|
|
|
-debug=0
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
# COMMAND TIMEOUT
|
|
|
# This specifies the maximum number of seconds that the NRPE daemon will
|
|
|
# allow plugins to finish executing before killing them off.
|