This commit is contained in:
Arne Teuke
2017-07-28 16:56:18 +01:00
parent a8e9b704b1
commit 08693a1e31
2 changed files with 8 additions and 5 deletions

View File

@@ -22,6 +22,9 @@
############################################################################### ###############################################################################
define cd_nrpe::commands::definitions ( define cd_nrpe::commands::definitions (
) { ) {
} }

View File

@@ -8,9 +8,9 @@
log_facility=<%= @ne_log_facility %> log_facility=<%= @ne_log_facility %>
<% unless @ne_log_file.empty? %> <% unless @ne_log_file.empty? -%>
log_file=<%= @ne_log_file %> log_file=<%= @ne_log_file %>
<% end %> <% end -%>
debug=<%= @ne_debug %> debug=<%= @ne_debug %>
@@ -27,9 +27,9 @@ allowed_hosts=127.0.0.1,::1,<%= @ne_nagios_server %>
dont_blame_nrpe=<%= @ne_dont_blame_nrpe %> dont_blame_nrpe=<%= @ne_dont_blame_nrpe %>
allow_bash_command_substitution=<%= @ne_allow_bash_cmd_subst %> allow_bash_command_substitution=<%= @ne_allow_bash_cmd_subst %>
<%= if @$ne_allow_sudo == true %> <%= if @ne_allow_sudo == true -%>
command_prefix=<%= @ne_command_prefix %> command_prefix=<%= @ne_command_prefix %>
<% end %> <% end -%>
command_timeout=<%= @ne_command_timeout %> command_timeout=<%= @ne_command_timeout %>
connection_timeout=<%= @ne_connection_timeout %> connection_timeout=<%= @ne_connection_timeout %>