updated template

This commit is contained in:
Arne Teuke
2017-07-28 18:32:57 +01:00
parent 04bd817945
commit 2843c571ea

View File

@@ -6,12 +6,7 @@
########## https://confdroid.com/2017/07/nrpe-nrpe-cfg/ ########## ########## https://confdroid.com/2017/07/nrpe-nrpe-cfg/ ##########
################################################################################ ################################################################################
log_facility=<%= @ne_log_facility %>
# LOG FACILITY
# The syslog facility that should be used for logging purposes.
log_facility=daemon
# LOG FILE # LOG FILE
# If a log file is specified in this option, nrpe will write to # If a log file is specified in this option, nrpe will write to
@@ -19,6 +14,9 @@ log_facility=daemon
#log_file=/var/run/nrpe.log #log_file=/var/run/nrpe.log
#<% unless @ne_log_file.empty? -%>
#log_file=<%= @ne_log_file %>
#<% end -%>
# DEBUGGING OPTION # DEBUGGING OPTION
# This option determines whether or not debugging messages are logged to the # This option determines whether or not debugging messages are logged to the
@@ -296,11 +294,6 @@ command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200
##################################### #####################################
#log_facility=<%= @ne_log_facility %>
#<% unless @ne_log_file.empty? -%>
#log_file=<%= @ne_log_file %>
#<% end -%>
#debug=<%= @ne_debug %> #debug=<%= @ne_debug %>