Recommit for updates in build 208
This commit is contained in:
@@ -324,17 +324,7 @@ and populates /etc/nagios/conf.d/nagios_commands.cfg.
|
||||
229
|
||||
230
|
||||
231
|
||||
232
|
||||
233
|
||||
234
|
||||
235
|
||||
236
|
||||
237
|
||||
238
|
||||
239
|
||||
240
|
||||
241
|
||||
242</pre>
|
||||
232</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/nagios/objects/commands.pp', line 8</span>
|
||||
@@ -556,17 +546,7 @@ class confdroid_nagios::nagios::objects::commands (
|
||||
@@nagios_command { 'check_fail2ban':
|
||||
ensure => present,
|
||||
command_name => 'check_fail2ban',
|
||||
command_line => '$USER1$/check_procs -H $HOSTADDRESS$ -c $ARG1$ -a $ARG2$',
|
||||
owner => $ng_user,
|
||||
group => $ng_user,
|
||||
mode => '0640',
|
||||
target => $ng_target_command,
|
||||
}
|
||||
|
||||
@@nagios_command { 'check_procs':
|
||||
ensure => present,
|
||||
command_name => 'check_procs',
|
||||
command_line => '$USER1$/check_procs -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -a $ARG3$',
|
||||
command_line => '$USER1$/check_procs -c $ARG1$ -C $ARG2$',
|
||||
owner => $ng_user,
|
||||
group => $ng_user,
|
||||
mode => '0640',
|
||||
|
||||
Reference in New Issue
Block a user