This commit is contained in:
Arne Teuke
2017-07-28 16:58:16 +01:00
parent 08693a1e31
commit ff5a3faf9e
2 changed files with 4 additions and 2 deletions

View File

@@ -123,11 +123,13 @@ $ne_ssl_logging = '0x00',
$ne_nasty_metachars = '\"|`&><\'\\[]{};\r\n\"', $ne_nasty_metachars = '\"|`&><\'\\[]{};\r\n\"',
$ne_include_file = '', $ne_include_file = '',
# firewall # firewall
$ne_incl_fw = true, $ne_incl_fw = true,
$ne_fw_order_no = '50', $ne_fw_order_no = '50',
# selinux
$ne_include_selinux = true,
) { ) {

View File

@@ -27,7 +27,7 @@ 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 -%>