updated template

This commit is contained in:
Arne Teuke
2017-07-28 18:35:26 +01:00
parent 2843c571ea
commit 66fb39d51a

View File

@@ -8,22 +8,11 @@
log_facility=<%= @ne_log_facility %> log_facility=<%= @ne_log_facility %>
# LOG FILE <% unless @ne_log_file.empty? -%>
# If a log file is specified in this option, nrpe will write to log_file=<%= @ne_log_file %>
# that file instead of using syslog. <% end -%>
#log_file=/var/run/nrpe.log debug=<%= @ne_debug %>
#<% unless @ne_log_file.empty? -%>
#log_file=<%= @ne_log_file %>
#<% end -%>
# 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 # PID FILE
@@ -295,8 +284,6 @@ command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200
##################################### #####################################
#debug=<%= @ne_debug %>
#pid_file=<%= @ne_nrpe_pid_file %> #pid_file=<%= @ne_nrpe_pid_file %>
#server_port=<%= @ne_nrpe_port %> #server_port=<%= @ne_nrpe_port %>