added details to sudo rule

This commit is contained in:
Arne Teuke
2017-07-30 17:51:22 +01:00
parent aaaa158902
commit 3bd54a36af
4 changed files with 42 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ $ne_listen_queue_size = '5',
$ne_nagios_server = $::nagios_server,
$ne_dont_blame_nrpe = '1',
$ne_allow_bash_cmd_subst = '1',
$ne_allow_sudo = true,
$ne_allow_sudo = false,
$ne_command_prefix = '/usr/bin/sudo',
$ne_command_timeout = '60',
$ne_connection_timeout = '300',